Created attachment 292515 [details] .config made by make oldconfig CC arch/x86/kernel/kvm.o arch/x86/kernel/kvm.c: In function ‘kvm_alloc_cpumask’: arch/x86/kernel/kvm.c:800:35: error: ‘kvm_send_ipi_mask_allbutself’ undeclared (first use in this function) 800 | apic->send_IPI_mask_allbutself = kvm_send_ipi_mask_allbutself; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ arch/x86/kernel/kvm.c:800:35: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [scripts/Makefile.build:283: arch/x86/kernel/kvm.o] Error 1 make[4]: *** [scripts/Makefile.build:500: arch/x86/kernel] Error 2 make[3]: *** [Makefile:1784: arch/x86] Error 2 make[2]: *** [debian/rules:6: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 make[1]: *** [scripts/Makefile.package:83: bindeb-pkg] Error 2 make: *** [Makefile:1523: bindeb-pkg] Error 2
Created attachment 292525 [details] working rc4 config before make oldconfig
same with rc6: CC arch/x86/kernel/kvm.o arch/x86/kernel/kvm.c: In function ‘kvm_alloc_cpumask’: arch/x86/kernel/kvm.c:800:35: error: ‘kvm_send_ipi_mask_allbutself’ undeclared (first use in this function) 800 | apic->send_IPI_mask_allbutself = kvm_send_ipi_mask_allbutself; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ arch/x86/kernel/kvm.c:800:35: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [scripts/Makefile.build:283: arch/x86/kernel/kvm.o] Error 1 make[4]: *** [scripts/Makefile.build:500: arch/x86/kernel] Error 2 make[3]: *** [Makefile:1784: arch/x86] Error 2 make[2]: *** [debian/rules:6: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 make[1]: *** [scripts/Makefile.package:83: bindeb-pkg] Error 2 make: *** [Makefile:1523: bindeb-pkg] Error 2
Resolved by Vitaly, https://lore.kernel.org/kvm/CAB5KdObJ4_0oJf+rwGXWNk6MsKm1j0dqrcGQkzQ63ek1LY=zMQ@mail.gmail.com/T/#m613f333dc9d01c463d1037c82a1b99687ffeb789
okay, thanks