[PATCH v5 0/2] x86/mce: Support extended MCA_ADDR address on SMCA systems

Smita Koralahalli posted 2 patches 4 years ago
There is a newer version of this series
arch/x86/kernel/cpu/mce/amd.c      | 21 ++++++++-------
arch/x86/kernel/cpu/mce/core.c     | 21 ++++-----------
arch/x86/kernel/cpu/mce/internal.h | 41 ++++++++++++++++++++++++++++++
3 files changed, 58 insertions(+), 25 deletions(-)
[PATCH v5 0/2] x86/mce: Support extended MCA_ADDR address on SMCA systems
Posted by Smita Koralahalli 4 years ago
This series of patches adds support for extended physical address on newer
AMD CPUs.

The first patch defines a separate helper function to extract
MCA_ADDR[ErrorAddr]. And the second patch adds support for extended
ErrorAddr bits in MCA_ADDR.

Link:
https://lkml.kernel.org/r/20220225193342.215780-1-Smita.KoralahalliChannabasappa@amd.com

Smita Koralahalli (2):
  x86/mce: Define function to extract ErrorAddr from MCA_ADDR
  x86/mce: Add support for Extended Physical Address MCA changes

 arch/x86/kernel/cpu/mce/amd.c      | 21 ++++++++-------
 arch/x86/kernel/cpu/mce/core.c     | 21 ++++-----------
 arch/x86/kernel/cpu/mce/internal.h | 41 ++++++++++++++++++++++++++++++
 3 files changed, 58 insertions(+), 25 deletions(-)

-- 
2.17.1