Re: [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections

From: Nicolas Pitre
Date: Fri Dec 10 2021 - 08:20:58 EST


On Fri, 10 Dec 2021, Alexander Lobakin wrote:

> I could do unconditional
>
> .pushsection %S.##name
> ^^^^^^ function name
>
> but this would involve changing LDS scripts (and vmlinux.lds.h) to
> let's say replace *(.noinstr.text) with *(.noinstr.text*).

Yes, this is meant to be used with a linker script that expects the new
name.


Nicolas