From patchwork Mon Jan 27 11:17:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Borislav Petkov X-Patchwork-Id: 11352497 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5B2BE13A4 for ; Mon, 27 Jan 2020 11:18:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 395A6214AF for ; Mon, 27 Jan 2020 11:18:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727321AbgA0LSE (ORCPT ); Mon, 27 Jan 2020 06:18:04 -0500 Received: from mx2.suse.de ([195.135.220.15]:38440 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726079AbgA0LSD (ORCPT ); Mon, 27 Jan 2020 06:18:03 -0500 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 E36B6AAB8; Mon, 27 Jan 2020 11:18:01 +0000 (UTC) Date: Mon, 27 Jan 2020 12:17:55 +0100 From: Borislav Petkov To: Linus Torvalds Cc: x86-ml , linux-edac , lkml Subject: [GIT PULL] RAS pile for 5.6 Message-ID: <20200127111755.GC24228@zn.tnic> MIME-Version: 1.0 Content-Disposition: inline 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 below branch to receive the following RAS updates: * Misc fixes to the MCA code all over the place, by Jan H. Schönherr. * Initial support for AMD F19h and other cleanups to amd64_edac, by Yazen Ghannam. * Other small cleanups. Thx. --- The following changes since commit 7de7de7ca0ae0fc70515ee3154af33af75edae2c: Fix root mounting with no mount options (2019-12-16 08:42:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus for you to fetch changes up to 86e9f9d60eb5e0c5d99ddf6b79f4d308d6453bd0: EDAC/mce_amd: Make fam_ops static global (2020-01-16 21:52:48 +0100) ---------------------------------------------------------------- Arnd Bergmann (1): x86/mce/therm_throt: Mark throttle_active_work() as __maybe_unused Borislav Petkov (1): EDAC/mce_amd: Make fam_ops static global Jan H. Schönherr (5): x86/mce: Pass MCE message to mce_panic() on failed kernel recovery x86/mce: Remove mce_inject_log() in favor of mce_log() x86/mce: Take action on UCNA/Deferred errors again x86/mce: Fix mce=nobootlog x86/mce: Fix use of uninitialized MCE message string Yazen Ghannam (5): x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaType EDAC/mce_amd: Always load on SMCA systems x86/amd_nb: Add Family 19h PCI IDs EDAC/amd64: Add family ops for Family 19h Models 00h-0Fh EDAC/amd64: Drop some family checks for newer systems arch/x86/include/asm/mce.h | 3 +- arch/x86/kernel/amd_nb.c | 3 + arch/x86/kernel/cpu/mce/amd.c | 2 + arch/x86/kernel/cpu/mce/core.c | 70 ++++++++++------------- arch/x86/kernel/cpu/mce/inject.c | 2 +- arch/x86/kernel/cpu/mce/internal.h | 2 - arch/x86/kernel/cpu/mce/therm_throt.c | 2 +- drivers/edac/amd64_edac.c | 62 +++++++++++--------- drivers/edac/amd64_edac.h | 3 + drivers/edac/mce_amd.c | 105 ++++++++++++++++++++-------------- include/linux/pci_ids.h | 1 + 11 files changed, 141 insertions(+), 114 deletions(-)