linux-edac.vger.kernel.org archive mirror
 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 pile for 5.4
Date: Fri, 13 Sep 2019 09:42:29 +0200	[thread overview]
Message-ID: <20190913074229.GA20745@zn.tnic> (raw)

Hi Linus,

here's an early pull request from EDAC-land for the upcoming merge
window. The new thing this time around is that we have three maintainers
now and a new, old repo. New because it is new for the EDAC tree which
is hosted there from now on and old because it is Tony's and mine's old
RAS repo which we still use occasionally when the stuff isn't in tip.

Anyway, below are the gory details, please pull,
thx.

---
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_for_5.4

for you to fetch changes up to 3e443eb353eda6f4b4796e07f2599683fa752f1d:

  EDAC/amd64: Add PCI device IDs for family 17h, model 70h (2019-09-07 07:29:27 +0200)

----------------------------------------------------------------
* EDAC tree has three maintainers and one new designated reviewer now,
so that the work can scale better.

* New driver for Mellanox' BlueField SoC DDR controller	(Shravan Kumar Ramani)

* AMD Rome support in amd64_edac (Yazen Ghannam and Isaac Vaughn)

* Misc fixes, cleanups and code improvements

----------------------------------------------------------------
Dan Carpenter (1):
      EDAC/altera: Use the proper type for the IRQ status bits

Isaac Vaughn (1):
      EDAC/amd64: Add PCI device IDs for family 17h, model 70h

Mauro Carvalho Chehab (1):
      MAINTAINERS: update EDAC entry to reflect current tree and maintainers

Robert Richter (6):
      EDAC/mc: Fix grain_bits calculation
      EDAC/mc: Cleanup _edac_mc_free() code
      EDAC: Prefer 'unsigned int' to bare use of 'unsigned'
      EDAC/mc_sysfs: Remove pointless gotos
      EDAC/mc_sysfs: Make debug messages consistent
      MAINTAINERS: Add Robert as a EDAC reviewer

Shravan Kumar Ramani (1):
      EDAC, mellanox: Add ECC support for BlueField DDR4

Stephen Douthit (1):
      EDAC, pnd2: Fix ioremap() size in dnv_rd_reg()

Thor Thayer (1):
      edac: altera: Move Stratix10 SDRAM ECC to peripheral

Yazen Ghannam (7):
      EDAC/amd64: Support more than two controllers for chip selects handling
      EDAC/amd64: Recognize DRAM device type ECC capability
      EDAC/amd64: Initialize DIMM info for systems with more than two channels
      EDAC/amd64: Find Chip Select memory size using Address Mask
      EDAC/amd64: Decode syndrome before translating address
      EDAC/amd64: Cache secondary Chip Select registers
      EDAC/amd64: Support asymmetric dual-rank DIMMs

 MAINTAINERS                   |  10 +-
 drivers/edac/Kconfig          |   7 +
 drivers/edac/Makefile         |   1 +
 drivers/edac/altera_edac.c    |  58 ++++++-
 drivers/edac/altera_edac.h    |  25 ++-
 drivers/edac/amd64_edac.c     | 371 ++++++++++++++++++++++++++++--------------
 drivers/edac/amd64_edac.h     |  15 +-
 drivers/edac/bluefield_edac.c | 356 ++++++++++++++++++++++++++++++++++++++++
 drivers/edac/edac_mc.c        |  53 +++---
 drivers/edac/edac_mc.h        |   6 +-
 drivers/edac/edac_mc_sysfs.c  |  92 +++++------
 drivers/edac/ghes_edac.c      |   2 +-
 drivers/edac/i5100_edac.c     |  16 +-
 drivers/edac/pnd2_edac.c      |   7 +-
 include/linux/edac.h          |  10 +-
 15 files changed, 803 insertions(+), 226 deletions(-)
 create mode 100644 drivers/edac/bluefield_edac.c

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 247165, AG München

             reply	other threads:[~2019-09-13  7:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-13  7:42 Borislav Petkov [this message]
2019-09-16 21:35 ` [GIT PULL] EDAC pile for 5.4 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=20190913074229.GA20745@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;
as well as URLs for NNTP newsgroup(s).