2012-10-09 13:04:20

by Borislav Petkov

[permalink] [raw]
Subject: [GIT PULL] RAS: Numascale fix

Hi guys,

just a small fix for an oops on Numascale's confederate systems. It can
go in ASAP.

Thanks.



The following changes since commit 547b1e81afe3119f7daf702cc03b158495535a25:

Fix staging driver use of VM_RESERVED (2012-10-09 21:06:41 +0900)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/numascale_mce_fix

for you to fetch changes up to 124556ec1555b89af76cec3e41375b6f9a557ead:

x86, AMD, MCE: Prevent oops on multi-server system (2012-10-09 14:48:43 +0200)

----------------------------------------------------------------
A fix for a bug causing an OOPS on confederate systems from Numascale
where northbridge descriptors are not unique, causing a lookup failure
of the northbridge descriptor in the amd_nb.c code.

A more general fix is in the works.

----------------------------------------------------------------
Daniel J Blueman (1):
x86, AMD, MCE: Prevent oops on multi-server system

arch/x86/kernel/cpu/mcheck/mce_amd.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

--
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
GM: Alberto Bozzo
Reg: Dornach, Landkreis Muenchen
HRB Nr. 43632 WEEE Registernr: 129 19551


2012-10-17 17:05:56

by H. Peter Anvin

[permalink] [raw]
Subject: Re: [GIT PULL] RAS: Numascale fix

On 10/09/2012 06:04 AM, Borislav Petkov wrote:
> Hi guys,
>
> just a small fix for an oops on Numascale's confederate systems. It can
> go in ASAP.
>

For small git pulls, it would be good to include the actual diff in the
pull request.

-hpa