On 13.02.2026 17:28, Oleksii Kurochko wrote: > At the moment, all code and data in setup.c are marked with > __init or __init_data,
"... which is intended to remain this way." Nit: It's __initdata. so leverage this by using setup.init.o > instead of setup.o in Makefile. > > Suggested-by: Jan Beulich <[email protected]> > Signed-off-by: Oleksii Kurochko <[email protected]> Acked-by: Jan Beulich <[email protected]> (once again happy to make adjustments while committing) Jan
