Linux EDAC development
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-edac <linux-edac@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] EDAC updates for 5.19
Date: Mon, 23 May 2022 11:13:18 +0200	[thread overview]
Message-ID: <YotQLlwVatMzp6Ow@zn.tnic> (raw)

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)

             reply	other threads:[~2022-05-23  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-23  9:13 Borislav Petkov [this message]
2022-05-24  2:51 ` [GIT PULL] EDAC updates for 5.19 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YotQLlwVatMzp6Ow@zn.tnic \
    --to=bp@suse.de \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox