From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 24 Jan 2013 10:17:26 -0800 From: Greg KH To: Sven =?iso-8859-1?Q?K=F6hler?= Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Linux 3.7.4 Message-ID: <20130124181726.GD12106@kroah.com> References: <20130121195420.GA6534@kroah.com> <20130124022425.GA5721@kroah.com> <51009E68.90407@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <51009E68.90407@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Jan 24, 2013 at 03:37:28AM +0100, Sven K�hler wrote: > Am 24.01.2013 03:24, schrieb Greg KH: > > On Thu, Jan 24, 2013 at 03:06:29AM +0100, Sven K�hler wrote: > >> Hi, > >> > >> I had to revert this, because it resulted in > >> > >> LD init/built-in.o > >> arch/x86/built-in.o: In function `setup_arch': > >> (.init.text+0x359e): undefined reference to `early_pci_allowed' > >> arch/x86/built-in.o: In function `setup_arch': > >> (.init.text+0x35b2): undefined reference to `read_pci_config_16' > >> arch/x86/built-in.o: In function `setup_arch': > >> (.init.text+0x35cb): undefined reference to `read_pci_config_16' > >> make[1]: *** [vmlinux] Fehler 1 > >> make: *** [sub-make] Fehler 2 > >> > >> I'm building a Xen domU kernel without modules (one big binary of > >> everything). > > > > > > You had to revert _what_? > > The patch from 3.7.3 to 3.7.4. > Sorry for the confusion. > > The problem seems to be caused by this: > > http://www.kernel.org/diff/diffview.cgi?file=%2Fpub%2Flinux%2Fkernel%2Fv3.0%2Fincr%2Fpatch-3.7.3-4.bz2;z=8 The whole patch? Any chance you can use 'git bisect' on the 3.7.4 tree, marking 3.7.3 good, so we can find the patch that caused the problem and revert it? thanks, greg k-h