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]
Message-ID: <20160314141042.GA20630@pd.tnic>
Date:	Mon, 14 Mar 2016 15:10:42 +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.6

Hi Linus,

please pull the EDAC pile for 4.6.

Thanks.

---
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7cc5a5d3cd4cca0a3852d1500e8c50fe191bcc9d:

  ARM: socfpga: Enable OCRAM ECC on startup (2016-02-11 12:34:38 +0100)

----------------------------------------------------------------
EDAC queue for 4.6

* Altera: L2 cache and On-Chip RAM support (Thor Thayer).

* EDAC: Workqueue handling cleanups (Borislav Petkov).

* Xgene: Register bus error handling (Loc Ho).

* Misc small fixes.

----------------------------------------------------------------
Borislav Petkov (3):
      EDAC: Balance workqueue setup and teardown
      EDAC: Kill workqueue setup/teardown functions
      EDAC: Cleanup/sync workqueue functions

Dan Carpenter (1):
      EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()

Loc Ho (3):
      Documentation, EDAC: Update xgene binding for missing register bus
      EDAC, xgene: Add missing SoC register bus error handling
      arm64: Update the APM X-Gene EDAC node with the RB register resource

Sudip Mukherjee (1):
      EDAC, mpc85xx: Silence unused variable warning

Thor Thayer (5):
      EDAC: Use edac_debugfs_remove_recursive() in edac_debugfs_exit()
      EDAC, altera: Add Altera L2 cache and OCRAM support
      ARM: dts: Add Altera L2 Cache and OCRAM EDAC entries
      ARM: socfpga: Enable L2 cache ECC on startup
      ARM: socfpga: Enable OCRAM ECC on startup

 .../bindings/arm/altera/socfpga-eccmgr.txt         |  49 ++
 .../devicetree/bindings/edac/apm-xgene-edac.txt    |  10 +
 arch/arm/boot/dts/socfpga.dtsi                     |  20 +
 arch/arm/mach-socfpga/Makefile                     |   2 +
 arch/arm/mach-socfpga/core.h                       |   2 +
 arch/arm/mach-socfpga/l2_cache.c                   |  41 ++
 arch/arm/mach-socfpga/ocram.c                      |  49 ++
 arch/arm/mach-socfpga/socfpga.c                    |   5 +
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |   6 +
 drivers/edac/Kconfig                               |  26 +-
 drivers/edac/Makefile                              |   2 +-
 drivers/edac/altera_edac.c                         | 492 ++++++++++++++++++++-
 drivers/edac/amd64_edac.c                          |   2 +-
 drivers/edac/debugfs.c                             |   2 +-
 drivers/edac/edac_mc.c                             |  64 +--
 drivers/edac/edac_pci.c                            |  67 +--
 drivers/edac/mpc85xx_edac.c                        |   2 +-
 drivers/edac/xgene_edac.c                          |  70 ++-
 18 files changed, 800 insertions(+), 111 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-eccmgr.txt
 create mode 100644 arch/arm/mach-socfpga/l2_cache.c
 create mode 100644 arch/arm/mach-socfpga/ocram.c

-- 
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