Re: [PATCH v3 2/4] x86/mce: Make 3 functions non-static

From: Tony W Wang-oc
Date: Mon Sep 16 2019 - 05:44:35 EST


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.

>Also adding some hint to the change log which new code will use that would
>be appreciated.

Got it, will add in next version.

Sincerely
TonyWWang-oc