linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Call memory_failure() on Deferred errors
@ 2017-03-20 20:26 Yazen Ghannam
  2017-03-20 20:26 ` [PATCH v2 1/4] EDAC,mce_amd: Find node ID on SMCA systems using generic methods Yazen Ghannam
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Yazen Ghannam @ 2017-03-20 20:26 UTC (permalink / raw)
  To: linux-edac; +Cc: Yazen Ghannam, Tony Luck, Borislav Petkov, x86, linux-kernel

From: Yazen Ghannam <yazen.ghannam@amd.com>

This set is based on an earlier 3 patch set.

Patch 1:
- Address comments by using cpu_to_node() when finding a node ID rather
than amd_get_nb_id().
Link: http://lkml.kernel.org/r/1486760120-60944-1-git-send-email-Yazen.Ghannam@amd.com

Patch 2:
- Fix up commit message.
Link: http://lkml.kernel.org/r/1486760120-60944-2-git-send-email-Yazen.Ghannam@amd.com

Patches 3 and 4:
- Redo Patch 3 from old set.
- After looking at the CEC patch I got the idea to use the SRAO notifier
block instead of calling memory_failure() from the AMD Deferred error
interrupt handler.
Link: http://lkml.kernel.org/r/1486760120-60944-3-git-send-email-Yazen.Ghannam@amd.com

Yazen Ghannam (4):
  EDAC,mce_amd: Find node ID on SMCA systems using generic methods
  x86/mce/AMD; EDAC,amd64: Move find_umc_channel() to AMD mcheck
  x86/mce/AMD: Mark Deferred errors as Action Optional on SMCA systems
  x86/mce: Add AMD SMCA support to SRAO notifier

 arch/x86/include/asm/mce.h                |  2 ++
 arch/x86/kernel/cpu/mcheck/mce-severity.c |  6 +++-
 arch/x86/kernel/cpu/mcheck/mce.c          | 52 ++++++++++++++++++++++++-------
 arch/x86/kernel/cpu/mcheck/mce_amd.c      | 25 +++++++++++++++
 drivers/edac/amd64_edac.c                 | 20 +-----------
 drivers/edac/mce_amd.c                    |  2 +-
 6 files changed, 74 insertions(+), 33 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-22 21:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 20:26 [PATCH v2 0/4] Call memory_failure() on Deferred errors Yazen Ghannam
2017-03-20 20:26 ` [PATCH v2 1/4] EDAC,mce_amd: Find node ID on SMCA systems using generic methods Yazen Ghannam
2017-03-20 20:26 ` [PATCH v2 2/4] x86/mce/AMD; EDAC,amd64: Move find_umc_channel() to AMD mcheck Yazen Ghannam
2017-03-22 21:16   ` Borislav Petkov
2017-03-22 21:41     ` Ghannam, Yazen
2017-03-20 20:26 ` [PATCH v2 3/4] x86/mce/AMD: Mark Deferred errors as Action Optional on SMCA systems Yazen Ghannam
2017-03-20 20:26 ` [PATCH v2 4/4] x86/mce: Add AMD SMCA support to SRAO notifier Yazen Ghannam
2017-03-21 21:47   ` Ghannam, Yazen
2017-03-22 21:13   ` Borislav Petkov
2017-03-22 21:40     ` Ghannam, Yazen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).