mbox series

[GIT,PULL] EDAC for 5.8

Message ID 20200601095317.GB30795@zn.tnic (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] EDAC for 5.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_5.8

Message

Borislav Petkov June 1, 2020, 9:53 a.m. UTC
Hi Linus,

please pull the EDAC queue which accumulated this time around.

Thx.

---
The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162:

  Linux 5.7 (2020-05-31 16:49:15 -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.8

for you to fetch changes up to 2a02ca0428cfe68cce600111acb4c6f7d85cf71f:

  Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8 (2020-06-01 11:39:15 +0200)

----------------------------------------------------------------
* Fix i10nm_edac loading on some Ice Lake and Tremont/Jacobsville
steppings due to the offset change of the bus number configuration
register, by Qiuxu Zhuo.

* The usual cleanups and fixes all over the place.

----------------------------------------------------------------
Borislav Petkov (1):
      Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8

Christophe JAILLET (1):
      EDAC/armada_xp: Fix some log messages

Colin Ian King (1):
      EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()

Jason Yan (2):
      EDAC/xgene: Remove set but not used address local var
      EDAC/amd8131: Remove defined but not used bridge_str

Lukas Bulwahn (1):
      MAINTAINERS: Remove sifive_l2_cache.c from EDAC-SIFIVE pattern

Qiuxu Zhuo (3):
      EDAC, {skx,i10nm}: Make some configurations CPU model specific
      EDAC/i10nm: Update driver to support different bus number config register offsets
      EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enable

Zou Wei (1):
      EDAC/thunderx: Make symbols static

 MAINTAINERS                   |  1 -
 drivers/edac/amd64_edac.c     |  2 +-
 drivers/edac/amd8131_edac.c   |  8 --------
 drivers/edac/armada_xp_edac.c | 14 +++++++-------
 drivers/edac/i10nm_base.c     | 29 ++++++++++++++++++++++++-----
 drivers/edac/skx_base.c       | 33 +++++++++++++++++++--------------
 drivers/edac/skx_common.c     | 17 ++++++++---------
 drivers/edac/skx_common.h     | 13 ++++++++++---
 drivers/edac/thunderx_edac.c  |  8 ++++----
 drivers/edac/xgene_edac.c     |  3 ---
 10 files changed, 73 insertions(+), 55 deletions(-)

Comments

pr-tracker-bot@kernel.org June 1, 2020, 7:35 p.m. UTC | #1
The pull request you sent on Mon, 1 Jun 2020 11:53:17 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_5.8

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

Thank you!