Prev: [PATCH 1/1] staging: hv: Optimize adj_guesttime function and add more detailed comments (Resubmit with some cleanups)
Next: [PATCH] [POWEPC] crashdump: do not fail on null pointer dereferencing
From: Greg KH on 11 May 2010 11:20 On Mon, May 10, 2010 at 07:47:52PM -0700, Eric Anholt wrote: > On Mon, 10 May 2010 15:31:34 -0700, Greg KH <gregkh(a)suse.de> wrote: > > 2.6.33-stable review patch. If anyone has any objections, please let us know. > > > > ------------------ > > From: Eric Anholt <eric(a)anholt.net> > > > > commit bad720ff3e8e47a04bd88d9bbc8317e7d7e049d3 upstream. > > > > [needed for stable as it's just a bunch of macros that other drm patches > > need, it changes no code functionality besides adding support for a new > > device type. - gregkh] > > > > Signed-off-by: Eric Anholt <eric(a)anholt.net> > > Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> > > This patch should not go in stable because of this hunk: > > > --- a/include/drm/drm_pciids.h > > +++ b/include/drm/drm_pciids.h > > @@ -560,4 +560,5 @@ > > {0x8086, 0x35e8, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ > > {0x8086, 0x0042, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ > > {0x8086, 0x0046, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ > > + {0x8086, 0x0102, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ > > {0, 0, 0} > > Without that, it would be fine. Ok, thanks, I've dropped this hunk from the patch now. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |