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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F370C64EC7 for ; Mon, 20 Feb 2023 10:50:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231240AbjBTKuv (ORCPT ); Mon, 20 Feb 2023 05:50:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230050AbjBTKuq (ORCPT ); Mon, 20 Feb 2023 05:50:46 -0500 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F6A416305 for ; Mon, 20 Feb 2023 02:50:44 -0800 (PST) Received: from zn.tnic (p5de8e9fe.dip0.t-ipconnect.de [93.232.233.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 307981EC04CC; Mon, 20 Feb 2023 11:50:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1676890243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:references; bh=TOppnNc4tBGmBSdjmsVIGSbEoHSvcNOuM7aGlgKJqUQ=; b=Tl4PScXtLocOWlLQIRr/ggQMGk1C7tBm06MsxwllK5dD8U+gBex7P+mXEAh1v6dDSOK1Ro 1RpSnGFRN506r1lgwKjVEwjSu5mhbuxCjLb48hT+KDMyJtzc8wvpGB4VFtZDqNpyIqz/3B 7YR4PAVJ3VBVuLyd+eej9S4pOXIqvJE= Date: Mon, 20 Feb 2023 11:50:38 +0100 From: Borislav Petkov To: Linus Torvalds Cc: x86-ml , lkml Subject: [GIT PULL] RAS updates for 6.3 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull some x86 RAS updates for 6.3. Thx. --- The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_core_for_v6.3_rc1 for you to fetch changes up to 8a01ec97dc066009dd89e43bfcf55644f2dd6d19: x86/mce: Mask out non-address bits from machine check bank (2023-01-10 11:47:07 +0100) ---------------------------------------------------------------- - Add support for reporting more bits of the physical address on error, on newer AMD CPUs - Mask out bits which don't belong to the address of the error being reported ---------------------------------------------------------------- Smita Koralahalli (2): x86/mce: Define a function to extract ErrorAddr from MCA_ADDR x86/mce: Add support for Extended Physical Address MCA changes Tony Luck (1): x86/mce: Mask out non-address bits from machine check bank arch/x86/include/asm/mce.h | 3 +++ arch/x86/kernel/cpu/mce/amd.c | 12 +++-------- arch/x86/kernel/cpu/mce/core.c | 32 ++++++++++----------------- arch/x86/kernel/cpu/mce/internal.h | 44 ++++++++++++++++++++++++++++++++++++++ drivers/edac/skx_common.c | 2 +- 5 files changed, 62 insertions(+), 31 deletions(-) -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette