linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@alien8.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 6.5
Date: Mon, 26 Jun 2023 13:48:42 +0200	[thread overview]
Message-ID: <20230626114842.GAZJl7GsleaEc2+cU1@fat_crate.local> (raw)

Hi Linus,

please pull the accumulated EDAC updates for 6.5.

Thx.

---

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v6.5

for you to fetch changes up to 852667c317ae23f366cfaade3b9269b1943888dd:

  Merge ras/edac-drivers into for-next (2023-06-12 15:15:36 +0200)

----------------------------------------------------------------
- amd64_edac: Add support for Zen4 client hardware

- amd64_edac: Remove the version string as it is useless and actively
  confusing when looking at backported versions of the driver

- Add a driver for the Nuvoton NPCM memory controller

- A debugfs error checking cleanup

----------------------------------------------------------------
Borislav Petkov (AMD) (2):
      Merge ras/edac-misc into for-next
      Merge ras/edac-drivers into for-next

Hristo Venev (1):
      EDAC/amd64: Add support for ECC on family 19h model 60h-7Fh

Marvin Lin (2):
      dt-bindings: memory-controllers: nuvoton: Add NPCM memory controller
      EDAC/npcm: Add NPCM memory controller driver

Yazen Ghannam (1):
      EDAC/amd64: Remove module version string

Yeqi Fu (1):
      EDAC/thunderx: Check debugfs file creation retval properly

 .../nuvoton,npcm-memory-controller.yaml            |  50 ++
 MAINTAINERS                                        |   8 +
 drivers/edac/Kconfig                               |  11 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/amd64_edac.c                          |  12 +-
 drivers/edac/amd64_edac.h                          |   1 -
 drivers/edac/npcm_edac.c                           | 543 +++++++++++++++++++++
 drivers/edac/thunderx_edac.c                       |   2 +-
 8 files changed, 623 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nuvoton,npcm-memory-controller.yaml
 create mode 100644 drivers/edac/npcm_edac.c

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

             reply	other threads:[~2023-06-26 11:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26 11:48 Borislav Petkov [this message]
2023-06-26 22:54 ` [GIT PULL] EDAC updates for 6.5 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=20230626114842.GAZJl7GsleaEc2+cU1@fat_crate.local \
    --to=bp@alien8.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;
as well as URLs for NNTP newsgroup(s).