From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from manchmal.in-ulm.de ([217.10.9.201]:55276 "EHLO manchmal.in-ulm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767AbdKBIIw (ORCPT ); Thu, 2 Nov 2017 04:08:52 -0400 Date: Thu, 2 Nov 2017 09:08:48 +0100 From: Christoph Biedl To: Willy Tarreau Cc: stable@vger.kernel.org Subject: Re: [PATCH 3.10 000/139] 3.10.108-stable review Message-ID: <1509609945@msgid.manchmal.in-ulm.de> References: <1509571159-4405-1-git-send-email-w@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509571159-4405-1-git-send-email-w@1wt.eu> Sender: stable-owner@vger.kernel.org List-ID: 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