Willy Tarreau wrote... > Responses should be made by Sat Nov 4 22:10:41 CET 2017. > Anything received after that time might be too late. If someone > wants a bit more time for a deeper review, please let me know. Just a heads-up, I will check in detail tonight: I got this error in an appearently rather unusual configuration: | arch/x86/kernel/apic/apic.c: In function 'enable_IR_x2apic': | arch/x86/kernel/apic/apic.c:1584:6: error: 'skip_ioapic_setup' undeclared (first use in this function) | if (skip_ioapic_setup) | ^~~~~~~~~~~~~~~~~ | arch/x86/kernel/apic/apic.c:1584:6: note: each undeclared identifier is reported only once for each function it appears in | scripts/Makefile.build:308: recipe for target 'arch/x86/kernel/apic/apic.o' failed | make[6]: *** [arch/x86/kernel/apic/apic.o] Error 1 Seems this was introduced already in .106 Christoph