[PATCH v2 0/3] New SMCA bank types

Yazen Ghannam posted 3 patches 1 month ago
arch/x86/include/asm/mce.h    |  59 +++++++++------
arch/x86/kernel/cpu/mce/amd.c | 134 ++++++++++++++++++++--------------
drivers/edac/mce_amd.c        |  48 +++++++-----
3 files changed, 147 insertions(+), 94 deletions(-)
[PATCH v2 0/3] New SMCA bank types
Posted by Yazen Ghannam 1 month ago
Hi all,

This set does some minor refactoring before adding new SMCA bank types.

Thanks,
Yazen

Link:
https://lore.kernel.org/20260202172158.2455749-1-yazen.ghannam@amd.com

v1->v2:
* Rebase on v7.0-rc2.
* Add pre-patch to reorder the bank type enums.
* Add pre-patch to update "CS" bank type name.

Yazen Ghannam (3):
  x86/mce, EDAC/mce_amd: Reorder SMCA bank type enums
  x86/mce, EDAC/mce_amd: Update CS bank type naming
  x86/mce, EDAC/mce_amd: Add new SMCA bank types

 arch/x86/include/asm/mce.h    |  59 +++++++++------
 arch/x86/kernel/cpu/mce/amd.c | 134 ++++++++++++++++++++--------------
 drivers/edac/mce_amd.c        |  48 +++++++-----
 3 files changed, 147 insertions(+), 94 deletions(-)

-- 
2.53.0
Re: [PATCH v2 0/3] New SMCA bank types
Posted by Borislav Petkov 4 weeks, 1 day ago
On Sat, Mar 07, 2026 at 11:33:13AM -0500, Yazen Ghannam wrote:
> Hi all,
> 
> This set does some minor refactoring before adding new SMCA bank types.
> 
> Thanks,
> Yazen
> 
> Link:
> https://lore.kernel.org/20260202172158.2455749-1-yazen.ghannam@amd.com
> 
> v1->v2:
> * Rebase on v7.0-rc2.
> * Add pre-patch to reorder the bank type enums.
> * Add pre-patch to update "CS" bank type name.
> 
> Yazen Ghannam (3):
>   x86/mce, EDAC/mce_amd: Reorder SMCA bank type enums
>   x86/mce, EDAC/mce_amd: Update CS bank type naming
>   x86/mce, EDAC/mce_amd: Add new SMCA bank types
> 
>  arch/x86/include/asm/mce.h    |  59 +++++++++------
>  arch/x86/kernel/cpu/mce/amd.c | 134 ++++++++++++++++++++--------------
>  drivers/edac/mce_amd.c        |  48 +++++++-----
>  3 files changed, 147 insertions(+), 94 deletions(-)

Ok,

check here pls whether I've botched anything:

https://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git/log/?h=tip-ras-core

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette
Re: [PATCH v2 0/3] New SMCA bank types
Posted by Yazen Ghannam 4 weeks ago
On Wed, Mar 11, 2026 at 02:19:38PM +0100, Borislav Petkov wrote:
> On Sat, Mar 07, 2026 at 11:33:13AM -0500, Yazen Ghannam wrote:
> > Hi all,
> > 
> > This set does some minor refactoring before adding new SMCA bank types.
> > 
> > Thanks,
> > Yazen
> > 
> > Link:
> > https://lore.kernel.org/20260202172158.2455749-1-yazen.ghannam@amd.com
> > 
> > v1->v2:
> > * Rebase on v7.0-rc2.
> > * Add pre-patch to reorder the bank type enums.
> > * Add pre-patch to update "CS" bank type name.
> > 
> > Yazen Ghannam (3):
> >   x86/mce, EDAC/mce_amd: Reorder SMCA bank type enums
> >   x86/mce, EDAC/mce_amd: Update CS bank type naming
> >   x86/mce, EDAC/mce_amd: Add new SMCA bank types
> > 
> >  arch/x86/include/asm/mce.h    |  59 +++++++++------
> >  arch/x86/kernel/cpu/mce/amd.c | 134 ++++++++++++++++++++--------------
> >  drivers/edac/mce_amd.c        |  48 +++++++-----
> >  3 files changed, 147 insertions(+), 94 deletions(-)
> 
> Ok,
> 
> check here pls whether I've botched anything:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git/log/?h=tip-ras-core
> 

Looks good to me.

Thanks,
Yazen