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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 ED781C4CECC for ; Mon, 16 Sep 2019 09:56:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA52F206A4 for ; Mon, 16 Sep 2019 09:56:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728612AbfIPJ4j convert rfc822-to-8bit (ORCPT ); Mon, 16 Sep 2019 05:56:39 -0400 Received: from ZXSHCAS1.zhaoxin.com ([203.148.12.81]:20022 "EHLO ZXSHCAS1.zhaoxin.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725850AbfIPJ4i (ORCPT ); Mon, 16 Sep 2019 05:56:38 -0400 Received: from zxbjmbx2.zhaoxin.com (10.29.252.164) by ZXSHCAS1.zhaoxin.com (10.28.252.161) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1261.35; Mon, 16 Sep 2019 17:56:35 +0800 Received: from zxbjmbx1.zhaoxin.com (10.29.252.163) by zxbjmbx2.zhaoxin.com (10.29.252.164) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1261.35; Mon, 16 Sep 2019 17:56:34 +0800 Received: from zxbjmbx1.zhaoxin.com ([fe80::b41a:737:a784:b70d]) by zxbjmbx1.zhaoxin.com ([fe80::b41a:737:a784:b70d%16]) with mapi id 15.01.1261.035; Mon, 16 Sep 2019 17:56:34 +0800 From: Tony W Wang-oc To: Thomas Gleixner CC: "tony.luck@intel.com" , "Borislav Petkov (bp@alien8.de)" , "mingo@redhat.com" , "hpa@zytor.com" , "x86@kernel.org" , "linux-edac@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "yazen.ghannam@amd.com" , "vishal.l.verma@intel.com" , "qiuxu.zhuo@intel.com" , David Wang , "Cooper Yan(BJ-RD)" , "Qiyuan Wang(BJ-RD)" , "Herry Yang(BJ-RD)" Subject: Re: [PATCH v3 2/4] x86/mce: Make 3 functions non-static Thread-Topic: [PATCH v3 2/4] x86/mce: Make 3 functions non-static Thread-Index: AdVsdQQVZe8Vv2u/TlS+IY5QKGD9vg== Date: Mon, 16 Sep 2019 09:56:34 +0000 Message-ID: Accept-Language: en-US, zh-CN Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.32.64.75] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 16, 2019, Thomas Gleixner wrote: >On Mon, 16 Sep 2019, Tony W Wang-oc wrote: > >> On Mon, Sep 16, 2019, Thomas Gleixner wrote: >> >On Wed, 11 Sep 2019, Tony W Wang-oc wrote: >> > >> >> These functions are declared static and cannot be used in others >> >> .c source file. this commit removes the static attribute and adds >> >> the declaration to the header for these functions. >> > >> >I'm not Cc'ed on any patches which use those functions. Please Cc the >> >relevant maintainers on all patches of such a patch series so contect can >> >be seen. >> > >> >> Patches 3/4, 4/4 in this patchsets are using these functions. Specifically, >> "[PATCH v3 3/4] x86/mce: Add Zhaoxin CMCI support " in this patchsets is >> using intel_init_cmci(), "[PATCH v3 4/4] x86/mce: Add Zhaoxin LMCE support" >> is using intel_init_lmce() and intel_clear_lmce(). >> >> I had sent all patches in this patchsets to your mailbox. Could you help to >> check again? Thank you. > >Found them by now, but please make sure that you provide cover letter >[PATCH vX 0/N ] and thread the patches proper so they reference the cover >letter. git send-email does that for you. Ok, thank you, will send this patchsets with cover letter. Sincerely TonyWWang-oc