linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Nov 9 (build errors summary)
       [not found] <20111109135826.7f8270fb7151cf7939998942@canb.auug.org.au>
@ 2011-11-09 19:23 ` Randy Dunlap
  2011-11-09 20:11   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2011-11-09 19:23 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, LKML, linux-ide@vger.kernel.org, x86 maintainers,
	Greg KH, devel@driverdev.osuosl.org

On 11/08/2011 06:58 PM, Stephen Rothwell wrote:
> Hi all,


1.  on i386, when CONFIG_SMP is not enabled:

arch/x86/built-in.o: In function `hpet_setup_msi_irq':
hpet.c:(.text+0x12114): undefined reference to `arch_setup_hpet_msi'
hpet.c:(.text+0x12123): undefined reference to `destroy_irq'
arch/x86/built-in.o: In function `hpet_msi_capability_lookup':
hpet.c:(.text+0x121fb): undefined reference to `create_irq_nr'
arch/x86/built-in.o:(.data+0x314): undefined reference to `native_setup_msi_irqs'
arch/x86/built-in.o:(.data+0x318): undefined reference to `native_teardown_msi_irq'
drivers/built-in.o: In function `dmar_set_interrupt':
(.text+0x6307a): undefined reference to `create_irq'
drivers/built-in.o: In function `dmar_set_interrupt':
(.text+0x630a3): undefined reference to `arch_setup_dmar_msi'
drivers/built-in.o: In function `dmar_set_interrupt':
(.text+0x630c0): undefined reference to `destroy_irq'
drivers/built-in.o: In function `free_dmar_iommu':
(.text+0x65e19): undefined reference to `destroy_irq'

2.  When ATA_SFF is enabled but ATA_BMDMA is not enabled:

drivers/ata/libata-sff.c: In function 'ata_pci_init_one':
drivers/ata/libata-sff.c:2538:3: error: implicit declaration of function 'ata_pci_bmdma_prepare_host'
drivers/ata/libata-sff.c:2549:40: error: 'ata_bmdma_interrupt' undeclared (first use in this function)

3.  on x86_64:

ERROR: "intel_iommu_gfx_mapped" [drivers/char/agp/intel-gtt.ko] undefined!

4.  when CONFIG_NET is not enabled:

drivers/staging/et131x/et131x.c:5489:12: error: 'et131x_pci_setup' undeclared here (not in a function)

patch should be in Greg's to-apply queue.



-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Nov 9 (build errors summary)
  2011-11-09 19:23 ` linux-next: Tree for Nov 9 (build errors summary) Randy Dunlap
@ 2011-11-09 20:11   ` Konrad Rzeszutek Wilk
  2011-11-09 20:55     ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-11-09 20:11 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, linux-next, LKML, linux-ide@vger.kernel.org,
	x86 maintainers, Greg KH, devel@driverdev.osuosl.org

On Wed, Nov 09, 2011 at 11:23:21AM -0800, Randy Dunlap wrote:
> On 11/08/2011 06:58 PM, Stephen Rothwell wrote:
> > Hi all,
> 
> 
> 1.  on i386, when CONFIG_SMP is not enabled:
> 
> arch/x86/built-in.o: In function `hpet_setup_msi_irq':
> hpet.c:(.text+0x12114): undefined reference to `arch_setup_hpet_msi'
> hpet.c:(.text+0x12123): undefined reference to `destroy_irq'
> arch/x86/built-in.o: In function `hpet_msi_capability_lookup':
> hpet.c:(.text+0x121fb): undefined reference to `create_irq_nr'
> arch/x86/built-in.o:(.data+0x314): undefined reference to `native_setup_msi_irqs'
> arch/x86/built-in.o:(.data+0x318): undefined reference to `native_teardown_msi_irq'

This looks new. When did it start happening? err, Any idea which patch
might have caused this?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Nov 9 (build errors summary)
  2011-11-09 20:11   ` Konrad Rzeszutek Wilk
@ 2011-11-09 20:55     ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2011-11-09 20:55 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Stephen Rothwell, linux-next, LKML, linux-ide@vger.kernel.org,
	x86 maintainers, Greg KH, devel@driverdev.osuosl.org

On 11/09/2011 12:11 PM, Konrad Rzeszutek Wilk wrote:
> On Wed, Nov 09, 2011 at 11:23:21AM -0800, Randy Dunlap wrote:
>> On 11/08/2011 06:58 PM, Stephen Rothwell wrote:
>>> Hi all,
>>
>>
>> 1.  on i386, when CONFIG_SMP is not enabled:
>>
>> arch/x86/built-in.o: In function `hpet_setup_msi_irq':
>> hpet.c:(.text+0x12114): undefined reference to `arch_setup_hpet_msi'
>> hpet.c:(.text+0x12123): undefined reference to `destroy_irq'
>> arch/x86/built-in.o: In function `hpet_msi_capability_lookup':
>> hpet.c:(.text+0x121fb): undefined reference to `create_irq_nr'
>> arch/x86/built-in.o:(.data+0x314): undefined reference to `native_setup_msi_irqs'
>> arch/x86/built-in.o:(.data+0x318): undefined reference to `native_teardown_msi_irq'
> 
> This looks new. When did it start happening? err, Any idea which patch
> might have caused this?

I first reported it on the Nov. 7 linux-next tree.

No idea what patch might be causing it, sorry.

-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-09 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20111109135826.7f8270fb7151cf7939998942@canb.auug.org.au>
2011-11-09 19:23 ` linux-next: Tree for Nov 9 (build errors summary) Randy Dunlap
2011-11-09 20:11   ` Konrad Rzeszutek Wilk
2011-11-09 20:55     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).