* [vfs:asm-exports 1/8] arch/avr32/lib/built-in.o: warning: input is not relaxable
@ 2016-01-15 20:48 kbuild test robot
2016-01-15 22:59 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2016-01-15 20:48 UTC (permalink / raw)
To: Al Viro; +Cc: kbuild-all, linux-fsdevel
[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git asm-exports
head: 7edee3610000e590052ed9c4e1c97ed0c491e776
commit: 22319e98abd25dc2039b255def816bdef461c40a [1/8] [kbuild] handle exports in lib-y objects reliably
config: avr32-atngw100_defconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout 22319e98abd25dc2039b255def816bdef461c40a
# save the attached .config to linux build tree
make.cross ARCH=avr32
All warnings (new ones prefixed by >>):
>> arch/avr32/lib/built-in.o: warning: input is not relaxable
virt/built-in.o: warning: input is not relaxable
>> arch/avr32/lib/built-in.o: warning: input is not relaxable
virt/built-in.o: warning: input is not relaxable
>> arch/avr32/lib/built-in.o: warning: input is not relaxable
virt/built-in.o: warning: input is not relaxable
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 11915 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [vfs:asm-exports 1/8] arch/avr32/lib/built-in.o: warning: input is not relaxable
2016-01-15 20:48 [vfs:asm-exports 1/8] arch/avr32/lib/built-in.o: warning: input is not relaxable kbuild test robot
@ 2016-01-15 22:59 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2016-01-15 22:59 UTC (permalink / raw)
To: kbuild test robot; +Cc: kbuild-all, linux-fsdevel
On Sat, Jan 16, 2016 at 04:48:53AM +0800, kbuild test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git asm-exports
> head: 7edee3610000e590052ed9c4e1c97ed0c491e776
> commit: 22319e98abd25dc2039b255def816bdef461c40a [1/8] [kbuild] handle exports in lib-y objects reliably
> config: avr32-atngw100_defconfig (attached as .config)
> reproduce:
> wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> git checkout 22319e98abd25dc2039b255def816bdef461c40a
> # save the attached .config to linux build tree
> make.cross ARCH=avr32
>
> All warnings (new ones prefixed by >>):
>
> >> arch/avr32/lib/built-in.o: warning: input is not relaxable
> virt/built-in.o: warning: input is not relaxable
> >> arch/avr32/lib/built-in.o: warning: input is not relaxable
> virt/built-in.o: warning: input is not relaxable
> >> arch/avr32/lib/built-in.o: warning: input is not relaxable
> virt/built-in.o: warning: input is not relaxable
Interesting... Looks like avr ld decides to complain about the (empty,
contains only externs) lib-exports.o. No sections in there, but since
the damn thing is not marked relaxable in ELF headers, ld assumes that
there has to be an unsuitable section somewhere...
No, wait - those new warnings are not new at all; they are just added to
the pile of similar ones from other built-in.o. Could you give me an
URL of full build log?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-15 22:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 20:48 [vfs:asm-exports 1/8] arch/avr32/lib/built-in.o: warning: input is not relaxable kbuild test robot
2016-01-15 22:59 ` Al Viro
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).