linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] EDAC updates for 5.7
@ 2020-03-30  8:19 Borislav Petkov
  2020-03-30 20:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2020-03-30  8:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-edac, lkml

Hi Linus,

please pull the pile we've managed to collect this time around.

Thx.

---
The following changes since commit 7111951b8d4973bda27ff663f2cf18b663d15b48:

  Linux 5.6 (2020-03-29 15:25:41 -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.7

for you to fetch changes up to 41dac9a2ad4a3d5c96394a23dd53b7e6edcb80ba:

  Merge branches 'edac-mc-cleanup', 'edac-misc', 'edac-drivers' and 'edac-urgent' into edac-updates-for-5.7 (2020-03-30 10:07:58 +0200)

----------------------------------------------------------------
* A substantial edac_mc cleanup, sanitizing object freeing, streamlining
and simplifying code flow, and getting rid of a lot of needless complexity in
memory controller representation code, by Robert Richter.

* A new EDAC driver for the ARM DMC-520 memory controller, by Lei Wang, Shiping
Ji and others.

* The usual sprinkling of misc cleanups and fixes all over the subsystem.

----------------------------------------------------------------
Borislav Petkov (1):
      Merge branches 'edac-mc-cleanup', 'edac-misc', 'edac-drivers' and 'edac-urgent' into edac-updates-for-5.7

Lei Wang (2):
      dt-bindings: edac: Dmc-520.yaml
      EDAC: Add EDAC driver for DMC520

Prarit Bhargava (1):
      EDAC/mce_amd: Print !SMCA processor warning only once

Robert Richter (11):
      EDAC/mc: Change mci device removal to use put_device()
      EDAC/mc: Split edac_mc_alloc() into smaller functions
      EDAC/mc: Reorder functions edac_mc_alloc*()
      EDAC: Store error type in struct edac_raw_error_desc
      EDAC/mc: Determine mci pointer from the error descriptor
      EDAC/mc: Carve out error increment into a separate function
      EDAC/mc: Report "unknown memory" on too many DIMM labels found
      EDAC/mc: Remove enable_per_layer_report function argument
      EDAC/mc: Pass the error descriptor to error reporting functions
      EDAC/mc: Remove detail[] string and cleanup error string generation
      EDAC/mc: Remove per layer counters

Sherry Sun (1):
      EDAC/synopsys: Do not dump uninitialized pinf->col

Takashi Iwai (1):
      EDAC/armada_xp: Use scnprintf() for avoiding potential buffer overflow

 .../devicetree/bindings/edac/dmc-520.yaml          |  59 ++
 MAINTAINERS                                        |   6 +
 drivers/edac/Kconfig                               |   7 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/armada_xp_edac.c                      |  26 +-
 drivers/edac/dmc520_edac.c                         | 656 +++++++++++++++++++++
 drivers/edac/edac_mc.c                             | 511 ++++++++--------
 drivers/edac/edac_mc.h                             |   6 +-
 drivers/edac/edac_mc_sysfs.c                       | 110 ++--
 drivers/edac/edac_module.h                         |   1 -
 drivers/edac/ghes_edac.c                           |  16 +-
 drivers/edac/mce_amd.c                             |   2 +-
 drivers/edac/synopsys_edac.c                       |  22 +-
 include/linux/edac.h                               |   9 +-
 14 files changed, 1054 insertions(+), 378 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/edac/dmc-520.yaml
 create mode 100644 drivers/edac/dmc520_edac.c

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg

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

end of thread, other threads:[~2020-03-30 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30  8:19 [GIT PULL] EDAC updates for 5.7 Borislav Petkov
2020-03-30 20:40 ` pr-tracker-bot

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).