]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
make quilt happy for posting
authorChris Wright <chrisw@sous-sol.org>
Mon, 21 May 2007 20:40:20 +0000 (13:40 -0700)
committerChris Wright <chrisw@sous-sol.org>
Mon, 21 May 2007 20:40:20 +0000 (13:40 -0700)
queue-2.6.21/fix-for-bugzilla-8426-massive-slowdown-on-scsi-cd-dvd-drive-connected-to-mptspi-driver.patch
queue-2.6.21/ip-nf-_nat_proto_gre-do-not-modify-corrupt-grev0-packets-through-nat.patch
queue-2.6.21/serial-sunhv-add-an-id-string.patch
queue-2.6.21/skge-default-wol-should-be-magic-only.patch
queue-2.6.21/sparc64-add-missing-cpus_empty-check-in-hypervisor-xcall-handling.patch
queue-2.6.21/sparc64-be-more-resiliant-with-pci-i-o-space-regs.patch
queue-2.6.21/sparc64-bump-promintr_max-to-32.patch
queue-2.6.21/sparc64-fix-recursion-in-prom-tree-building.patch

index a2cb8433e8faa4e61dff9a6b73619c0ca86c8155..b3d5592a054483edb054db71f95da7cd0a10e9ee 100644 (file)
@@ -15,7 +15,7 @@ change the order some code was called.  This caused a massive slowdown (of
 150x to 300x) on the CD/DVD drive on the high-end HP Integrity servers.
 
 Signed-off-by: Doug Chapman <doug.chapman@hp.com>
-Cc: "Moore, Eric Dean" <Eric.Moore@lsil.com>
+Cc: <Eric.Moore@lsil.com>
 Cc: James Bottomley <James.Bottomley@steeleye.com>
 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
index b37995c5bb3de48095e7bee9846e914ff4b3b508..ebd4bd2d8b58304feb8c488412b331685faf9397 100644 (file)
@@ -4,7 +4,7 @@ Date: Thu, 03 May 2007 03:14:27 +0200
 From: Patrick McHardy <kaber@trash.net>
 To: "stable@kernel.org" <stable@kernel.org>
 Cc: "David S. Miller" <davem@davemloft.net>, Adrian Bunk <bunk@stusta.de>
-Subject: [NETFILTER]: {ip, nf}_nat_proto_gre: do not modify/corrupt GREv0 packets through NAT
+Subject: NETFILTER: {ip,nf}_nat_proto_gre: do not modify/corrupt GREv0 packets through NAT
 
 From: Jorge Boncompte <jorge@dti2.net>
 
index e4be31d09614fa4aaba3bdc126f8bc7f5dfd3c5c..29786bf86e904422f1670459bb320596985b93c0 100644 (file)
@@ -6,8 +6,6 @@ From: David Miller <davem@davemloft.net>
 Cc: bunk@stusta.de
 Subject: SERIAL SUNHV: Add an ID string.
 
-From: "David S. Miller" <davem@sunset.davemloft.net>
-
 The 'compatible' property can be SUNW,sun4v-console as
 well as 'qcn'.
 
index 6717e5798ad773c6741e5175f635cfe61dcae5e3..06a011a5234bc40193a8d8b884d7e9edf9906e49 100644 (file)
@@ -10,7 +10,7 @@ By default, the skge driver now enables wake on magic and wake on PHY.
 This is a bad default (bug), wake on PHY means machine will never shutdown 
 if connected to a switch.
 
-Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>a
+Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
index 0f6bfe3cc49e39d4c7183b572938f3e063955343..c4350424b0fc7d15ca8f71f7ada4f2fc5ebd9fbd 100644 (file)
@@ -6,8 +6,6 @@ From: David Miller <davem@davemloft.net>
 Cc: bunk@stusta.de
 Subject: SPARC64: Add missing cpus_empty() check in hypervisor xcall handling.
 
-From: "David S. Miller" <davem@sunset.davemloft.net>
-
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
index 0264d896b40fa04aa62031ca2e5a96cfc3d249f8..522d45e4e877bdabd8cd7ddd85d792387bc256c6 100644 (file)
@@ -6,8 +6,6 @@ From: David Miller <davem@davemloft.net>
 Cc: bunk@stusta.de
 Subject: SPARC64: Be more resiliant with PCI I/O space regs.
 
-From: "David S. Miller" <davem@sunset.davemloft.net>
-
 If we miss on the ranges, just toss the translation up to the parent
 instead of failing.
 
index 2d3e69a324bb98174e35084e1e31882d55e7db58..02f5e0f095db61a3ae2180bb12a5da57cfc851b1 100644 (file)
@@ -6,8 +6,6 @@ From: David Miller <davem@davemloft.net>
 Cc: bunk@stusta.de
 Subject: SPARC64: Bump PROMINTR_MAX to 32.
 
-From: "David S. Miller" <davem@sunset.davemloft.net>
-
 Some devices have more than 15 which was the previous
 setting.
 
index 99edb7aad5f19546de5b2848311471b6540e70d5..82a1730c8e2703d75e797b6bb115ec2a14b5b9e9 100644 (file)
@@ -6,8 +6,6 @@ From: David Miller <davem@davemloft.net>
 Cc: bunk@stusta.de
 Subject: SPARC64: Fix recursion in PROM tree building.
 
-From: "David S. Miller" <davem@sunset.davemloft.net>
-
 Use iteration for scanning of PROM node siblings.
 
 Based upon a patch by Greg Onufer, who found this bug.