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>
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>
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'.
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>
---
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>
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.
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.
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.