* Re: WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() [not found] <20120612055154.GA12725@localhost> @ 2012-06-12 12:50 ` Sebastian Andrzej Siewior 2012-06-12 12:59 ` Fengguang Wu 0 siblings, 1 reply; 4+ messages in thread From: Sebastian Andrzej Siewior @ 2012-06-12 12:50 UTC (permalink / raw) To: wfg; +Cc: Sebastian Andrzej Siewior, linux-kbuild, Bjorn Helgaas On Tue, Jun 12, 2012 at 01:51:54PM +0800, wfg@linux.intel.com wrote: > FYI: there are new compile warnings show up in > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next > head: 0c358c16f8154ef47df749e60186f3c835869b0b > commit: d4974983cc76a0bff5e82987c761cda4ba08be66 [51/60] scripts/modpost: check for bad refernces in .pci.fixups area > config: i386-allmodconfig (attached as .config) > > All related error/warning messages are: > > > > WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() > The variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node references > a function __init quirk_amd_nb_node(). <snip> This should be fixed by http://git.kernel.org/?p=linux/kernel/git/helgaas/pci.git;a=commit;h=763268610f596d66686f8a13bc8f0c0504782dd1 that means try the complete tree instead. The alternativ would to push this patch as the last one in series. However there is no damage in bisect except this splat so...... Sebastian ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() 2012-06-12 12:50 ` WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() Sebastian Andrzej Siewior @ 2012-06-12 12:59 ` Fengguang Wu 2012-06-12 15:12 ` Bjorn Helgaas 0 siblings, 1 reply; 4+ messages in thread From: Fengguang Wu @ 2012-06-12 12:59 UTC (permalink / raw) To: Sebastian Andrzej Siewior; +Cc: linux-kbuild, Bjorn Helgaas On Tue, Jun 12, 2012 at 02:50:16PM +0200, Sebastian Andrzej Siewior wrote: > On Tue, Jun 12, 2012 at 01:51:54PM +0800, wfg@linux.intel.com wrote: > > FYI: there are new compile warnings show up in > > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next > > head: 0c358c16f8154ef47df749e60186f3c835869b0b > > commit: d4974983cc76a0bff5e82987c761cda4ba08be66 [51/60] scripts/modpost: check for bad refernces in .pci.fixups area > > config: i386-allmodconfig (attached as .config) > > > > All related error/warning messages are: > > > > > > > > WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() > > The variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node references > > a function __init quirk_amd_nb_node(). > <snip> > > This should be fixed by > http://git.kernel.org/?p=linux/kernel/git/helgaas/pci.git;a=commit;h=763268610f596d66686f8a13bc8f0c0504782dd1 > > that means try the complete tree instead. The alternativ would to push this > patch as the last one in series. However there is no damage in bisect > except this splat so...... Yeah I do commit-by-commit build tests to make the kernel more bisectable and complain if any step won't compile. However here it seems just warnings, so no problem for me :-) Thanks, Fengguang ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() 2012-06-12 12:59 ` Fengguang Wu @ 2012-06-12 15:12 ` Bjorn Helgaas 2012-06-12 15:18 ` Fengguang Wu 0 siblings, 1 reply; 4+ messages in thread From: Bjorn Helgaas @ 2012-06-12 15:12 UTC (permalink / raw) To: Fengguang Wu; +Cc: Sebastian Andrzej Siewior, linux-kbuild On Tue, Jun 12, 2012 at 6:59 AM, Fengguang Wu <wfg@linux.intel.com> wrote: > On Tue, Jun 12, 2012 at 02:50:16PM +0200, Sebastian Andrzej Siewior wrote: >> On Tue, Jun 12, 2012 at 01:51:54PM +0800, wfg@linux.intel.com wrote: >> > FYI: there are new compile warnings show up in >> > >> > tree: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next >> > head: 0c358c16f8154ef47df749e60186f3c835869b0b >> > commit: d4974983cc76a0bff5e82987c761cda4ba08be66 [51/60] scripts/modpost: check for bad refernces in .pci.fixups area >> > config: i386-allmodconfig (attached as .config) >> > >> > All related error/warning messages are: >> > >> > >> > >> > WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() >> > The variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node references >> > a function __init quirk_amd_nb_node(). >> <snip> >> >> This should be fixed by >> http://git.kernel.org/?p=linux/kernel/git/helgaas/pci.git;a=commit;h=763268610f596d66686f8a13bc8f0c0504782dd1 >> >> that means try the complete tree instead. The alternativ would to push this >> patch as the last one in series. However there is no damage in bisect >> except this splat so...... > > Yeah I do commit-by-commit build tests to make the kernel more > bisectable and complain if any step won't compile. Wow, that's awesome :) I reordered the patches in my topic branch, and I plan to rebase my "next" branch today, so that should take care of this. Bjorn ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() 2012-06-12 15:12 ` Bjorn Helgaas @ 2012-06-12 15:18 ` Fengguang Wu 0 siblings, 0 replies; 4+ messages in thread From: Fengguang Wu @ 2012-06-12 15:18 UTC (permalink / raw) To: Bjorn Helgaas; +Cc: Sebastian Andrzej Siewior, linux-kbuild On Tue, Jun 12, 2012 at 09:12:04AM -0600, Bjorn Helgaas wrote: > On Tue, Jun 12, 2012 at 6:59 AM, Fengguang Wu <wfg@linux.intel.com> wrote: > > On Tue, Jun 12, 2012 at 02:50:16PM +0200, Sebastian Andrzej Siewior wrote: > >> On Tue, Jun 12, 2012 at 01:51:54PM +0800, wfg@linux.intel.com wrote: > >> > FYI: there are new compile warnings show up in > >> > > >> > tree: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next > >> > head: 0c358c16f8154ef47df749e60186f3c835869b0b > >> > commit: d4974983cc76a0bff5e82987c761cda4ba08be66 [51/60] scripts/modpost: check for bad refernces in .pci.fixups area > >> > config: i386-allmodconfig (attached as .config) > >> > > >> > All related error/warning messages are: > >> > > >> > > >> > > >> > WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() > >> > The variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node references > >> > a function __init quirk_amd_nb_node(). > >> <snip> > >> > >> This should be fixed by > >> http://git.kernel.org/?p=linux/kernel/git/helgaas/pci.git;a=commit;h=763268610f596d66686f8a13bc8f0c0504782dd1 > >> > >> that means try the complete tree instead. The alternativ would to push this > >> patch as the last one in series. However there is no damage in bisect > >> except this splat so...... > > > > Yeah I do commit-by-commit build tests to make the kernel more > > bisectable and complain if any step won't compile. > > Wow, that's awesome :) Thanks! :-) > I reordered the patches in my topic branch, and I plan to rebase my > "next" branch today, so that should take care of this. That's great, thank you very much! Thanks, Fengguang ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-06-12 15:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20120612055154.GA12725@localhost>
2012-06-12 12:50 ` WARNING: arch/x86/kernel/built-in.o(.pci_fixup_final+0x1c): Section mismatch in reference from the variable __pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_15H_NB_F5quirk_amd_nb_node to the function .init.text:quirk_amd_nb_node() Sebastian Andrzej Siewior
2012-06-12 12:59 ` Fengguang Wu
2012-06-12 15:12 ` Bjorn Helgaas
2012-06-12 15:18 ` Fengguang Wu
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox