Possible Duplicate:
Given a git patch id, how to find out which kernel release contains it?
I encountered a bug in one of the newer kernel versions. There is no workaround; if I want to have sound at my system at all, I have to boot an older kernel version. Since this is a home computer I use for video and music, I need the sound and haven't updated the kernel since 3.5.4-2, not wanting to overwrite the version which still works.
There already is a fix which repairs the problem. But I don't know when it will be included in a kernel update. How do I find out which kernel version will contain the fix? I don't want to update until this version comes out.
/etc/yum.conf:exclude=kernel*. Then, in a few months, if you feel you should update your kernel, do so manually. Just remember the golden rule: IIABDFI. On my debian system I am perfectly happy with my 3.2.0-3 kernel and I don't think I'll update unless something really worthwhile comes around. – terdon Oct 9 '12 at 15:56