Re: [PATCH 1/2] x86, mce: Enable MCA support by default

2012-09-18 Thread Mauro Carvalho Chehab
Em 17-09-2012 14:32, Borislav Petkov escreveu: > On Mon, Sep 17, 2012 at 05:30:00PM +, Luck, Tony wrote: >>> MCA is the basic support for hardware error logging and reporting, and >>> it is majorly unwise to run without it so enable machine check software >>> support by default on x86. >> >> Ac

Re: [PATCH 1/2] x86, mce: Enable MCA support by default

2012-09-17 Thread Borislav Petkov
On Mon, Sep 17, 2012 at 05:30:00PM +, Luck, Tony wrote: > > MCA is the basic support for hardware error logging and reporting, and > > it is majorly unwise to run without it so enable machine check software > > support by default on x86. > > Acked-by: Tony Luck Thanks Tony. Will send a pull

RE: [PATCH 1/2] x86, mce: Enable MCA support by default

2012-09-17 Thread Luck, Tony
> MCA is the basic support for hardware error logging and reporting, and > it is majorly unwise to run without it so enable machine check software > support by default on x86. Acked-by: Tony Luck -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

[PATCH 1/2] x86, mce: Enable MCA support by default

2012-09-17 Thread Borislav Petkov
From: Borislav Petkov MCA is the basic support for hardware error logging and reporting, and it is majorly unwise to run without it so enable machine check software support by default on x86. Signed-off-by: Borislav Petkov --- arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git