On 29/08/2024 12:59 pm, Jan Beulich wrote: > ... and move the type itself to linux-compat.h. > > While doing so, > - convert __read_mostly to __ro_after_init for respective variables > having their type changed (for acpi_numa add the attribute anew), > - in cpuid_hypervisor_leaves() drop a cast altogether, > - switch an adjacent struct arch_irq_desc field to bool. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> The __read_mostly -> __ro_after_init changes are safe as far as I can tell. use_msi is in desperate need of renaming to opt_msi. ~Andrew