[GIT,PULL] RAS updates for v6.7

Message ID 20231027103552.GBZTuSiMcrT5zPb3Z1@fat_crate.local
State New
Headers
Series [GIT,PULL] RAS updates for v6.7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras_core_for_6.7_rc1

Message

Borislav Petkov Oct. 27, 2023, 10:35 a.m. UTC
  Hi Linus,

please pull a couple of RAS updates for 6.7.

Thx.

---

The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:

  Linux 6.6-rc6 (2023-10-15 13:34:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras_core_for_6.7_rc1

for you to fetch changes up to 1bae0cfe4a171ccc5f731426296e45beafa096b8:

  x86/mce: Cleanup mce_usable_address() (2023-10-16 15:37:01 +0200)

----------------------------------------------------------------
- Specify what error addresses reported on AMD are actually usable
  memory error addresses for further decoding

----------------------------------------------------------------
Yazen Ghannam (3):
      x86/MCE/AMD: Split amd_mce_is_memory_error()
      x86/mce: Define amd_mce_usable_address()
      x86/mce: Cleanup mce_usable_address()

 arch/x86/include/asm/mce.h         |  2 +-
 arch/x86/kernel/cpu/mce/amd.c      | 68 +++++++++++++++++++++++++++++++++++---
 arch/x86/kernel/cpu/mce/core.c     | 32 ++++++------------
 arch/x86/kernel/cpu/mce/intel.c    | 20 +++++++++++
 arch/x86/kernel/cpu/mce/internal.h |  4 +++
 5 files changed, 99 insertions(+), 27 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 30, 2023, 11:50 p.m. UTC | #1
The pull request you sent on Fri, 27 Oct 2023 12:35:52 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras_core_for_6.7_rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/01ae815c5021532aecf8c5e280cf50cdaa72a9d6

Thank you!