From: Folkert van Heusden <hidden> Date: 2016-06-15 22:45:29
Hi,
How would I retrieve the 'kmemcheck' patches from git for the 2.6.27
kernel? I browsed to the url
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fx86%2Flinux-2.6-tip.git&a=search&h=HEAD&st=commit&s=kmemcheck
but could not find how to retrieve that diff.
Folkert van Heusden
--
Ever wonder what is out there? Any alien races? Then please support
the seti@home project: setiathome.ssl.berkeley.edu
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
Well, you can of course just click on "commitdiff" (and "raw" afterwords)
for every commit,
Hmmm the outcome does not apply cleanly to 2.6.27.
but ... Have you considered using Git for that?
and check out the whole tree using Git? I did consider but then I would
not have all bells and whistles to generate a Debian kernel package.
Folkert van Heusden
--
MultiTail is a versatile tool for watching logfiles and output of
commands. Filtering, coloring, merging, diff-view, etc.
http://www.vanheusden.com/multitail/
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
From: Christian Jaeger <hidden> Date: 2016-06-15 22:45:29
Folkert van Heusden wrote:
quoted
Well, you can of course just click on "commitdiff" (and "raw" afterwords)
for every commit,
Hmmm the outcome does not apply cleanly to 2.6.27.
quoted
but ... Have you considered using Git for that?
and check out the whole tree using Git? I did consider but then I would
not have all bells and whistles to generate a Debian kernel package.
I'm tempted to think that you should move (merge / cherry-pick or
rebase) the relevant changes onto 2.6.27 using Git, and then take the
diff from there (on the theory that Git could reduce the number of
conflicts that you would have to resolve manually, although I'm not sure
how much this is the case); the resulting diff will then apply cleanly
to a 2.6.27 tarball without using Git.
Christian.