mbox series

[GIT,PULL] EDAC updates for v5.15

Message ID YSyldBbc4ngIMUhS@zn.tnic (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] EDAC updates for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v5.15

Message

Borislav Petkov Aug. 30, 2021, 9:31 a.m. UTC
Hi Linus,

here's the usual boring EDAC pull request of stuff which managed to
trickle in for 5.15.

Please pull,
thx.

---

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v5.15

for you to fetch changes up to cf4e6d52f58399c777276172ec250502e19d5e63:

  EDAC/i10nm: Retrieve and print retry_rd_err_log registers (2021-08-23 10:35:36 -0700)

----------------------------------------------------------------
- Add new HBM2 (High Bandwidth Memory Gen 2) type and add support for it
to the Intel SKx drivers

- Print additional useful per-channel error information on i10nm, like on SKL

- Check whether the AMD decoder is loaded on a guest and if so, don't

- The usual round of fixes and cleanups

----------------------------------------------------------------
Dwaipayan Ray (1):
      EDAC/amd64: Use DEVICE_ATTR helper macros

Krzysztof Kozlowski (1):
      EDAC/altera: Skip defining unused structures for specific configs

Naveen Krishna Chatradhi (1):
      EDAC/mc: Add new HBM2 memory type

Qiuxu Zhuo (2):
      EDAC/skx_common: Set the memory type correctly for HBM memory
      EDAC/i10nm: Fix NVDIMM detection

Smita Koralahalli (1):
      EDAC/mce_amd: Do not load edac_mce_amd module on guests

Youquan Song (1):
      EDAC/i10nm: Retrieve and print retry_rd_err_log registers

 drivers/edac/altera_edac.c |  44 +++++++------
 drivers/edac/amd64_edac.c  |  21 +++----
 drivers/edac/edac_mc.c     |   1 +
 drivers/edac/i10nm_base.c  | 152 ++++++++++++++++++++++++++++++++++++++++++++-
 drivers/edac/mce_amd.c     |   3 +
 drivers/edac/skx_base.c    |   3 +-
 drivers/edac/skx_common.c  |   9 ++-
 drivers/edac/skx_common.h  |   7 ++-
 include/linux/edac.h       |   3 +
 9 files changed, 205 insertions(+), 38 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 30, 2021, 8:41 p.m. UTC | #1
The pull request you sent on Mon, 30 Aug 2021 11:31:32 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v5.15

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/05b5fdb2a8f7f981b9b1aa77a6c4b810e19f01ab

Thank you!