The 2.6.32 Linux kernel patches
Hi, I'm a newbie to the Linux kernel, working on Android msm kernel. Due to the hack on kernel.org, there was re-organization of if infrastructure, as a result I couldn't find the 2.6.32 ALL incremental patches, although I found a few, after long poking around at:
http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/incr/
The only ones there are from 27-28 to 55-56, where may find the rest? Also I'm new to git, does any one have a good tutorial on this with focus on Linux kernel development? Thanks
On Tue, Feb 21, 2012 at 01:15:48PM +0300, mzee mzee wrote:
Hi, I'm a newbie to the Linux kernel, working on Android msm kernel. Due to the hack on kernel.org, there was re-organization of if infrastructure, as a result I couldn't find the 2.6.32 ALL incremental patches, although I found a few, after long poking around at:
> http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/incr/
The only ones there are from 27-28 to 55-56, where may find the rest?
They aren't there, sorry, use the git tree to create them yourself if you really need them. sorry, greg k-h
Also I'm new to git, does any one have a good tutorial on this with focus on Linux kernel development?
Here's a couple of guides with hints I've found useful: http://linux.yyz.us/git-howto.html http://progit.org/ HTH, Cheers Julie
participants (3)
-
Greg KH -
Julie Sullivan -
mzee mzee