Re: [PATCH 0/6] AMD MCE injection improvs

2012-10-08 Thread Borislav Petkov
On Mon, Oct 08, 2012 at 04:58:34PM -0700, Tony Luck wrote: > On Mon, Oct 8, 2012 at 10:11 AM, Borislav Petkov wrote: > > create mode 100644 arch/x86/ras/ras.c > > Overall it looks good - but I'm a bit puzzled by this ras.c file that gets > created as an empty file in part1, and is still empty at

Re: [PATCH 0/6] AMD MCE injection improvs

2012-10-08 Thread Tony Luck
On Mon, Oct 8, 2012 at 10:11 AM, Borislav Petkov wrote: > create mode 100644 arch/x86/ras/ras.c Overall it looks good - but I'm a bit puzzled by this ras.c file that gets created as an empty file in part1, and is still empty at the end of the series. What is going to go into it? -Tony -- To un

[PATCH 0/6] AMD MCE injection improvs

2012-10-08 Thread Borislav Petkov
From: Borislav Petkov So this basically moves the mce-inject module to arch/x86/ras/ and adds a bunch of features to it. More importantly, though, it creates all the glue to add the arch/x86/ras/ directory to Kconfig. The idea is to gradually collect RAS-related stuff there. Tony, please take a