linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
@ 2021-07-30  8:29 kernel test robot
  2021-08-04  3:10 ` Randy Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: kernel test robot @ 2021-07-30  8:29 UTC (permalink / raw)
  To: Feng Tang; +Cc: kbuild-all, linux-kernel, Masahiro Yamada

[-- Attachment #1: Type: text/plain, Size: 1342 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   764a5bc89b12b82c18ce7ca5d7c1b10dd748a440
commit: cf536e185869d4815d506e777bcca6edd9966a6e Makefile: extend 32B aligned debug option to 64B aligned
date:   10 weeks ago
config: powerpc64-randconfig-c023-20210730 (attached as .config)
compiler: powerpc-linux-gcc (GCC) 10.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cf536e185869d4815d506e777bcca6edd9966a6e
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout cf536e185869d4815d506e777bcca6edd9966a6e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=powerpc64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31363 bytes --]

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

* Re: make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
  2021-07-30  8:29 make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1 kernel test robot
@ 2021-08-04  3:10 ` Randy Dunlap
  2021-08-05 10:28   ` [kbuild-all] " Chen, Rong A
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2021-08-04  3:10 UTC (permalink / raw)
  To: kernel test robot, Feng Tang
  Cc: kbuild-all, linux-kernel, Masahiro Yamada, Michael Ellerman

On 7/30/21 1:29 AM, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   764a5bc89b12b82c18ce7ca5d7c1b10dd748a440
> commit: cf536e185869d4815d506e777bcca6edd9966a6e Makefile: extend 32B aligned debug option to 64B aligned
> date:   10 weeks ago
> config: powerpc64-randconfig-c023-20210730 (attached as .config)
> compiler: powerpc-linux-gcc (GCC) 10.3.0
> reproduce (this is a W=1 build):
>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>          chmod +x ~/bin/make.cross
>          # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cf536e185869d4815d506e777bcca6edd9966a6e
>          git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>          git fetch --no-tags linus master
>          git checkout cf536e185869d4815d506e777bcca6edd9966a6e
>          # save the attached .config to linux build tree
>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=powerpc64
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
> 
> ---

Hi ktr/lkp,

This is not "All errors". I suggest that you improve your output by
(also) grepping for "ERROR:", so that the following lines would be
included here:

ERROR: start_text address is c000000000000200, should be c000000000000100
ERROR: try to enable LD_HEAD_STUB_CATCH config option
ERROR: see comments in arch/powerpc/tools/head_check.sh


and yes, enabling LD_HEAD_STUB_CATCH does fix this build error.

thanks.
-- 
~Randy


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

* Re: [kbuild-all] Re: make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
  2021-08-04  3:10 ` Randy Dunlap
@ 2021-08-05 10:28   ` Chen, Rong A
  2021-08-05 19:25     ` Randy Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: Chen, Rong A @ 2021-08-05 10:28 UTC (permalink / raw)
  To: Randy Dunlap, kernel test robot, Feng Tang
  Cc: kbuild-all, linux-kernel, Masahiro Yamada, Michael Ellerman



On 8/4/2021 11:10 AM, Randy Dunlap wrote:
> On 7/30/21 1:29 AM, kernel test robot wrote:
>> tree:   
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head:   764a5bc89b12b82c18ce7ca5d7c1b10dd748a440
>> commit: cf536e185869d4815d506e777bcca6edd9966a6e Makefile: extend 32B 
>> aligned debug option to 64B aligned
>> date:   10 weeks ago
>> config: powerpc64-randconfig-c023-20210730 (attached as .config)
>> compiler: powerpc-linux-gcc (GCC) 10.3.0
>> reproduce (this is a W=1 build):
>>          wget 
>> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross 
>> -O ~/bin/make.cross
>>          chmod +x ~/bin/make.cross
>>          # 
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cf536e185869d4815d506e777bcca6edd9966a6e 
>>
>>          git remote add linus 
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>          git fetch --no-tags linus master
>>          git checkout cf536e185869d4815d506e777bcca6edd9966a6e
>>          # save the attached .config to linux build tree
>>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 
>> make.cross ARCH=powerpc64
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kernel test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>):
>>
>>>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
>>
>> ---
> 
> Hi ktr/lkp,
> 
> This is not "All errors". I suggest that you improve your output by
> (also) grepping for "ERROR:", so that the following lines would be
> included here:
> 
> ERROR: start_text address is c000000000000200, should be c000000000000100
> ERROR: try to enable LD_HEAD_STUB_CATCH config option
> ERROR: see comments in arch/powerpc/tools/head_check.sh

Hi Randy,

Thanks for the advice, the "ERROR:" lines weren't redirected to stderr, 
so the bot didn't notice them, it looks difficult to change the output.

Best Regards,
Rong Chen

> 
> 
> and yes, enabling LD_HEAD_STUB_CATCH does fix this build error.
> 
> thanks.

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

* Re: [kbuild-all] Re: make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
  2021-08-05 10:28   ` [kbuild-all] " Chen, Rong A
@ 2021-08-05 19:25     ` Randy Dunlap
  2021-08-06 10:30       ` Chen, Rong A
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2021-08-05 19:25 UTC (permalink / raw)
  To: Chen, Rong A, kernel test robot, Feng Tang
  Cc: kbuild-all, linux-kernel, Masahiro Yamada, Michael Ellerman

On 8/5/21 3:28 AM, Chen, Rong A wrote:
> 
> 
> On 8/4/2021 11:10 AM, Randy Dunlap wrote:
>> On 7/30/21 1:29 AM, kernel test robot wrote:
>>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>> head:   764a5bc89b12b82c18ce7ca5d7c1b10dd748a440
>>> commit: cf536e185869d4815d506e777bcca6edd9966a6e Makefile: extend 32B aligned debug option to 64B aligned
>>> date:   10 weeks ago
>>> config: powerpc64-randconfig-c023-20210730 (attached as .config)
>>> compiler: powerpc-linux-gcc (GCC) 10.3.0
>>> reproduce (this is a W=1 build):
>>>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>>>          chmod +x ~/bin/make.cross
>>>          # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cf536e185869d4815d506e777bcca6edd9966a6e
>>>          git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>>          git fetch --no-tags linus master
>>>          git checkout cf536e185869d4815d506e777bcca6edd9966a6e
>>>          # save the attached .config to linux build tree
>>>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=powerpc64
>>>
>>> If you fix the issue, kindly add following tag as appropriate
>>> Reported-by: kernel test robot <lkp@intel.com>
>>>
>>> All errors (new ones prefixed by >>):
>>>
>>>>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
>>>
>>> ---
>>
>> Hi ktr/lkp,
>>
>> This is not "All errors". I suggest that you improve your output by
>> (also) grepping for "ERROR:", so that the following lines would be
>> included here:
>>
>> ERROR: start_text address is c000000000000200, should be c000000000000100
>> ERROR: try to enable LD_HEAD_STUB_CATCH config option
>> ERROR: see comments in arch/powerpc/tools/head_check.sh
> 
> Hi Randy,
> 
> Thanks for the advice, the "ERROR:" lines weren't redirected to stderr, so the bot didn't notice them, it looks difficult to change the output.

Hi Rong,

So 0day bot only checks stderr for errors?
That is almost reasonable (IMO).

Michael, in the file arch/powerpc/tools/head_check.sh,
what do you think about redirecting all of the ERROR: lines
to stdout (echo "..." >&2)?


> Best Regards,
> Rong Chen
> 
>>
>>
>> and yes, enabling LD_HEAD_STUB_CATCH does fix this build error.



>> thanks.

-- 
~Randy


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

* Re: [kbuild-all] Re: make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
  2021-08-05 19:25     ` Randy Dunlap
@ 2021-08-06 10:30       ` Chen, Rong A
  0 siblings, 0 replies; 8+ messages in thread
From: Chen, Rong A @ 2021-08-06 10:30 UTC (permalink / raw)
  To: Randy Dunlap, kernel test robot, Feng Tang
  Cc: kbuild-all, linux-kernel, Masahiro Yamada, Michael Ellerman



On 8/6/2021 3:25 AM, Randy Dunlap wrote:
> On 8/5/21 3:28 AM, Chen, Rong A wrote:
>>
>>
>> On 8/4/2021 11:10 AM, Randy Dunlap wrote:
>>> On 7/30/21 1:29 AM, kernel test robot wrote:
>>>> tree: 
>>>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
>>>> master
>>>> head:   764a5bc89b12b82c18ce7ca5d7c1b10dd748a440
>>>> commit: cf536e185869d4815d506e777bcca6edd9966a6e Makefile: extend 
>>>> 32B aligned debug option to 64B aligned
>>>> date:   10 weeks ago
>>>> config: powerpc64-randconfig-c023-20210730 (attached as .config)
>>>> compiler: powerpc-linux-gcc (GCC) 10.3.0
>>>> reproduce (this is a W=1 build):
>>>>          wget 
>>>> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross 
>>>> -O ~/bin/make.cross
>>>>          chmod +x ~/bin/make.cross
>>>>          # 
>>>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cf536e185869d4815d506e777bcca6edd9966a6e 
>>>>
>>>>          git remote add linus 
>>>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>>>          git fetch --no-tags linus master
>>>>          git checkout cf536e185869d4815d506e777bcca6edd9966a6e
>>>>          # save the attached .config to linux build tree
>>>>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 
>>>> make.cross ARCH=powerpc64
>>>>
>>>> If you fix the issue, kindly add following tag as appropriate
>>>> Reported-by: kernel test robot <lkp@intel.com>
>>>>
>>>> All errors (new ones prefixed by >>):
>>>>
>>>>>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
>>>>
>>>> ---
>>>
>>> Hi ktr/lkp,
>>>
>>> This is not "All errors". I suggest that you improve your output by
>>> (also) grepping for "ERROR:", so that the following lines would be
>>> included here:
>>>
>>> ERROR: start_text address is c000000000000200, should be 
>>> c000000000000100
>>> ERROR: try to enable LD_HEAD_STUB_CATCH config option
>>> ERROR: see comments in arch/powerpc/tools/head_check.sh
>>
>> Hi Randy,
>>
>> Thanks for the advice, the "ERROR:" lines weren't redirected to 
>> stderr, so the bot didn't notice them, it looks difficult to change 
>> the output.
> 
> Hi Rong,
> 
> So 0day bot only checks stderr for errors?

yes, as far as it goes.

Best Regards,
Rong Chen

> That is almost reasonable (IMO).
> 
> Michael, in the file arch/powerpc/tools/head_check.sh,
> what do you think about redirecting all of the ERROR: lines
> to stdout (echo "..." >&2)?
> 
> 
>> Best Regards,
>> Rong Chen
>>
>>>
>>>
>>> and yes, enabling LD_HEAD_STUB_CATCH does fix this build error.
> 
> 
> 
>>> thanks.
> 

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

* make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
@ 2021-06-15 16:38 kernel test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kernel test robot @ 2021-06-15 16:38 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: kbuild-all, linux-kernel, Will Deacon, Fangrui Song

[-- Attachment #1: Type: text/plain, Size: 14445 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   009c9aa5be652675a06d5211e1640e02bbb1c33d
commit: 13150bc5416f45234c955e5bed91623d178c6117 module: use hidden visibility for weak symbol references
date:   8 months ago
config: powerpc-randconfig-c004-20210615 (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=13150bc5416f45234c955e5bed91623d178c6117
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 13150bc5416f45234c955e5bed91623d178c6117
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/oxygen/xonar_wm87x6.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/oxygen/xonar_hdmi.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/pcxhr/pcxhr.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/pcxhr/pcxhr_hwdep.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/pcxhr/pcxhr_mixer.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/pcxhr/pcxhr_core.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/pcxhr/pcxhr_mix22.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/riptide/riptide.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/rme9652/hdspm.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/trident/trident.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/trident/trident_main.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/trident/trident_memory.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/ymfpci/ymfpci.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/ymfpci/ymfpci_main.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/vx222/vx222.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pci/vx222/vx222_ops.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/util_mem.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux_synth.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux_seq.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux_nrpn.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux_effect.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux_hwdep.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/soundfont.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux_proc.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/synth/emux/emux_oss.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/midi.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/usx2y/usbusx2y.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/usx2y/usX2Yhwdep.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/usx2y/usx2yhwdeppcm.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/6fire/chip.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/6fire/comm.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/6fire/midi.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/6fire/control.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/6fire/firmware.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/6fire/pcm.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/bcd2000/bcd2000.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/line6/capture.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/line6/driver.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/line6/midi.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/line6/midibuf.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/line6/pcm.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/line6/playback.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/usb/line6/podhd.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pcmcia/vx/vxpocket.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pcmcia/vx/vxp_ops.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pcmcia/vx/vxp_mixer.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pcmcia/pdaudiocf/pdaudiocf.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pcmcia/pdaudiocf/pdaudiocf_core.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pcmcia/pdaudiocf/pdaudiocf_irq.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/pcmcia/pdaudiocf/pdaudiocf_pcm.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hda_bus_type.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdac_bus.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdac_device.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdac_sysfs.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdac_regmap.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdac_controller.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdac_stream.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/array.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdmi_chmap.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/hdac_component.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/hda/intel-dsp-config.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/ac97_bus.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `sound/last.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `virt/lib/irqbypass.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/argv_split.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/bootconfig.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/bug.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/cmdline.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/dec_and_lock.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/decompress.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/decompress_bunzip2.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/decompress_inflate.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/decompress_unlz4.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/decompress_unlzma.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/extable.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/fdt.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/fdt_ro.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/fdt_rw.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/fdt_wip.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/flex_proportions.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/idr.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/is_single_threaded.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/klist.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/kobject.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/kobject_uevent.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/logic_pio.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/nodemask.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/plist.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/radix-tree.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/ratelimit.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/rbtree.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/seq_buf.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/sha1.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/show_mem.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/siphash.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/string.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/timerqueue.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/vsprintf.o' being placed in section `.ctors.65435'
   powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/xarray.o' being placed in section `.ctors.65435'
>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 29177 bytes --]

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

* make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
@ 2021-05-21  4:58 kernel test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kernel test robot @ 2021-05-21  4:58 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: kbuild-all, linux-kernel, Darrick J. Wong, Brian Foster,
	Allison Collins, Dave Chinner

[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ba816d3c265cfe9ed0ee8347eab63cf5ac3cf5dc
commit: 166405f6b53b7d7eecb7939aa4a79bc7c1e0ed68 xfs: stop CONFIG_XFS_DEBUG from changing compiler flags
date:   1 year, 1 month ago
config: powerpc-randconfig-r016-20210521 (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=166405f6b53b7d7eecb7939aa4a79bc7c1e0ed68
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 166405f6b53b7d7eecb7939aa4a79bc7c1e0ed68
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 21989 bytes --]

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

* make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1
@ 2021-03-29 13:05 kernel test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kernel test robot @ 2021-03-29 13:05 UTC (permalink / raw)
  To: Madhavan Srinivasan; +Cc: kbuild-all, linux-kernel, Michael Ellerman

[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]

Hi Madhavan,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a5e13c6df0e41702d2b2c77c8ad41677ebb065b3
commit: 3c9450c053f88e525b2db1e6990cdf34d14e7696 powerpc/perf: Fix missing is_sier_aviable() during build
date:   8 months ago
config: powerpc-randconfig-r003-20210329 (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3c9450c053f88e525b2db1e6990cdf34d14e7696
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 3c9450c053f88e525b2db1e6990cdf34d14e7696
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 33086 bytes --]

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

end of thread, other threads:[~2021-08-06 10:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30  8:29 make[2]: *** [arch/powerpc/Makefile.postlink:31: vmlinux] Error 1 kernel test robot
2021-08-04  3:10 ` Randy Dunlap
2021-08-05 10:28   ` [kbuild-all] " Chen, Rong A
2021-08-05 19:25     ` Randy Dunlap
2021-08-06 10:30       ` Chen, Rong A
  -- strict thread matches above, loose matches on Subject: below --
2021-06-15 16:38 kernel test robot
2021-05-21  4:58 kernel test robot
2021-03-29 13:05 kernel test robot

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).