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

From: Lai Jiangshan
Date: Mon Oct 18 2021 - 05:17:15 EST




On 2021/10/15 02:35, Miguel Ojeda wrote:
On Thu, Oct 14, 2021 at 8:29 PM Nick Desaulniers
<ndesaulniers@xxxxxxxxxx> wrote:

Can we use __section(section) here (from
include/linux/compiler_attributes.h)? I kind of can't stand seeing
attributes open coded.

Yes please! (though it can be an independent patch)


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.

Thanks.
Lai