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 7542BC43331 for ; Mon, 30 Mar 2020 08:56:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 466CC20757 for ; Mon, 30 Mar 2020 08:56:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729734AbgC3I4S (ORCPT ); Mon, 30 Mar 2020 04:56:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:60208 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729595AbgC3I4S (ORCPT ); Mon, 30 Mar 2020 04:56:18 -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 DADD3AFB5; Mon, 30 Mar 2020 08:56:16 +0000 (UTC) Date: Mon, 30 Mar 2020 10:56:09 +0200 From: Borislav Petkov To: Linus Torvalds Cc: x86-ml , lkml Subject: x86/RAS updates for 5.7 Message-ID: <20200330085554.GD14624@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 RAS updates which got collected this time around. Thx. --- The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8: Linux 5.6-rc2 (2020-02-16 13:16:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_updates_for_5.7 for you to fetch changes up to 077168e241ec5a3b273652acb1e85f8bc1dc2d81: x86/mce/amd: Add PPIN support for AMD MCE (2020-03-22 11:03:47 +0100) ---------------------------------------------------------------- * Do not report spurious MCEs on some Intel platforms caused by errata; by Prarit Bhargava. * Change dev-mcelog's hardcoded limit of 32 error records to a dynamic one, controlled by the number of logical CPUs, by Tony Luck. * Add support for the processor identification number (PPIN) on AMD, by Wei Huang. ---------------------------------------------------------------- Prarit Bhargava (1): x86/mce: Do not log spurious corrected mce errors Tony Luck (1): x86/mce/dev-mcelog: Dynamically allocate space for machine check records Wei Huang (1): x86/mce/amd: Add PPIN support for AMD MCE arch/x86/include/asm/cpufeatures.h | 1 + arch/x86/include/asm/mce.h | 6 ++--- arch/x86/kernel/cpu/amd.c | 30 +++++++++++++++++++++++ arch/x86/kernel/cpu/mce/core.c | 4 +++ arch/x86/kernel/cpu/mce/dev-mcelog.c | 47 +++++++++++++++++++++--------------- arch/x86/kernel/cpu/mce/intel.c | 17 +++++++++++++ arch/x86/kernel/cpu/mce/internal.h | 2 ++ 7 files changed, 84 insertions(+), 23 deletions(-) -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg