2011-03-19 18:08:28

by Kamalesh Babulal

[permalink] [raw]
Subject: [0/3] 2.6.32.stable kexec/kdump fixes backport series

Hi Greg,

Can you please merge the following kexec/kdump backports for
2.6.32-stable of current upstream commits. They are bug fixes,
which are needed in the 2.6.23-stable tree.

Michael Neuling (2):
powerpc/kexec: Fix race in kexec shutdown
powerpc/kdump: Fix race in kdump shutdown

Milton Miller (1):
powerpc: rtas_flash needs to use rtas_data_buf

arch/powerpc/include/asm/kexec.h | 4 ++
arch/powerpc/include/asm/paca.h | 3 +-
arch/powerpc/kernel/asm-offsets.c | 1 +
arch/powerpc/kernel/crash.c | 28 ++++++++++++++++++
arch/powerpc/kernel/machine_kexec_64.c | 48 ++++++++++++++++++++++---------
arch/powerpc/kernel/misc_64.S | 8 +++--
arch/powerpc/kernel/paca.c | 2 +
arch/powerpc/kernel/rtas_flash.c | 41 ++++++++++++++------------
8 files changed, 98 insertions(+), 37 deletions(-)


Kamalesh


2011-03-19 18:20:04

by Kamalesh Babulal

[permalink] [raw]
Subject: Re: [0/3] 2.6.32.stable kexec/kdump fixes backport series

* Kamalesh Babulal <[email protected]> [2011-03-19 23:38:11]:

> Hi Greg,
>
> Can you please merge the following kexec/kdump backports for
> 2.6.32-stable of current upstream commits. They are bug fixes,
> which are needed in the 2.6.23-stable tree.
Sorry for the typo ^^^^^^^^^^^^^^^^^^, these bug fixes
are required in 2.6.32-stable tree.
>
> Michael Neuling (2):
> powerpc/kexec: Fix race in kexec shutdown
> powerpc/kdump: Fix race in kdump shutdown
>
> Milton Miller (1):
> powerpc: rtas_flash needs to use rtas_data_buf
>
> arch/powerpc/include/asm/kexec.h | 4 ++
> arch/powerpc/include/asm/paca.h | 3 +-
> arch/powerpc/kernel/asm-offsets.c | 1 +
> arch/powerpc/kernel/crash.c | 28 ++++++++++++++++++
> arch/powerpc/kernel/machine_kexec_64.c | 48 ++++++++++++++++++++++---------
> arch/powerpc/kernel/misc_64.S | 8 +++--
> arch/powerpc/kernel/paca.c | 2 +
> arch/powerpc/kernel/rtas_flash.c | 41 ++++++++++++++------------
> 8 files changed, 98 insertions(+), 37 deletions(-)
>
>
> Kamalesh
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

Kamalesh