lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 13 Dec 2016 10:48:01 +0100
From:   Borislav Petkov <bp@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-edac <linux-edac@...r.kernel.org>,
        lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] EDAC queue for 4.10

Hi Linus,

the EDAC tree was far from boring this time around. First, it is not
based on a -rc release but on this merge commit:

  08328814256d ("Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip")

because it needed to pick up Knights Mill (KNM) changes for the
respective KNM EDAC bits.

Then, for a similar reason, it merged tip:ras/core to pick up AMD F17h
x86 RAS enablement bits which are used by the respective EDAC bits. I've
noted this in the merge commit message - hope that's ok this way.

As to the contents itself:

* Add KNM support to sb_edac (Piotr Luc)

* Add AMD Zen support to amd64_edac (Yazen Ghannam)

* misc cleanups, improvements, fixes by:
 - Colin Ian King
 - Dave Hansen
 - Pan Bian
 - Thor Thayer
 - Wei Yongjun
 - Yanjiang Jin
 - yours truly


Please pull,
thanks!


The following changes since commit 3f5a7896a5096fd50030a04d4c3f28a7441e30a5:

  x86/mce: Include the PPIN in MCE records when available (2016-11-23 16:51:52 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/edac_for_4.10

for you to fetch changes up to 0de2788447b67891a31a156c0206fd159e4a8981:

  EDAC, amd64: Fix improper return value (2016-12-04 10:51:42 +0100)

----------------------------------------------------------------
* Add KNM support to sb_edac (Piotr Luc)

* Add AMD Zen support to amd64_edac (Yazen Ghannam)

* misc small cleanups, improvements, fixes by:
 - Colin Ian King
 - Dave Hansen
 - Pan Bian
 - Thor Thayer
 - Wei Yongjun
 - Yanjiang Jin
 - yours truly

----------------------------------------------------------------
Borislav Petkov (3):
      EDAC, mc: Fix locking around mc_devices list
      Merge tip:ras/core to pick up dependent changes
      EDAC, amd64: Improve amd64-specific printing macros

Colin Ian King (1):
      EDAC, xgene: Fix spelling mistake in error messages

Dave Hansen (1):
      EDAC, {sb,skx}_edac: Use Intel model macros instead of open-coding them

Pan Bian (1):
      EDAC, amd64: Fix improper return value

Piotr Luc (1):
      EDAC, sb_edac: Add Knights Mill support

Thor Thayer (1):
      EDAC, altera: Disable IRQs while injecting SDRAM errors

Wei Yongjun (1):
      EDAC, skx_edac: Fix non static symbol warnings

Yanjiang Jin (1):
      EDAC, mpc85xx: Implement remove method for the platform driver

Yazen Ghannam (17):
      EDAC: Add LRDDR4 DRAM type
      EDAC, mce_amd: Rename nb_bus_decoder to dram_ecc_decoder
      EDAC, amd64: Change target of pci_name from F2 to F3
      EDAC, amd64: Rename __log_bus_error() to be more specific
      EDAC, amd64: Add Deferred Error type
      EDAC, amd64: Don't force-enable ECC checking on newer systems
      EDAC, amd64: Extend ecc_enabled() to Fam17h
      EDAC, amd64: Add AMD Fam17h family type and ops
      EDAC, amd64: Reserve correct PCI devices on AMD Fam17h
      EDAC, amd64: Read MC registers on AMD Fam17h
      EDAC, mce_amd: Don't report poison bit on Fam15h, bank 4
      EDAC, amd64: Add Fam17h scrubber support
      EDAC, amd64: Add Fam17h debug output
      EDAC, amd64: Determine EDAC MC capabilities on Fam17h
      EDAC, amd64: Determine EDAC capabilities on Fam17h systems
      EDAC, amd64: Define and register UMC error decode function
      EDAC, amd64: Autoload amd64_edac_mod on Fam17h systems

 drivers/edac/altera_edac.c  |   4 +
 drivers/edac/amd64_edac.c   | 692 +++++++++++++++++++++++++++++++++++++-------
 drivers/edac/amd64_edac.h   |  56 +++-
 drivers/edac/edac_mc.c      |  49 ++--
 drivers/edac/mce_amd.c      |  32 +-
 drivers/edac/mpc85xx_edac.c |  17 ++
 drivers/edac/sb_edac.c      |  14 +-
 drivers/edac/skx_edac.c     |   7 +-
 drivers/edac/xgene_edac.c   |   6 +-
 include/linux/edac.h        |   8 +-
 10 files changed, 727 insertions(+), 158 deletions(-)

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ