Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932603Ab1EWTLI (ORCPT ); Mon, 23 May 2011 15:11:08 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:42754 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932091Ab1EWTLF (ORCPT ); Mon, 23 May 2011 15:11:05 -0400 Date: Mon, 23 May 2011 21:10:43 +0200 From: Ingo Molnar To: Randy Dunlap Cc: Cyrill Gorcunov , Stephen Rothwell , x86@kernel.org, linux-next@vger.kernel.org, LKML , Suresh Siddha Subject: Re: [PATCH -next] x86: apic_flat_64.c needs module.h Message-ID: <20110523191043.GB23629@elte.hu> References: <20110523154518.5e27cfb0.sfr@canb.auug.org.au> <20110523104300.dd532a99.randy.dunlap@oracle.com> <4DDA9EAB.40304@gmail.com> <4DDAA2C0.7080108@gmail.com> <4DDAA384.2000203@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DDAA384.2000203@oracle.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1669 Lines: 56 * Randy Dunlap wrote: > >>> arch/x86/kernel/apic/apic_flat_64.c | 1 + > >>> 1 file changed, 1 insertion(+) > >>> > >>> --- linux-next-20110523.orig/arch/x86/kernel/apic/apic_flat_64.c > >>> +++ linux-next-20110523/arch/x86/kernel/apic/apic_flat_64.c > >>> @@ -16,6 +16,7 @@ > >>> #include > >>> #include > >>> #include > >>> +#include > >>> #include > >>> #include > >>> #include > >> > >> Thanks Randy! For some reason I didn't hit this problem while > >> were compiling the kernel and testing it (I usually do not use > >> modules though). > >> > >> I've CC'ed Ingo and Suresh. > >> > > > > Randy, while adding module.h here is correct I fail to see why I didn't > > hit this problem before, could you please post your config? > > Certainly, it's attached. It's a randconfig file. > I saw this build error on roughly 5 out of 15 randconfig builds. > > CONFIG_SMP is disabled... Your config builds just fine here, using latest -tip: tip/master 726281b: Merge branch 'tools/kvm' Kernel: arch/x86/boot/bzImage is ready (#2) or using x86/apic directly: tip/x86/apic 1a8880a: x86, apic: Make apic drivers static System is 3001 kB CRC 882c2d5c Kernel: arch/x86/boot/bzImage is ready (#3) Has linux-next changed something that triggers this build bug? Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/