Hi Christoph, On Thu, Nov 02, 2017 at 09:08:48AM +0100, Christoph Biedl wrote: > 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 Thanks. I never got this one and I'm sure that some of my builds do have APIC enabled. It's possible that this part is replaced with another one when running make allmodconfig and/or in some of my local builds. I'm definitely interested in anything you find regarding this problem. I'd rather leave a buildable last version :-) Willy