[GIT,PULL] RAS updates for 6.3

Message ID Y/NQfnRa82W0vCoy@zn.tnic
State New
Headers
Series [GIT,PULL] RAS updates for 6.3 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_core_for_v6.3_rc1

Message

Borislav Petkov Feb. 20, 2023, 10:50 a.m. UTC
  Hi Linus,

please pull some x86 RAS updates for 6.3.

Thx.

---

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_core_for_v6.3_rc1

for you to fetch changes up to 8a01ec97dc066009dd89e43bfcf55644f2dd6d19:

  x86/mce: Mask out non-address bits from machine check bank (2023-01-10 11:47:07 +0100)

----------------------------------------------------------------
- Add support for reporting more bits of the physical address on error,
  on newer AMD CPUs

- Mask out bits which don't belong to the address of the error being
  reported

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

Tony Luck (1):
      x86/mce: Mask out non-address bits from machine check bank

 arch/x86/include/asm/mce.h         |  3 +++
 arch/x86/kernel/cpu/mce/amd.c      | 12 +++--------
 arch/x86/kernel/cpu/mce/core.c     | 32 ++++++++++-----------------
 arch/x86/kernel/cpu/mce/internal.h | 44 ++++++++++++++++++++++++++++++++++++++
 drivers/edac/skx_common.c          |  2 +-
 5 files changed, 62 insertions(+), 31 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 21, 2023, 5:24 p.m. UTC | #1
The pull request you sent on Mon, 20 Feb 2023 11:50:38 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_core_for_v6.3_rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0246725d7399d7d6acc8fd5a1a0a1ffce9a1eaa3

Thank you!