Re: [PATCH 2/2] vti: fix sparse bit endian warnings

2012-11-27 Thread Stephen Hemminger
On Tue, 27 Nov 2012 21:46:41 +0100 Peter Huewe wrote: > From: stephen hemminger > > Use be32_to_cpu instead of htonl to keep sparse happy. > > Signed-off-by: Stephen Hemminger > Signed-off-by: David S. Miller > > Sparse warning was probably: > net/ipv4/ip_vti.

Re: [PATCH 1/2] xfrm: remove extranous rcu_read_lock

2012-11-27 Thread Stephen Hemminger
On Tue, 27 Nov 2012 21:46:40 +0100 Peter Huewe wrote: > From: stephen hemminger > > The handlers for xfrm_tunnel are always invoked with rcu read lock > already. > > Signed-off-by: Stephen Hemminger > Signed-off-by: David S. Miller > > This also fixes a sparse

Re: [PATCH 0/5] ACPI, GHES fixes for stable 3.0

2012-06-11 Thread Stephen Hemminger
On Sun, 27 May 2012 09:53:14 +0900 Greg KH wrote: > On Mon, May 21, 2012 at 05:25:16PM -0700, Stephen Hemminger wrote: > > Users of 3.0 kernel on Dell with 32 bit kernels see: > > > > [Firmware Warn]: GHES: Failed to read error status block address for > > h

[PATCH 1/5] ACPI, APEI, GHES, Support disable GHES at boot time

2012-05-21 Thread Stephen Hemminger
Garrett Signed-off-by: Len Brown Signed-off-by: Stephen Hemminger --- drivers/acpi/apei/ghes.c |8 drivers/acpi/apei/hest.c | 17 + include/acpi/apei.h |1 + 3 files changed, 18 insertions(+), 8 deletions(-) --- a/drivers/acpi/apei/ghes.c 2012-05-21 17:24

[PATCH 4/5] ACPI, APEI, Add WHEA _OSC support

2012-05-21 Thread Stephen Hemminger
some machine, a special WHEA _OSC call must be used. This patch adds the support to that WHEA _OSC call. Signed-off-by: Huang Ying Reviewed-by: Andi Kleen Reviewed-by: Matthew Garrett Signed-off-by: Len Brown Signed-off-by: Stephen Hemminger --- drivers/acpi/apei/apei-base.c | 26

[PATCH 3/5] ACPI, APEI, Add APEI bit support in generic _OSC call

2012-05-21 Thread Stephen Hemminger
, APEI bit in generic _OSC call can be specified to tell firmware that Linux has full APEI support. This patch adds the APEI bit support in generic _OSC call. Signed-off-by: Huang Ying Reviewed-by: Andi Kleen Reviewed-by: Matthew Garrett Signed-off-by: Len Brown Signed-off-by: Stephen Hemminger

[PATCH 2/5] ACPI, APEI, GHES, Prevent GHES to be built as module

2012-05-21 Thread Stephen Hemminger
-off-by: Stephen Hemminger --- drivers/acpi/apei/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/acpi/apei/Kconfig 2012-05-21 17:24:11.528242941 -0700 +++ b/drivers/acpi/apei/Kconfig 2012-05-21 17:24:40.712577710 -0700 @@ -10,7 +10,7 @@ config ACPI_APEI

[PATCH 5/5] APEI: Fix WHEA _OSC call

2012-05-21 Thread Stephen Hemminger
Hayes Signed-off-by: Matthew Garrett Signed-off-by: Len Brown Signed-off-by: Stephen Hemminger --- drivers/acpi/apei/apei-base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/acpi/apei/apei-base.c 2012-05-21 17:24:42.128593952 -0700 +++ b/drivers/acpi/apei/apei

[PATCH 0/5] ACPI, GHES fixes for stable 3.0

2012-05-21 Thread Stephen Hemminger
Users of 3.0 kernel on Dell with 32 bit kernels see: [Firmware Warn]: GHES: Failed to read error status block address for hardware error source: 49376. This has been reported in multiple bugzillas: https://bugzilla.vyatta.com/show_bug.cgi?id=8000 https://bugzilla.redhat.com/show_bug.cgi

Re: [PATCH 5/5] APEI: Fix WHEA _OSC call

2012-05-22 Thread Stephen Hemminger
On Tue, 22 May 2012 03:24:39 +0100 Ben Hutchings wrote: > On Mon, 2012-05-21 at 17:25 -0700, Stephen Hemminger wrote: > > From: Matthew Garrett > > > > commit 68b58e95510b2f4d923c2916612e6b81ab74beb1 upstream > [...] > > The correct commit hash is b3b46d76d0

Re: [REGRESSION, PATCH] sky2 WOL fix

2012-02-14 Thread Stephen Hemminger
On Tue, 14 Feb 2012 09:29:29 -0800 Greg KH wrote: > On Tue, Feb 14, 2012 at 12:27:15PM +0100, Knut Petersen wrote: > > These are patches against 3.0.21, 3.1.10 and 3.2.6. > > > > cu, > > Knut > > > > Am 14.02.2012 09:25, schrieb Knut Petersen: > > >Fix an old sky2 WOL regression > > > > > >Wak