You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++) {
Fixes: 872df34 ("x86/its: Use dynamic thunks for indirect branches")
Cc: [email protected]
Signed-off-by: Eric Biggers <[email protected]>
Acked-by: Dave Hansen <[email protected]>
Tested-by: Steven Rostedt (Google) <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
0 commit comments