[GIT PULL] EDAC for 5.9

From: Luck, Tony
Date: Sun Aug 02 2020 - 18:03:35 EST


Hi Linus,

Boris is on vacation and aske me to send you the pull request for EDAC
changes that are queued for v5.9

-Tony

---

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_5.9

for you to fetch changes up to 0f959e19fadf00638b686fdeb70e24dfcc7bbcac:

Merge branch 'edac-ghes' into edac-for-next (2020-06-22 15:28:01 +0200)

----------------------------------------------------------------
17ed808ad243 ("EDAC: Fix reference count leaks")
e370f886fefc ("EDAC: Remove edac_get_dimm_by_index()")
b9cae27728d1 ("EDAC/ghes: Scan the system once on driver init")
b001694d60fe ("EDAC/ghes: Remove unused members of struct ghes_edac_pvt, rename it to ghes_pvt")
cb51a371d08e ("EDAC/ghes: Setup DIMM label from DMI and use it in error reports")
8807e1559749 ("EDAC, {skx,i10nm}: Use CPU stepping macro to pass configurations")
e9ff6636d3f9 ("EDAC/mc: Call edac_inc_ue_error() before panic")
30bf38e4341b ("EDAC, pnd2: Set MCE_PRIO_EDAC priority for pnd2_mce_dec notifier")

----------------------------------------------------------------
Borislav Petkov (3):
EDAC/ghes: Scan the system once on driver init
EDAC: Remove edac_get_dimm_by_index()
Merge branch 'edac-ghes' into edac-for-next

Qiushi Wu (1):
EDAC: Fix reference count leaks

Qiuxu Zhuo (1):
EDAC, {skx,i10nm}: Use CPU stepping macro to pass configurations

Robert Richter (2):
EDAC/ghes: Setup DIMM label from DMI and use it in error reports
EDAC/ghes: Remove unused members of struct ghes_edac_pvt, rename it to ghes_pvt

Zhenzhong Duan (2):
EDAC, pnd2: Set MCE_PRIO_EDAC priority for pnd2_mce_dec notifier
EDAC/mc: Call edac_inc_ue_error() before panic

drivers/edac/edac_device_sysfs.c | 1 +
drivers/edac/edac_mc.c | 4 +-
drivers/edac/edac_pci_sysfs.c | 2 +-
drivers/edac/ghes_edac.c | 323 +++++++++++++++++++++++----------------
drivers/edac/i10nm_base.c | 12 +-
drivers/edac/pnd2_edac.c | 1 +
drivers/edac/skx_base.c | 2 +-
include/linux/edac.h | 29 +---
8 files changed, 211 insertions(+), 163 deletions(-)