Hi Linus, please pull the EDAC pile for 4.4. A bunch of fixes all over the place and some hw enablement this time.
Thanks. --- The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde: Linux 4.3-rc2 (2015-09-20 14:32:34 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/edac_for_4.4 for you to fetch changes up to 990995bad13c2bcf074f87236d1a6c5e09bd5eff: EDAC: Fix PAGES_TO_MiB macro misuse (2015-10-22 22:57:30 +0200) ---------------------------------------------------------------- * Convert EDAC to debugfs wrappers and make drivers use those. (Borislav Petkov) * L3 and SoC support for xgene_edac. (Loc Ho) * AMD F15h, models 0x60-6f support to amd64_edac. (Aravind Gopalakrishnan) * Fixes and cleanups all over the place. ---------------------------------------------------------------- Aravind Gopalakrishnan (4): EDAC, ghes_edac: Remove redundant memory_type array EDAC, amd64_edac: Extend scrub rate support to F15hM60h EDAC, amd64_edac: Update copyright and remove changelog Documentation/EDAC: Add reference documents section for amd64_edac Borislav Petkov (5): EDAC: Carve out debugfs functionality EDAC: Add debugfs wrappers EDAC, altera: Convert to debugfs wrappers EDAC, i5100: Convert to debugfs wrappers EDAC, xgene: Convert to debugfs wrappers Dinh Nguyen (1): EDAC, altera: SoCFPGA EDAC should not look for ECC_CORR_EN Loc Ho (5): EDAC, Documentation: Update X-Gene EDAC binding for L3/SoC subnodes EDAC, xgene: Add L3 support EDAC, xgene: Fix possible sprintf() overflow issue EDAC, xgene: Add SoC support arm64, EDAC: Add L3/SoC DT subnodes to the APM X-Gene SoC EDAC node Luis de Bethencourt (1): EDAC, ppc4xx_edac: Fix module autoload for OF platform driver Seth Jennings (1): EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs() Tan Xiaojun (2): EDAC: Use edac_debugfs_remove_recursive() EDAC: Fix PAGES_TO_MiB macro misuse Toshi Kani (3): EDAC: Fix sysfs dimm_label show operation EDAC: Fix sysfs dimm_label store operation EDAC: Don't allow empty DIMM labels .../devicetree/bindings/edac/apm-xgene-edac.txt | 23 + Documentation/edac.txt | 46 + arch/arm64/boot/dts/apm/apm-storm.dtsi | 10 + drivers/edac/Makefile | 2 + drivers/edac/altera_edac.c | 20 +- drivers/edac/altera_edac.h | 5 +- drivers/edac/amd64_edac.c | 35 +- drivers/edac/amd64_edac.h | 58 +- drivers/edac/debugfs.c | 163 +++ drivers/edac/edac_core.h | 2 + drivers/edac/edac_mc.c | 2 +- drivers/edac/edac_mc_sysfs.c | 150 +-- drivers/edac/edac_module.h | 34 +- drivers/edac/ghes_edac.c | 24 +- drivers/edac/i5100_edac.c | 37 +- drivers/edac/ppc4xx_edac.c | 1 + drivers/edac/sb_edac.c | 8 +- drivers/edac/xgene_edac.c | 1193 ++++++++++++++++---- include/linux/edac.h | 2 - 19 files changed, 1352 insertions(+), 463 deletions(-) create mode 100644 drivers/edac/debugfs.c -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/