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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 84E20C433FE for ; Wed, 22 Sep 2021 11:34:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6739860E09 for ; Wed, 22 Sep 2021 11:34:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235685AbhIVLfl (ORCPT ); Wed, 22 Sep 2021 07:35:41 -0400 Received: from mail.skyhub.de ([5.9.137.197]:47606 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230171AbhIVLfj (ORCPT ); Wed, 22 Sep 2021 07:35:39 -0400 Received: from zn.tnic (p200300ec2f0efa008ea00e11d58cbc58.dip0.t-ipconnect.de [IPv6:2003:ec:2f0e:fa00:8ea0:e11:d58c:bc58]) (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 517E31EC051E; Wed, 22 Sep 2021 13:34:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1632310444; 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=jiiv8SpQ/CjmhmUczANXkD+A4815hJePunK0lOlYXLU=; b=NKkzztWPJBhz/loxLIp3g00YXHWetTU8mIEimwTJxR24rTpEm6BCG/0rhWa7dUE00Ijh0T TaCuEsyzjg1IP2ydr2OcGMHkEUAJxsal5DOE7WZbnXQFS0W72hLFu1WeXpomk8H9wUWCpg fiA7/NT8AKskBiFcHlSfS3auvj1ym/I= Date: Wed, 22 Sep 2021 13:33:58 +0200 From: Borislav Petkov To: Mukul Joshi , Alex Deucher Cc: linux-edac@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, mingo@redhat.com, mchehab@kernel.org, yazen.ghannam@amd.com, amd-gfx@lists.freedesktop.org Subject: Re: [PATCHv2 1/2] x86/MCE/AMD: Export smca_get_bank_type symbol Message-ID: References: <20210511152538.148084-2-nchatrad@amd.com> <20210913021311.12896-1-mukul.joshi@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210913021311.12896-1-mukul.joshi@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 12, 2021 at 10:13:10PM -0400, Mukul Joshi wrote: > Export smca_get_bank_type for use in the AMD GPU > driver to determine MCA bank while handling correctable > and uncorrectable errors in GPU UMC. > > v1->v2: > - Drop the function is_smca_umc_v2(). > - Drop the patch to introduce a new MCE priority (MCE_PRIO_ACEL) > for GPU/accelarator cards. Patch changelog information goes... > > Signed-off-by: Mukul Joshi > --- ... under this line so that it gets automatically removed by git when applying the patch. Alex, how do you wanna handle this? Want me to ACK this and you can carry it through your tree along with the second patch? -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette