lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241118130110.GAZzs6lqpsvuNu9vvz@fat_crate.local>
Date: Mon, 18 Nov 2024 14:01:10 +0100
From: Borislav Petkov <bp@...en8.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] RAS updates for v6.13

Hi Linus,

please pull the RAS updates for v6.13.

Thx.

---

The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:

  Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 612c2addff367ee461dc99ffca2bc786f105d2ec:

  EDAC/mce_amd: Add support for FRU text in MCA (2024-10-31 10:53:04 +0100)

----------------------------------------------------------------
- Log and handle twp new AMD-specific MCA registers: SYND1 and SYND2 and
  report the Field Replaceable Unit text info reported through them

- Add support for handling variable-sized SMCA BERT records

- Add the capability for reporting vendor-specific RAS error info without
  adding vendor-specific fields to struct mce

- Cleanups

----------------------------------------------------------------
Avadhut Naik (2):
      x86/mce: Add wrapper for struct mce to export vendor specific info
      x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers

Qiuxu Zhuo (2):
      x86/mce/mcelog: Use xchg() to get and clear the flags
      x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff

Steven Rostedt (1):
      tracing: Add __print_dynamic_array() helper

Yazen Ghannam (2):
      x86/mce/apei: Handle variable SMCA BERT record size
      EDAC/mce_amd: Add support for FRU text in MCA

 arch/x86/include/asm/mce.h                 |  36 ++++-
 arch/x86/include/uapi/asm/mce.h            |   3 +-
 arch/x86/kernel/cpu/mce/amd.c              |  30 ++--
 arch/x86/kernel/cpu/mce/apei.c             | 107 ++++++++++----
 arch/x86/kernel/cpu/mce/core.c             | 216 ++++++++++++++++-------------
 arch/x86/kernel/cpu/mce/dev-mcelog.c       |  11 +-
 arch/x86/kernel/cpu/mce/genpool.c          |  18 +--
 arch/x86/kernel/cpu/mce/inject.c           |   6 +-
 arch/x86/kernel/cpu/mce/intel.c            |   2 +-
 arch/x86/kernel/cpu/mce/internal.h         |   4 +-
 drivers/edac/mce_amd.c                     |  22 ++-
 include/trace/events/mce.h                 |  49 ++++---
 include/trace/stages/stage3_trace_output.h |   8 ++
 include/trace/stages/stage7_class_define.h |   1 +
 samples/trace_events/trace-events-sample.h |   7 +-
 15 files changed, 329 insertions(+), 191 deletions(-)


-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ