From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752329AbZKLNK2 (ORCPT ); Thu, 12 Nov 2009 08:10:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751891AbZKLNK0 (ORCPT ); Thu, 12 Nov 2009 08:10:26 -0500 Received: from ozlabs.org ([203.10.76.45]:40362 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbZKLNKZ (ORCPT ); Thu, 12 Nov 2009 08:10:25 -0500 From: Rusty Russell To: Stephen Rothwell Subject: Re: linux-next: i7core_edac tree build failure Date: Thu, 12 Nov 2009 23:40:25 +1030 User-Agent: KMail/1.12.2 (Linux/2.6.31-14-generic; KDE/4.3.2; i686; ; ) Cc: Mauro Carvalho Chehab , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Aristeu Rozanski References: <20091112165852.855d1e5d.sfr@canb.auug.org.au> In-Reply-To: <20091112165852.855d1e5d.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200911122340.26317.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 12 Nov 2009 04:28:52 pm Stephen Rothwell wrote: > Hi Mauro, > > Today's linux-next build (x86_64 allmodconfig) failed like this: > > tmp_exports-asm.o: In function `__ksymtab_pci_legacy_init': > (__ksymtab_gpl_sorted+0x3120): undefined reference to `pci_legacy_init' > > Caused by commit a120a84ebbc4cbc9c1addddd2b491e3683b842a6 ("pci: Add a > probing code that seeks for an specific bus") (which applies > EXPORT_SYMBOL_GPL() to a static function) interacting with the rr tree's > changes. Yep, thanks Stephen. I can't apply this fix to my tree since that function isn't exported in Linus' tree. I've pulled in the ppc and sparc fixes to my tree though, but assume they'll go into their proper homes soon. Thanks, Rusty.