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 1FE00C433EF for ; Mon, 28 Mar 2022 13:55:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243533AbiC1N5Q (ORCPT ); Mon, 28 Mar 2022 09:57:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243517AbiC1N5L (ORCPT ); Mon, 28 Mar 2022 09:57:11 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BA703ED34; Mon, 28 Mar 2022 06:55:29 -0700 (PDT) Received: from zn.tnic (p200300ea9715611f329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9715:611f:329c:23ff:fea6:a903]) (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 A7A231EC0554; Mon, 28 Mar 2022 15:55:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1648475723; 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:in-reply-to: references:references; bh=v51/GA7qGzQ9pEDxulVsXavuYki3f2Nh9mBUVfXscDQ=; b=EJYuO70oMB74afi/VhOKs3Os/UKuh5Ke/fpt2BbU1Hqz86S0oZ+YDfQDLcWl5TDw3tOWnL EQhUEdjzXppadaI4tAcyCSi/nVN3b8YiAeZ0OpHGGz/LPIjPtk28gB1Sp0WLDd6pGlpP8l PRpOqsHwz1O/xp+kB1EwHPLQRFoBFhs= Date: Mon, 28 Mar 2022 15:55:20 +0200 From: Borislav Petkov To: Carlos Bilbao Cc: tglx@linutronix.de, mingo@redhat.com, dave.hansen@linux.intel.com, x86@kernel.org, yazen.ghannam@amd.com, linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org, bilbao@vt.edu Subject: Re: [PATCH 0/2] x86/mce: Grade new machine errors for AMD MCEs and include messages for panic cases Message-ID: References: <20220328134131.736572-1-carlos.bilbao@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220328134131.736572-1-carlos.bilbao@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 28, 2022 at 08:41:30AM -0500, Carlos Bilbao wrote: > This patchset includes grading of new types of machine errors on AMD's MCE > grading logic mce_severity_amd(), which helps the MCE handler determine > what actions to take. If the error is graded as a PANIC, the EDAC driver > will not decode; so we also include new error messages to describe the MCE > and help debugging critical errors. > > Carlos Bilbao (2): > x86/mce: Extend AMD severity grading function with new types of errors > x86/mce: Add messages to describe panic machine errors on AMD's MCEs grading > > arch/x86/include/asm/mce.h | 6 + > arch/x86/kernel/cpu/mce/severity.c | 203 ++++++++++++++++++++++++----- > 2 files changed, 174 insertions(+), 35 deletions(-) How is this submission different from https://lore.kernel.org/r/20220311165114.482074-1-carlos.bilbao@amd.com ? -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette