lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 11 May 2010 08:04:29 -0700
From:	Greg KH <gregkh@...e.de>
To:	Eric Anholt <eric@...olt.net>
Cc:	linux-kernel@...r.kernel.org, stable@...nel.org,
	stable-review@...nel.org, torvalds@...ux-foundation.org,
	akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk
Subject: Re: [003/117] drm/i915: Add initial bits for VGA modesetting
 bringup on Sandybridge.

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@...e.de> wrote:
> > 2.6.33-stable review patch.  If anyone has any objections, please let us know.
> > 
> > ------------------
> > From: Eric Anholt <eric@...olt.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@...olt.net>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@...e.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ