mbox series

[GIT,PULL] RAS updates for 5.4

Message ID 20190913080937.GB20745@zn.tnic (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RAS updates for 5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

Message

Borislav Petkov Sept. 13, 2019, 8:10 a.m. UTC
Hi Linus,

please pull this branch

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

to receive the latest meager RAS updates for 5.4:

- Enable processing of action-optional MCEs which have the Overflow bit set
  (Tony	Luck)

- -Wmissing-prototypes warning fix and a build fix (Valdis Klētnieks)

Thx.

---
The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d:

  Linux 5.3-rc3 (2019-08-04 18:40:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

for you to fetch changes up to b6ff24f7b5101101ff897dfdde3f37924e676bc2:

  RAS: Build debugfs.o only when enabled in Kconfig (2019-08-08 17:44:02 +0200)

----------------------------------------------------------------
Tony Luck (1):
      x86/mce: Don't check for the overflow bit on action optional machine checks

Valdis Kletnieks (2):
      RAS: Fix prototype warnings
      RAS: Build debugfs.o only when enabled in Kconfig

 arch/x86/kernel/cpu/mce/severity.c | 4 ++--
 drivers/ras/Makefile               | 3 ++-
 drivers/ras/cec.c                  | 1 +
 drivers/ras/debugfs.c              | 2 ++
 4 files changed, 7 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 16, 2019, 9:35 p.m. UTC | #1
The pull request you sent on Fri, 13 Sep 2019 10:10:39 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8e97be2acd59e07539c5002e12ba6a9c0bb5e83b

Thank you!