[GIT PULL] EDAC updates for 5.19

From: Borislav Petkov
Date: Mon May 23 2022 - 05:13:28 EST


Hi Linus,

please pull a bunch of EDAC updates for 5.19.

Thx.

---

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to be80a1ca5119c5d31b6019d5e6dc6d9123bda959:

Merge branches 'edac-misc' and 'edac-alloc-cleanup' into edac-updates-for-v5.19 (2022-05-23 10:19:30 +0200)

----------------------------------------------------------------
- Switch ghes_edac to use the CPER error reporting routines and simplify
the code considerably this way

- Rip out the silly edac_align_ptr() contraption which was computing the
size of the private structures of each driver and thus allowing for a
one-shot memory allocation. This was clearly unnecessary and confusing
so switch to simple and boring kmalloc* calls.

- Last but not least, the usual garden variety of fixes, cleanups and
improvements all over EDAC land

----------------------------------------------------------------
Borislav Petkov (7):
EDAC/mc: Get rid of silly one-shot struct allocation in edac_mc_alloc()
EDAC/pci: Get rid of the silly one-shot memory allocation in edac_pci_alloc_ctl_info()
EDAC/device: Get rid of the silly one-shot memory allocation in edac_device_alloc_ctl_info()
EDAC/device: Sanitize edac_device_alloc_ctl_info() definition
EDAC/mc: Get rid of edac_align_ptr()
EDAC: Use kcalloc()
Merge branches 'edac-misc' and 'edac-alloc-cleanup' into edac-updates-for-v5.19

Christophe Leroy (1):
powerpc/85xx: Remove fsl,85... bindings

Julia Lawall (1):
EDAC/xgene: Fix typo processsors -> processors

Lv Ruyi (1):
EDAC/armada_xp: Use devm_platform_ioremap_resource()

Sherry Sun (1):
EDAC/synopsys: Add driver support for i.MX platforms

Shuai Xue (3):
efi/cper: Add a cper_mem_err_status_str() to decode error description
EDAC/ghes: Unify CPER memory error location reporting
efi/cper: Reformat CPER memory error location to more readable

Shubhrajyoti Datta (1):
EDAC/synopsys: Add a SPDX identifier

Tom Rix (1):
EDAC/ghes: Change ghes_hw from global to static

Tyler Hicks (1):
EDAC/dmc520: Don't print an error for each unconfigured interrupt line

YueHaibing (1):
EDAC/i5100: Remove unused inline function i5100_nrecmema_dm_buf_id()

.../bindings/memory-controllers/fsl/fsl,ddr.yaml | 6 -
.../devicetree/bindings/powerpc/fsl/l2cache.txt | 6 -
drivers/edac/Kconfig | 3 +-
drivers/edac/armada_xp_edac.c | 18 +-
drivers/edac/dmc520_edac.c | 2 +-
drivers/edac/edac_device.c | 130 +++++--------
drivers/edac/edac_device.h | 14 ++
drivers/edac/edac_device_sysfs.c | 5 +-
drivers/edac/edac_mc.c | 96 ++--------
drivers/edac/edac_module.h | 2 -
drivers/edac/edac_pci.c | 25 ++-
drivers/edac/ghes_edac.c | 202 ++++-----------------
drivers/edac/i5100_edac.c | 5 -
drivers/edac/mpc85xx_edac.c | 14 --
drivers/edac/synopsys_edac.c | 15 +-
drivers/edac/xgene_edac.c | 2 +-
drivers/firmware/efi/cper.c | 64 +++++--
include/linux/cper.h | 3 +
18 files changed, 184 insertions(+), 428 deletions(-)

--
Regards/Gruss,
Boris.

SUSE Software Solutions Germany GmbH
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Martje Boudien Moerman
(HRB 36809, AG Nürnberg)