From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA2DAC43331 for ; Mon, 30 Mar 2020 08:19:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDDB4206CC for ; Mon, 30 Mar 2020 08:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729614AbgC3ITv (ORCPT ); Mon, 30 Mar 2020 04:19:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:41536 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729576AbgC3ITv (ORCPT ); Mon, 30 Mar 2020 04:19:51 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 9703DAAFD; Mon, 30 Mar 2020 08:19:48 +0000 (UTC) Date: Mon, 30 Mar 2020 10:19:48 +0200 From: Borislav Petkov To: Linus Torvalds Cc: linux-edac , lkml Subject: [GIT PULL] EDAC updates for 5.7 Message-ID: <20200330081948.GC14624@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Hi Linus, please pull the pile we've managed to collect this time around. Thx. --- The following changes since commit 7111951b8d4973bda27ff663f2cf18b663d15b48: Linux 5.6 (2020-03-29 15:25:41 -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.7 for you to fetch changes up to 41dac9a2ad4a3d5c96394a23dd53b7e6edcb80ba: Merge branches 'edac-mc-cleanup', 'edac-misc', 'edac-drivers' and 'edac-urgent' into edac-updates-for-5.7 (2020-03-30 10:07:58 +0200) ---------------------------------------------------------------- * A substantial edac_mc cleanup, sanitizing object freeing, streamlining and simplifying code flow, and getting rid of a lot of needless complexity in memory controller representation code, by Robert Richter. * A new EDAC driver for the ARM DMC-520 memory controller, by Lei Wang, Shiping Ji and others. * The usual sprinkling of misc cleanups and fixes all over the subsystem. ---------------------------------------------------------------- Borislav Petkov (1): Merge branches 'edac-mc-cleanup', 'edac-misc', 'edac-drivers' and 'edac-urgent' into edac-updates-for-5.7 Lei Wang (2): dt-bindings: edac: Dmc-520.yaml EDAC: Add EDAC driver for DMC520 Prarit Bhargava (1): EDAC/mce_amd: Print !SMCA processor warning only once Robert Richter (11): EDAC/mc: Change mci device removal to use put_device() EDAC/mc: Split edac_mc_alloc() into smaller functions EDAC/mc: Reorder functions edac_mc_alloc*() EDAC: Store error type in struct edac_raw_error_desc EDAC/mc: Determine mci pointer from the error descriptor EDAC/mc: Carve out error increment into a separate function EDAC/mc: Report "unknown memory" on too many DIMM labels found EDAC/mc: Remove enable_per_layer_report function argument EDAC/mc: Pass the error descriptor to error reporting functions EDAC/mc: Remove detail[] string and cleanup error string generation EDAC/mc: Remove per layer counters Sherry Sun (1): EDAC/synopsys: Do not dump uninitialized pinf->col Takashi Iwai (1): EDAC/armada_xp: Use scnprintf() for avoiding potential buffer overflow .../devicetree/bindings/edac/dmc-520.yaml | 59 ++ MAINTAINERS | 6 + drivers/edac/Kconfig | 7 + drivers/edac/Makefile | 1 + drivers/edac/armada_xp_edac.c | 26 +- drivers/edac/dmc520_edac.c | 656 +++++++++++++++++++++ drivers/edac/edac_mc.c | 511 ++++++++-------- drivers/edac/edac_mc.h | 6 +- drivers/edac/edac_mc_sysfs.c | 110 ++-- drivers/edac/edac_module.h | 1 - drivers/edac/ghes_edac.c | 16 +- drivers/edac/mce_amd.c | 2 +- drivers/edac/synopsys_edac.c | 22 +- include/linux/edac.h | 9 +- 14 files changed, 1054 insertions(+), 378 deletions(-) create mode 100644 Documentation/devicetree/bindings/edac/dmc-520.yaml create mode 100644 drivers/edac/dmc520_edac.c -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg