mbox series

[GIT,PULL] EDAC updates for v5.12

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

Pull-request

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

Message

Borislav Petkov Feb. 15, 2021, 9:16 a.m. UTC
Hi Linus,

please pull the EDAC side of updates for v5.12.

Thx.

---

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6118b488933b0311e28420d4cd1ee06caf59682b:

  Merge branch 'edac-misc' into edac-updates-for-v5.12 (2021-02-15 10:06:58 +0100)

----------------------------------------------------------------
- A couple of fixes/improvements to amd64_edac:
 - merge debugging and error injection functionality into the main driver
 - tone down info/error output
 - do not attempt to load it on F15h client hw

- Misc fixes to other drivers

----------------------------------------------------------------
Borislav Petkov (6):
      EDAC/amd64: Do not load on family 0x15, model 0x13
      EDAC/amd64: Merge sysfs debugging attributes setup code
      EDAC/amd64: Merge error injection sysfs facilities
      EDAC/amd64: Limit error injection functionality to supported hw
      EDAC/amd64: Issue probing messages only on properly detected hardware
      Merge branch 'edac-misc' into edac-updates-for-v5.12

Menglong Dong (1):
      EDAC/xgene: Do not print a failure message to get an IRQ twice

Yazen Ghannam (1):
      EDAC/amd64: Tone down messages about missing PCI IDs

Zheng Yongjun (1):
      EDAC/ppc4xx: Convert comma to semicolon

 drivers/edac/Kconfig          |  15 +-
 drivers/edac/Makefile         |   7 +-
 drivers/edac/amd64_edac.c     | 332 +++++++++++++++++++++++++++++++++++++++---
 drivers/edac/amd64_edac.h     |  11 --
 drivers/edac/amd64_edac_dbg.c |  55 -------
 drivers/edac/amd64_edac_inj.c | 235 ------------------------------
 drivers/edac/ppc4xx_edac.c    |   2 +-
 drivers/edac/xgene_edac.c     |   2 +-
 8 files changed, 319 insertions(+), 340 deletions(-)
 delete mode 100644 drivers/edac/amd64_edac_dbg.c
 delete mode 100644 drivers/edac/amd64_edac_inj.c

Comments

pr-tracker-bot@kernel.org Feb. 21, 2021, 5:06 a.m. UTC | #1
The pull request you sent on Mon, 15 Feb 2021 10:16:53 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8518496639123ebcceb1be173c4f00edf178bfbd

Thank you!