mbox series

[GIT,PULL] EDAC updates for 5.19

Message ID YotQLlwVatMzp6Ow@zn.tnic (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] EDAC updates for 5.19 | expand

Pull-request

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

Message

Borislav Petkov May 23, 2022, 9:13 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 24, 2022, 2:51 a.m. UTC | #1
The pull request you sent on Mon, 23 May 2022 11:13:18 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0be3ff0ccbfacb1bcc56e2ec9c1c5d92cf9a64d3

Thank you!