]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add signed off by v2.6.11.11
author <chrisw@vas.sous-sol.org> <>
Fri, 27 May 2005 03:46:11 +0000 (20:46 -0700)
committer <chrisw@vas.sous-sol.org> <>
Fri, 27 May 2005 03:46:11 +0000 (20:46 -0700)
2.6.11.11/ebtables-fix-smp-race.patch
2.6.11.11/ext3-fix-race.patch
2.6.11.11/fix-get_unmapped_area-sanity-tests.patch
2.6.11.11/fix-lpar-iommu-on-p630.patch
2.6.11.11/fix-matroxfb-on-big-endian.patch
2.6.11.11/rose-minor-security-fix.patch
2.6.11.11/usbaudio-prevent-oops-on-usb-unplug.patch
2.6.11.11/usbusx2y-prevent-oops-on-usb-unplug.patch
2.6.11.11/visor-oops-fix.patch

index 492962a5160e541e89873ead81bd319e580e01f2..bdedc51f3854bbe5edda66f5ebcbb95fd85a7e42 100644 (file)
@@ -13,6 +13,7 @@ This bug was reported and solved by Steve Herrell
 Signed-off-by: Bart De Schuymer <bdschuym@pandora.be>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  net/bridge/netfilter/ebtables.c |    3 ++-
index 1cec11fa6290c54078ad3c4cb8a27b5f44c763bb..40594142853457bb27fa79ab4ee9d28894a020d9 100644 (file)
@@ -66,6 +66,7 @@ to prevent panic in rsv_remove_window->rb_erase.
 Signed-off-by: Andrew Morton <akpm@osdl.org>
 Signed-off-by: Linus Torvalds <torvalds@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  fs/ext3/balloc.c |    3 ++-
index 803ba599997a723b2d8c7f69cae8d8e7b9f5b9b9..ab95b8ee8a752163eca0eac80251711a5cc8f68d 100644 (file)
@@ -12,6 +12,7 @@ slightly to do the sanity checks unconditionally.
 
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  include/linux/err.h |    4 ++-
index 212bc64101c8dec2f89eb71aee006d450179d211..2546ba74ccb027bd851d7c8422f9e76644d9aba7 100644 (file)
@@ -15,6 +15,7 @@ Signed-off-by: Olof Johansson <olof@austin.ibm.com>
 Signed-off-by: Andrew Morton <akpm@osdl.org>
 Signed-off-by: Linus Torvalds <torvalds@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  arch/ppc64/kernel/pSeries_iommu.c |   55 +++++++++++++++++++++++++++++++++++++-
index 2ef5aeb72e229456b7302c0d5d7ff5a21313abae..917303aa540fb94a0ae431ce33c7e3eb15fb234a 100644 (file)
@@ -16,6 +16,7 @@ Signed-off-by: Petr Vandrovec <vandrove@vc.cvut.cz>
 Signed-off-by: Andrew Morton <akpm@osdl.org>
 Signed-off-by: Linus Torvalds <torvalds@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  drivers/video/matrox/matroxfb_accel.c |   14 +++++++++++---
index 303851abfaabe3f5e903cc7f67af045c14dddf93..41a2ec32a6788aef4b2c9b2e95b2d165d694a2db 100644 (file)
@@ -10,6 +10,7 @@ minor security hole.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  net/rose/rose_route.c |    3 ++-
index 708dd84a76cf35daef480b4f3b48630aba9fb93f..bca7ff59d4de6ba7f55ff948e1e8b60fc3b2855b 100644 (file)
@@ -18,6 +18,7 @@ Present in ALSA cvs
 
 Signed-off-by: Karsten Wiese <annabellesgarden@yahoo.de>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 
 ---
index 6e7308ca0ec2ee72f7d792cc18881a3807b3f24f..74b58edf9408b2be6b03ea3f664b14ad0abbca6a 100644 (file)
@@ -18,6 +18,7 @@ Present in ALSA cvs
 
 Signed-off-by: Karsten Wiese <annabellesgarden@yahoo.de>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 
 ---
index ccb2ed03487b48d32fd0e0c238f8edd289642345..1b5d5e396f60ddee7a96efd648bb4f05c4f5432a 100644 (file)
@@ -7,6 +7,7 @@ Subject: USB: fix bug in visor driver with throttle/unthrottle causing oopses.
 Thanks to Mark Lord <mlord@pobox.com> for reporting this and helping with testing.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  drivers/usb/serial/visor.c |   38 +++++++++++++++++++++++++++-----------