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=unavailable 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 F0830C32771 for ; Mon, 27 Jan 2020 11:18:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2C9A214AF for ; Mon, 27 Jan 2020 11:18:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729636AbgA0LSE (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-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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(-) -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg