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

From: Thomas Gleixner
Date: Mon Sep 16 2019 - 05:50:41 EST


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.

Thanks,

tglx