On 22.05.2025 17:00, Andrew Cooper wrote: > ... and use it for ideal_nops and toolchain_nops_are_ideal; both of which are > invariant after arch_init_ideal_nops() has run. > > No functional change. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Jan Beulich <[email protected]> preferably with ... > --- a/xen/arch/x86/alternative.c > +++ b/xen/arch/x86/alternative.c > @@ -47,7 +47,7 @@ static const unsigned char p6_nops[] > init_or_livepatch_const = { > }; > #endif > > -static const unsigned char *ideal_nops init_or_livepatch_data = p6_nops; > +static const unsigned char *ideal_nops init_or_livepatch_ro_after_init = > p6_nops; ... the attribute moved to between type and identifier, as we generally have it elsewhere. Jan
