]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
[PATCH] drm-ioctl.patch: add signed off by from me, sent mail to Dave Airlie asking...
authorchrisw@vas.sous-sol.org <chrisw@vas.sous-sol.org>
Wed, 9 Mar 2005 20:20:10 +0000 (12:20 -0800)
committerGreg KH <gregkh@suse.de>
Thu, 12 May 2005 05:08:40 +0000 (22:08 -0700)
drm-ioctl.patch

index b11e5ae232dec8aceee0c473161aa8de00bd11f8..7d2392ef3d00433eccd1ab0e995a1ea8a2a2aa33 100644 (file)
@@ -13,6 +13,8 @@ Egbert Eich reported a bug 2673 on bugs.freedesktop.org and tracked it
 down to a missing memset in the setversion ioctl, this causes X server
 crashes so I would like to see the fix in a 2.6.11.x tree if possible..
 
+Signed-off-by: Chris Wright <chrisw@osdl.org>
+
 diff -Nru a/drivers/char/drm/drm_ioctl.c b/drivers/char/drm/drm_ioctl.c
 --- a/drivers/char/drm/drm_ioctl.c     2005-03-09 10:53:42 +11:00
 +++ b/drivers/char/drm/drm_ioctl.c     2005-03-09 10:53:43 +11:00