Re: [PATCH V3 06/49] compiler_types.h: Add __noinstr_section() for noinstr

From: Miguel Ojeda
Date: Mon Oct 18 2021 - 07:29:28 EST


On Mon, Oct 18, 2021 at 11:16 AM Lai Jiangshan <laijs@xxxxxxxxxxxxxxxxx> wrote:
>
> I will use __section(section) in the updated patch.
>
> I don't know whether it is worth for a new version for a relatively large patchset
> with almost 50 patches since the feedback becomes less or I should wait for more
> reviews from the x86 maintainers. Especially the second half of the patchset which
> is all about IST exceptions has no feedback since V2.

Yeah, what I meant by independent patch is that you may avoid worrying
about that fix within the series, and send it as a completely
different patch (we can also do it for you, if you prefer). It is,
after all, not really related to either this commit nor the series.

Cheers,
Miguel