linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Luck, Tony" <tony.luck@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org
Subject: [GIT PULL] EDAC driver changes for v5.3
Date: Mon, 8 Jul 2019 09:15:51 -0700	[thread overview]
Message-ID: <20190708161550.GA23045@agluck-desk2.amr.corp.intel.com> (raw)

The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/please-pull-for_5.3

for you to fetch changes up to d8655e7630dafa88bc37f101640e39c736399771:

  EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec (2019-06-27 10:24:47 -0700)


All the bits that Boris had queued in his tree plus four patches
to add support for Intel Icelake Xeon and then fix a few corner
cases.

----------------------------------------------------------------
EDAC changes for v5.3

----------------------------------------------------------------
Colin Ian King (1):
      EDAC/sb_edac: Remove redundant update of tad_base

Eiichi Tsukata (1):
      EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec

Greg KH (1):
      EDAC/sysfs: Drop device references properly

Greg Kroah-Hartman (1):
      EDAC: Make edac_debugfs_create_x*() return void

Marco Elver (2):
      EDAC/ie31200: Add Intel Coffee Lake CPU support
      EDAC/ie31200: Reformat PCI device table

Pan Bian (1):
      EDAC/sysfs: Fix memory leak when creating a csrow object

Qiuxu Zhuo (3):
      EDAC, i10nm: Add Intel additional Ice-Lake support
      EDAC, i10nm: Check ECC enabling status per channel
      EDAC, skx, i10nm: Fix source ID register offset

Thor Thayer (4):
      EDAC/altera: Add Stratix10 OCRAM ECC support
      arm64: dts: stratix10: Add OCRAM EDAC node
      EDAC/altera: Add Stratix10 SDMMC support
      arm64: dts: stratix10: Add SDMMC EDAC node

Yash Shah (1):
      EDAC/sifive: Add EDAC platform driver for SiFive SoCs

YueHaibing (1):
      EDAC/aspeed: Remove set but not used variable 'np'

 MAINTAINERS                                        |   6 ++
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |   8 ++
 .../boot/dts/altera/socfpga_stratix10_socdk.dts    |  11 ++
 arch/riscv/Kconfig                                 |   1 +
 drivers/edac/Kconfig                               |   6 ++
 drivers/edac/Makefile                              |   1 +
 drivers/edac/altera_edac.c                         |  43 +++++++-
 drivers/edac/aspeed_edac.c                         |   4 -
 drivers/edac/debugfs.c                             |  12 +--
 drivers/edac/edac_mc_sysfs.c                       |  34 +++---
 drivers/edac/edac_module.h                         |  20 ++--
 drivers/edac/i10nm_base.c                          |  10 +-
 drivers/edac/ie31200_edac.c                        |  78 ++++++++------
 drivers/edac/sb_edac.c                             |   1 -
 drivers/edac/sifive_edac.c                         | 119 +++++++++++++++++++++
 drivers/edac/skx_base.c                            |   2 +-
 drivers/edac/skx_common.c                          |   4 +-
 drivers/edac/skx_common.h                          |   2 +-
 18 files changed, 284 insertions(+), 78 deletions(-)
 create mode 100644 drivers/edac/sifive_edac.c

             reply	other threads:[~2019-07-08 16:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-08 16:15 Luck, Tony [this message]
2019-07-09 18:05 ` [GIT PULL] EDAC driver changes for v5.3 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=20190708161550.GA23045@agluck-desk2.amr.corp.intel.com \
    --to=tony.luck@intel.com \
    --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).