linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] EDAC updates for 6.3
@ 2023-02-18 14:59 Borislav Petkov
  2023-02-21 17:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2023-02-18 14:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-edac, lkml

Hi Linus,

please pull the pile of EDAC updates for 6.3. I'm sending a bit early
but I know you prefer that.

Thx.

---

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 28980db94742f9f2fb0f68ea35f2171b38007bae:

  EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positive (2023-02-14 17:56:14 +0100)

----------------------------------------------------------------
- Add a driver for the RAS functionality on Xilinx's on chip memory
  controller

- Add support for decoding errors from the first and second level memory
  on SKL-based hardware

- Add support for the memory controllers in Intel Granite Rapids and
  Emerald Rapids machines

- First round of amd64_edac driver simplification and removal of
  unneeded functionality

- The usual cleanups and fixes

----------------------------------------------------------------
Manivannan Sadhasivam (1):
      EDAC/qcom: Add platform_device_id table for module autoloading

Qiuxu Zhuo (5):
      EDAC/skx_common: Enable EDAC support for the "near" memory
      EDAC/skx_common: Delete duplicated and unreachable code
      EDAC/i10nm: Add Intel Emerald Rapids server support
      EDAC/i10nm: Make more configurations CPU model specific
      EDAC/i10nm: Add Intel Granite Rapids server support

Sai Krishna Potthuri (1):
      EDAC/zynqmp: Add EDAC support for Xilinx ZynqMP OCM

Shubhrajyoti Datta (1):
      dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM

Yazen Ghannam (6):
      EDAC/amd64: Don't set up EDAC PCI control on Family 17h+
      EDAC/amd64: Remove scrub rate control for Family 17h and later
      EDAC/amd64: Remove PCI Function 6
      EDAC/amd64: Remove PCI Function 0
      EDAC/amd64: Remove early_channel_count()
      EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positive

Youquan Song (1):
      EDAC/i10nm: Add driver decoder for Sapphire Rapids server

 .../memory-controllers/xlnx,zynqmp-ocmc-1.0.yaml   |  45 ++
 MAINTAINERS                                        |   7 +
 drivers/edac/Kconfig                               |   8 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/amd64_edac.c                          | 217 +---------
 drivers/edac/amd64_edac.h                          |  24 +-
 drivers/edac/i10nm_base.c                          | 459 ++++++++++++++++----
 drivers/edac/qcom_edac.c                           |   7 +
 drivers/edac/skx_common.c                          |  76 ++--
 drivers/edac/skx_common.h                          |  61 ++-
 drivers/edac/zynqmp_edac.c                         | 467 +++++++++++++++++++++
 11 files changed, 1013 insertions(+), 359 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/xlnx,zynqmp-ocmc-1.0.yaml
 create mode 100644 drivers/edac/zynqmp_edac.c

-- 
Regards/Gruss,
    Boris.

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

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

* Re: [GIT PULL] EDAC updates for 6.3
  2023-02-18 14:59 [GIT PULL] EDAC updates for 6.3 Borislav Petkov
@ 2023-02-21 17:24 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-02-21 17:24 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, linux-edac, lkml

The pull request you sent on Sat, 18 Feb 2023 15:59:49 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2023-02-21 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18 14:59 [GIT PULL] EDAC updates for 6.3 Borislav Petkov
2023-02-21 17:24 ` 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).