Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1664993

[PATCH 0/8] RAS: 4.13 pile, part 2

From Borislav Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject [PATCH 0/8] RAS: 4.13 pile, part 2
Date 2017-06-13 18:30 +0200
Message-ID <tRWRA-1MW-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Borislav Petkov <bp@suse.de>

Hi guys,

here's the second pile of RAS updates which merges the mce_amd_inj
functionality into mce-inject. Now we have a single error injector
module which we can use on anything.

Also, it is a true module now as we're getting rid of
register_mce_write_callback() and replacing it with a normal notifier
which /dev/mcelog invokes.

Also, a couple more fixes/cleanups from Yazen.

Please queue,
thanks.

Borislav Petkov (4):
  x86/mce: Merge mce_amd_inj into mce-inject
  x86/mce: Get rid of register_mce_write_callback()
  x86/mce: Cleanup include files
  x86/mce/mce-inject: Preset the MCE injection struct

Yazen Ghannam (4):
  x86/mce/AMD: Use msr_stat when clearing MCA_STATUS
  x86/mce/AMD: Use saved threshold block info in interrupt handler
  x86/mce: Don't disable MCA banks when offlining a CPU on AMD
  x86/mce: Update bootlog description to reflect behavior on AMD

 Documentation/x86/x86_64/boot-options.txt |   3 +-
 arch/x86/Kconfig                          |   2 +-
 arch/x86/Makefile                         |   2 -
 arch/x86/include/asm/mce.h                |   4 -
 arch/x86/include/asm/processor.h          |   5 +
 arch/x86/kernel/cpu/mcheck/dev-mcelog.c   |  47 ++-
 arch/x86/kernel/cpu/mcheck/mce-inject.c   | 569 +++++++++++++++++++++++++++---
 arch/x86/kernel/cpu/mcheck/mce-internal.h |   6 +-
 arch/x86/kernel/cpu/mcheck/mce.c          |  10 +-
 arch/x86/kernel/cpu/mcheck/mce_amd.c      |  68 ++--
 arch/x86/ras/Kconfig                      |  11 -
 arch/x86/ras/Makefile                     |   2 -
 arch/x86/ras/mce_amd_inj.c                | 492 --------------------------
 13 files changed, 617 insertions(+), 604 deletions(-)
 delete mode 100644 arch/x86/ras/Makefile
 delete mode 100644 arch/x86/ras/mce_amd_inj.c

-- 
2.13.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/8] RAS: 4.13 pile, part 2 Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
  [PATCH 2/8] x86/mce/AMD: Use saved threshold block info in interrupt handler Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce/AMD: Use saved threshold block info in  interrupt handler tip-bot for Yazen Ghannam <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 4/8] x86/mce: Get rid of register_mce_write_callback() Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce: Get rid of register_mce_write_callback() tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 3/8] x86/mce: Merge mce_amd_inj into mce-inject Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce: Merge mce_amd_inj into mce-inject tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 5/8] x86/mce: Cleanup include files Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce: Clean up include files tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 8/8] x86/mce: Update bootlog description to reflect behavior on AMD Borislav Petkov <bp@alien8.de> - 2017-06-13 18:40 +0200
    [tip:ras/core] x86/mce: Update bootlog description to reflect  behavior on AMD tip-bot for Yazen Ghannam <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 1/8] x86/mce/AMD: Use msr_stat when clearing MCA_STATUS Borislav Petkov <bp@alien8.de> - 2017-06-13 18:40 +0200
    [tip:ras/core] x86/mce/AMD: Use msr_stat when clearing MCA_STATUS tip-bot for Yazen Ghannam <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 6/8] x86/mce/mce-inject: Preset the MCE injection struct Borislav Petkov <bp@alien8.de> - 2017-06-13 18:40 +0200
    [tip:ras/core] x86/mce/mce-inject: Preset the MCE injection struct tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200

csiph-web