From: gregkh@suse.de Date: Wed, 9 Mar 2005 23:57:46 +0000 (-0800) Subject: [PATCH] sign off on 4 patches. X-Git-Tag: v2.6.11.9~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a211dde1a67579de64f5512fd2d7b4749e552de;p=thirdparty%2Fkernel%2Fstable-queue.git [PATCH] sign off on 4 patches. --- diff --git a/amd64-oops-on-modprobe.patch b/amd64-oops-on-modprobe.patch index 945b830fbf4..5b8c7155564 100644 --- a/amd64-oops-on-modprobe.patch +++ b/amd64-oops-on-modprobe.patch @@ -93,6 +93,7 @@ particular, merely pointing out what I think is a serious problem.) So here is my patch: Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- linux-2.6.11-bk3/drivers/media/video/saa7110.c.orig Tue Mar 8 10:27:15 2005 +++ linux-2.6.11-bk3/drivers/media/video/saa7110.c Tue Mar 8 12:02:45 2005 diff --git a/drm-ioctl.patch b/drm-ioctl.patch index 796492945b2..f5193654efe 100644 --- a/drm-ioctl.patch +++ b/drm-ioctl.patch @@ -13,6 +13,7 @@ crashes... From: Egbert Eich Signed-off-by: Dave Airlie Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman 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 diff --git a/i2c-message-flags-fix.patch b/i2c-message-flags-fix.patch index e0b85077308..ea8abcd0e21 100644 --- a/i2c-message-flags-fix.patch +++ b/i2c-message-flags-fix.patch @@ -23,6 +23,7 @@ can see, all Zoran-based boards are broken in 2.6.11 without this patch. Signed-off-by: Jean Delvare Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman diff -u -rN linux-2.6.11-bk3/drivers/media/video.orig/adv7170.c linux-2.6.11-bk3/drivers/media/video/adv7170.c --- linux-2.6.11-bk3/drivers/media/video.orig/adv7170.c Tue Mar 8 10:27:14 2005 diff --git a/via-rhine-oops-on-shutdown.patch b/via-rhine-oops-on-shutdown.patch index a13f7cdaba3..c9db9511a3f 100644 --- a/via-rhine-oops-on-shutdown.patch +++ b/via-rhine-oops-on-shutdown.patch @@ -4,7 +4,6 @@ From: olof@austin.ibm.com (Olof Johansson) To: rl@hellgate.ch CC: netdev@oss.sgi.com, jgarzik@pobox.com, akpm@osdl.org -Hi, Kernel 2.6.11, hardware is a MSI KT333-based board with an XP1800. @@ -66,9 +65,6 @@ It does seem as if rhine_power_init checks quirks for rqWOL before touching any registers. Should rhine_shutdown do the same? Proposed patch below, which resolves the problem on my system. --Olof - ---- Check to make sure WOL is supported before setting it up in rhine_shutdown. @@ -76,9 +72,8 @@ rhine_shutdown. Signed-off-by: Olof Johansson Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman -Index: linux-2.6.11/drivers/net/via-rhine.c -=================================================================== --- linux-2.6.11.orig/drivers/net/via-rhine.c 2005-03-02 01:38:32.000000000 -0600 +++ linux-2.6.11/drivers/net/via-rhine.c 2005-03-05 12:25:34.000000000 -0600