Re: [PATCH] Prevent AMD MCE oops on multi-server system

2012-10-02 Thread Daniel J Blueman
On 02/10/2012 02:01, Borislav Petkov wrote: On Tue, Oct 02, 2012 at 12:12:31AM +0800, Daniel J Blueman wrote: On 01/10/2012 18:06, Borislav Petkov wrote: On Mon, Oct 01, 2012 at 02:42:05PM +0800, Daniel J Blueman wrote: When booting on a federated multi-server system, the processor Northbridge

Re: [PATCH] Prevent AMD MCE oops on multi-server system

2012-10-01 Thread Borislav Petkov
On Tue, Oct 02, 2012 at 12:12:31AM +0800, Daniel J Blueman wrote: > On 01/10/2012 18:06, Borislav Petkov wrote: > >On Mon, Oct 01, 2012 at 02:42:05PM +0800, Daniel J Blueman wrote: > >>When booting on a federated multi-server system, the processor Northbridge > >>lookup returns NULL; add guards to

Re: [PATCH] Prevent AMD MCE oops on multi-server system

2012-10-01 Thread Daniel J Blueman
On 01/10/2012 18:06, Borislav Petkov wrote: On Mon, Oct 01, 2012 at 02:42:05PM +0800, Daniel J Blueman wrote: When booting on a federated multi-server system, the processor Northbridge lookup returns NULL; add guards to prevent this causing an oops. Interesting. What does lspci say on those sy

Re: [PATCH] Prevent AMD MCE oops on multi-server system

2012-10-01 Thread Borislav Petkov
On Mon, Oct 01, 2012 at 02:42:05PM +0800, Daniel J Blueman wrote: > When booting on a federated multi-server system, the processor Northbridge > lookup returns NULL; add guards to prevent this causing an oops. Interesting. What does lspci say on those systems? Thanks. -- Regards/Gruss, Boris.

[PATCH] Prevent AMD MCE oops on multi-server system

2012-09-30 Thread Daniel J Blueman
When booting on a federated multi-server system, the processor Northbridge lookup returns NULL; add guards to prevent this causing an oops. Signed-off-by: Daniel J Blueman --- arch/x86/kernel/cpu/mcheck/mce_amd.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ar