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:	Mon, 4 Aug 2014 09:52:34 +0200
From:	Borislav Petkov <bp@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Tony Luck <tony.luck@...el.com>,
	Aravind Gopalakrishnan <Aravind.Gopalakrishnan@....com>,
	Jason Baron <jbaron@...mai.com>,
	Fabian Frederick <fabf@...net.be>,
	linux-edac <linux-edac@...r.kernel.org>,
	lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] EDAC queue for 3.17

Hi Linus,

please pull,

thanks.

--
The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:

  Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/edac_for_3.17

for you to fetch changes up to eba4bfb34d45a2219d1d7534905c026eea6fcd49:

  EDAC, MCE, AMD: Add MCE decoding for F15h M60h (2014-07-14 16:58:19 +0200)

----------------------------------------------------------------
EDAC queue for 3.17

* One new edac driver for Intel E3-12xx DRAM controllers.

Out-of-subsystem changes are making the non-atomic iomem 64-bit
accessors' naming explicit to show both exact order of the 32-bit
accesses and the non-atomicity of the 64-bit access.

Usage locations are more verbose now as to what access is exactly being
done vs having a not-very telling "readq" there, for example.

This is needed by E3-12xx hardware where certain mmapped registers
cannot be accessed with requests crossing a dword boundary.

>From Jason Baron.

* Extending AMD MCE signatures to a new model 60h in family 15h, from
Aravind Gopalakrishnan.

* An unsigned check cleanup, from Fabian Frederick.

----------------------------------------------------------------
Aravind Gopalakrishnan (1):
      EDAC, MCE, AMD: Add MCE decoding for F15h M60h

Fabian Frederick (1):
      EDAC, edac_module.c: Remove unnecessary test on unsigned value

Jason Baron (5):
      readq/writeq: Add explicit lo_hi_[read|write]_q and hi_lo_[read|write]_q
      x38_edac: make use of lo_hi_readq()
      ie31200_edac: Introduce the driver
      ie31200_edac: Allocate mci and map mchbar first
      MAINTAINERS: add ie31200_edac entry

 MAINTAINERS                                 |   7 +
 drivers/edac/Kconfig                        |   7 +
 drivers/edac/Makefile                       |   1 +
 drivers/edac/edac_module.c                  |   2 +-
 drivers/edac/ie31200_edac.c                 | 536 ++++++++++++++++++++++++++++
 drivers/edac/mce_amd.c                      |  44 ++-
 drivers/edac/x38_edac.c                     |  15 +-
 include/asm-generic/io-64-nonatomic-hi-lo.h |  14 +-
 include/asm-generic/io-64-nonatomic-lo-hi.h |  14 +-
 9 files changed, 616 insertions(+), 24 deletions(-)
 create mode 100644 drivers/edac/ie31200_edac.c

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ