On 5/13/25 11:54, Dave Hansen wrote:
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++) {
Linus, could you pick this one up directly, please? The thread has acks from a few folks already.
The normal x86/urgent branch doesn't have this bug yet and I don't want to merge the existing pile of fixes with your tree at a completely random point.
Oh, and you called it ... "done without public testing" strikes again.