On 15/01/2024 4:08 pm, Jan Beulich wrote: > While .probe() doesn't need fiddling with for being run only very early, > init_apic_ldr() wants converting too despite not being on a frequently > executed path: This way all pre-filled struct genapic instances can > become __initconst_cf_clobber, thus allowing to eliminate 15 more ENDBR > during the 2nd phase of alternatives patching. > > While fiddling with section annotations here, also move "genapic" itself > to .data.ro_after_init. > > Signed-off-by: Jan Beulich <[email protected]>
Acked-by: Andrew Cooper <[email protected]>
