On Tue, Jun 29, 2010 at 09:21:34AM +0200, Bjorge Solli wrote: > Hi, I would like to have a kernel with a specific patch in to my fedora > 12 machine, but don't know when this patch was included in the kernel. > How can I figure this out? I only have this info: > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=patch;h=462d60577a997aa87c935ae4521bd303733a9f2b Try: git describe --contains 462d60577a997aa87c935ae4521bd303733a9f2b that will show you the release that the git commit id was first in. hope this helps, greg k-h -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ