Re: [PATCH 1/3] x86/RAS: Simplify SMCA bank descriptor struct

2016-11-04 Thread Borislav Petkov
On Fri, Nov 04, 2016 at 10:44:47AM -0400, Yazen Ghannam wrote: > Please add: > Tested-by: Yazen Ghannam > > Ditto for the others. Thanks, here's one more which I've been meaning to do: --- From: Borislav Petkov Date: Thu, 3 Nov 2016 21:12:33 +0100 Subject:

Re: [PATCH 1/3] x86/RAS: Simplify SMCA bank descriptor struct

2016-11-04 Thread Borislav Petkov
On Fri, Nov 04, 2016 at 10:44:47AM -0400, Yazen Ghannam wrote: > Please add: > Tested-by: Yazen Ghannam > > Ditto for the others. Thanks, here's one more which I've been meaning to do: --- From: Borislav Petkov Date: Thu, 3 Nov 2016 21:12:33 +0100 Subject: [PATCH] x86/RAS: Hide SMCA bank

Re: [PATCH 1/3] x86/RAS: Simplify SMCA bank descriptor struct

2016-11-04 Thread Yazen Ghannam
> > Call the struct simply smca_bank, it's instance ID can be simply ->id. > Makes the code much more readable. > > Signed-off-by: Borislav Petkov Looks good to me. Please add: Tested-by: Yazen Ghannam Ditto for the others. Thanks, Yazen

Re: [PATCH 1/3] x86/RAS: Simplify SMCA bank descriptor struct

2016-11-04 Thread Yazen Ghannam
> > Call the struct simply smca_bank, it's instance ID can be simply ->id. > Makes the code much more readable. > > Signed-off-by: Borislav Petkov Looks good to me. Please add: Tested-by: Yazen Ghannam Ditto for the others. Thanks, Yazen

[PATCH 1/3] x86/RAS: Simplify SMCA bank descriptor struct

2016-11-03 Thread Borislav Petkov
From: Borislav Petkov Call the struct simply smca_bank, it's instance ID can be simply ->id. Makes the code much more readable. Signed-off-by: Borislav Petkov --- arch/x86/include/asm/mce.h | 7 --- arch/x86/kernel/cpu/mcheck/mce_amd.c | 10

[PATCH 1/3] x86/RAS: Simplify SMCA bank descriptor struct

2016-11-03 Thread Borislav Petkov
From: Borislav Petkov Call the struct simply smca_bank, it's instance ID can be simply ->id. Makes the code much more readable. Signed-off-by: Borislav Petkov --- arch/x86/include/asm/mce.h | 7 --- arch/x86/kernel/cpu/mcheck/mce_amd.c | 10 +- 2 files changed, 9