Re: TOI patch generation...

Martin Schläffer <[email protected]> Wed, 18 Jul 2012 16:09:47 +0200
Newsgroups gmane.linux.swsusp.devel
Message-ID <[email protected]>
Hi,

> Ideally I would like a way to find a way to get a patch of TOI head part
> against head kernel - or conversely toi-3.5-rc5 against vanilla-3.5-rc5.

git diff origin/vanilla-head origin/tuxonice-head

gives you the latest TOI patch, compared to the latest vanilla version 
merged by Nigel into his tree (you do not need the origin/ of you have a 
local copy).

> As such it would not apply cleanly to -rc7

Usually, the above patch should apply to -rc7 or future vanilla versions 
with minor changes. If it does not apply, somebody (you or Nigel) needs 
to merge the new changes and adapt the code accordingly.

Martin