From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 0/8] x86: audit and remove needless module.h includes Date: Thu, 14 Jul 2016 15:04:43 +0200 Message-ID: <20160714130443.GA27637@gmail.com> References: <20160714001901.31603-1-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org, Arjan van de Ven , Boris Ostrovsky , David Vrabel , "H. Peter Anvin" , Ingo Molnar , Juergen Gross , Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Thomas Gleixner , kvm@vger.kernel.org, x86@kernel.org, xen-devel@lists.xenproject.org To: Paul Gortmaker Return-path: Content-Disposition: inline In-Reply-To: <20160714001901.31603-1-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org * Paul Gortmaker wrote: > To that end, I have done allmodconfig, allyesconfig and allnoconfig > for both 32 bit and 64 bit x86 with these changes on the linux-next > from today, which presumably has an up to date copy of tip in it. It does, still I get this on allnoconfig with your patches applied: arch/x86/kernel/setup_percpu.c: In function =E2=80=98setup_percpu_segme= nt=E2=80=99: arch/x86/kernel/setup_percpu.c:159:2: error: implicit declaration of fu= nction=20 =E2=80=98pack_descriptor=E2=80=99 [-Werror=3Dimplicit-function-declarat= ion] pack_descriptor(&gdt, per_cpu_offset(cpu), 0xFFFFF, ^ arch/x86/kernel/setup_percpu.c:162:2: error: implicit declaration of fu= nction=20 =E2=80=98write_gdt_entry=E2=80=99 [-Werror=3Dimplicit-function-declarat= ion] write_gdt_entry(get_cpu_gdt_table(cpu), ^ arch/x86/kernel/setup_percpu.c:162:18: error: implicit declaration of f= unction=20 =E2=80=98get_cpu_gdt_table=E2=80=99 [-Werror=3Dimplicit-function-declar= ation] write_gdt_entry(get_cpu_gdt_table(cpu), I'll continue testing with the setup_percpu.c change left out. Thanks, Ingo