]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add signed-off-by and patch cleanup for posting
authorChris Wright <chrisw@sous-sol.org>
Fri, 21 Mar 2008 22:08:14 +0000 (15:08 -0700)
committerChris Wright <chrisw@sous-sol.org>
Fri, 21 Mar 2008 22:08:14 +0000 (15:08 -0700)
18 files changed:
queue-2.6.24/ipcomp-disable-bh-on-output-when-using-shared-tfm.patch
queue-2.6.24/ipconfig-the-kernel-gets-no-ip-from-some-dhcp-servers.patch
queue-2.6.24/ipv4-remove-ip_tos-setting-privilege-checks.patch
queue-2.6.24/ipv6-dst_entry-leak-in-ip4ip6_err.patch
queue-2.6.24/ipv6-fix-ipsec-datagram-fragmentation.patch
queue-2.6.24/moduleparam-fix-alpha-ia64-and-ppc64-compile-failures.patch
queue-2.6.24/net-fix-race-in-dev_close.patch
queue-2.6.24/net-messed-multicast-lists-after-dev_mc_sync-unsync.patch
queue-2.6.24/niu-bump-driver-version-and-release-date.patch
queue-2.6.24/niu-fix-bmac-alternate-mac-address-indexing.patch
queue-2.6.24/niu-more-bmac-alt-mac-address-fixes.patch
queue-2.6.24/revert-net-add-if_addrlabel.h-to-sanitized-headers.patch
queue-2.6.24/scsi-ips-handle-scsi_add_host-failure-and-other-err-cleanups.patch
queue-2.6.24/sparc-fix-link-errors-with-gcc-4.3.patch
queue-2.6.24/sparc64-loosen-checks-in-exception-table-handling.patch
queue-2.6.24/tcp-improve-ipv4-established-hash-function.patch
queue-2.6.24/ub-fix-up-the-conversion-to-sg_init_table.patch
queue-2.6.24/x86-adjust-enable_nmi_through_lvt0.patch

index d818afa9b9c71bef764d9d9b062ccad42ae568d9..1c9233dc7b8c48bb4d44874a87ede35f46d5a39c 100644 (file)
@@ -18,6 +18,7 @@ BH disabling to IPComp directly.
 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  net/ipv4/ipcomp.c  |    5 ++++-
index 09018d2972de08d3b228244fd71704ca2ac63e4c..35cb927eafa09ccee6ac7d2d13478d34cb8c67f6 100644 (file)
@@ -23,6 +23,7 @@ Based upon a patch by Marcel Wappler:
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  net/ipv4/ipconfig.c |    4 ++--
index d55f2eb369e638bcaef9ed6f4c41bea7919d204b..c327b3b9f179bf153d9836bf0a13e19e9a219ad2 100644 (file)
@@ -45,6 +45,7 @@ and beyond.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  net/ipv4/ip_sockglue.c |    5 -----
index 170043a7136c1f7fabc9c4b794281111a58da274..8177b6543e7bbf44e5bb6fddcfbac10ff01b0251 100644 (file)
@@ -15,6 +15,7 @@ The result of the ip_route_output is not assigned to skb. This means that
 Signed-off-by: Denis V. Lunev <den@openvz.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  net/ipv6/ip6_tunnel.c |    1 +
index 686f654d1af2864366377cfdd91e0439897ae8c8..ca3fd61e2586e0a9eef2649f642006392f51857e 100644 (file)
@@ -24,6 +24,7 @@ work for the IPsec host case.
 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  net/ipv6/ip6_output.c   |    6 +++++-
index 71c1c4834e2987fc30b25510984d7239341452e5..b73d54d912b4756e4ea050fde81e473eb50415e2 100644 (file)
@@ -17,7 +17,7 @@ This fixes http://bugzilla.kernel.org/show_bug.cgi?id=8964
 
 Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
 Cc: Richard Henderson <rth@twiddle.net>
-Cc: "Luck, Tony" <tony.luck@intel.com>
+Cc: Tony Luck <tony.luck@intel.com>
 Cc: Anton Blanchard <anton@samba.org>
 Cc: Paul Mackerras <paulus@samba.org>
 Cc: Adrian Bunk <bunk@stusta.de>
index 7c8f972f2f433a4e8b8ddc79bfadf30a8b1ba9ef..4f838e870b7917298af1c2a065d0fde921d1fac0 100644 (file)
@@ -20,6 +20,7 @@ from calling __netdev_watchdog_up and adding the watchdog timer again.
 Signed-off-by: Matti Linnanvuori <mattilinnanvuori@yahoo.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  net/core/dev.c |    4 ++--
index f56749da24758fe3689c04302114f14e47936a30..1d8c9fb3e3ef256e151dba288e6c448a59cf2786 100644 (file)
@@ -20,6 +20,7 @@ Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
 Signed-off-by: Patrick McHardy <kaber@trash.net>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  net/core/dev.c |    2 +-
index 77d12de58cb1a733275c3b36865e3bad06070d77..3a63f9e97b644ab883c5646eb0005d414e0b42af 100644 (file)
@@ -9,6 +9,7 @@ Upstream commit: a442585952f137bd4cdb1f2f3166e4157d383b82
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/net/niu.c |    4 ++--
index 117bf10d69f7025a5b08a8c6f76cade2b5d4f3a9..eb52db6f28f1367a34da126565a88dabea2d9007 100644 (file)
@@ -13,6 +13,7 @@ used for the main MAC address.
 Signed-off-by: Matheos Worku <matheos.worku@sun.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/net/niu.c |    7 ++++++-
index ba403c8b77dc3bd3b76315cdf5b13ae856e47d3a..adb3896233dd88aaf89155a431dfa1e8b978ee25 100644 (file)
@@ -16,6 +16,7 @@ From: Matheos Worku <Matheos.Worku@Sun.COM>
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/net/niu.c |    9 +++++----
index 2b713e6ef3731300a5b62c91ac7bd78993d41bcc..ad71fcb8e96c96b42815f0a547073e59923b9450 100644 (file)
@@ -13,6 +13,7 @@ breakages.
 Cc: Stephen Hemminger <stephen.hemminger@vyatta.com>
 Cc: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  include/linux/Kbuild |    1 -
index abdb5003873fa7d5e015ad1f127077aa125bd37e..2f6e8c35f92adf4df5ba2759cb68f6e46ca3b0f2 100644 (file)
@@ -10,7 +10,7 @@ From: Jeff Garzik <jeff@garzik.org>
 commit 2551a13e61d3c3df6c2da6de5a3ece78e6d67111
 
 Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-Acked-by: "Salyzyn, Mark" <mark_salyzyn@adaptec.com>
+Acked-by: Mark Salyzyn <mark_salyzyn@adaptec.com>
 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
 
index c5712636a25155a0051b0eb27fddba29216e2f26..901879b7f74d9739abcb8c4df35022ca1f98f717 100644 (file)
@@ -17,6 +17,7 @@ these inline bits we're doing in unaligned.c are unreachable.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  arch/sparc/kernel/Makefile    |    5 
index bc7a24db72a4fb77f24e7c5c8063a5444c48b8be..640a7ca8796c296bdb0a6deace8fcf5b316a1b71 100644 (file)
@@ -28,6 +28,7 @@ Thanks to Tom Callaway for the bug report.
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  arch/sparc64/mm/fault.c |   14 +++-----------
index 19c3752031e6d6a2c10cc692d97b7383cf2d20e6..f45baaad1dafde256e3de8640964fe28ba29ceed 100644 (file)
@@ -31,6 +31,7 @@ Suggested by Cosmin Ratiu:
 
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  include/net/inet_sock.h |    3 ++-
index 9175d86331426e062c89042d36dfd28a834c6d95..2c1c97d989350c3202b424e5217cee08e3b795f5 100644 (file)
@@ -3,7 +3,7 @@ From: Oliver Pinter <oliver.pntr@gmail.com>
 To: stable@kernel.org
 Date: Fri, 7 Mar 2008 17:36:54 +0100
 Message-Id: <200803071736.54369.oliver.pntr@gmail.com>
-Subject: [PATCH] ub: fix up the conversion to sg_init_table()
+Subject: ub: fix up the conversion to sg_init_table()
 
 >From 541645be8bbb67d39113096263dcf00615d789e3 Mon Sep 17 00:00:00 2001
 From: Pete Zaitcev <zaitcev@redhat.com>
index 848d9c7bf1f204ee5e601de41f70695e7346f326..a5abc9e84a21bb99e532a8bdaab92a5d098f4830 100644 (file)
@@ -3,12 +3,11 @@ Date: Tue, 11 Mar 2008 11:30:25 +0100 (CET)
 From: Thomas Gleixner <tglx@linutronix.de>
 To: Justin Piszcz <jpiszcz@lucidpixels.com>
 Message-ID: <alpine.LFD.1.00.0803111104550.3781@apollo.tec.linutronix.de>
-Cc: LKML <linux-kernel@vger.kernel.org>, Stable Team <stable@kernel.org>
+Cc: linux-kernel@vger.kernel.org, stable@kernel.org
 Subject: x86: adjust enable_NMI_through_LVT0()
 
-commit e94271017f0933b29362a3c9dea5a6b9d04d98e1
 From: Jan Beulich <jbeulich@novell.com>
-Date: Wed Jan 30 13:31:24 2008 +0100
+commit e94271017f0933b29362a3c9dea5a6b9d04d98e1
 
 Its previous use in a call to on_each_cpu() was pointless, as at the
 time that code gets executed only one CPU is online. Further, the