On 5/12/25 19:58, Eric Biggers wrote:
From: Eric Biggers ebiggers@google.com
Fix several build errors when CONFIG_MODULES=n, including the following:
../arch/x86/kernel/alternative.c:195:25: error: incomplete definition of type 'struct module' 195 | for (int i = 0; i < mod->its_num_pages; i++) {
Thanks for sending this:
Acked-by: Dave Hansen dave.hansen@intel.com