Re: linux-next: build warnings after merge of the modules tree

2013-11-05 Thread Stephen Rothwell
Hi Rusty, On Tue, 5 Nov 2013 06:17:02 -0800 Andi Kleen wrote: > > > modpost creates an entry when it sees the CRC, then when it sees the > > actual symbol, it complains that it's seen it before. The preloaded > > flag already exists for the equivalent case where we loaded from > > Module.symvers

Re: linux-next: build warnings after merge of the modules tree

2013-11-05 Thread Andi Kleen
> modpost creates an entry when it sees the CRC, then when it sees the > actual symbol, it complains that it's seen it before. The preloaded > flag already exists for the equivalent case where we loaded from > Module.symvers, so use that. Looks good. Thanks for fixing. -Andi -- To unsubscribe fr

Re: linux-next: build warnings after merge of the modules tree

2013-11-04 Thread Rusty Russell
Stephen Rothwell writes: > Hi Rusty, > > After merging the modules tree, today's linux-next build (x86_64 > allmodconfig) produced these warning: > > WARNING: vmlinux: 'pci_restore_msi_state' exported twice. Previous export was > in vmlinux > WARNING: vmlinux: '__mod_zone_page_state' exported twi

linux-next: build warnings after merge of the modules tree

2013-11-03 Thread Stephen Rothwell
Hi Rusty, After merging the modules tree, today's linux-next build (x86_64 allmodconfig) produced these warning: WARNING: vmlinux: 'pci_restore_msi_state' exported twice. Previous export was in vmlinux WARNING: vmlinux: '__mod_zone_page_state' exported twice. Previous export was in vmlinux WARN