All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 1000/5337] mm/page_alloc.o:undefined reference to `node_reclaim_distance'
@ 2019-12-22  6:30 kbuild test robot
  2019-12-23 10:39 ` Steven Price
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2019-12-22  6:30 UTC (permalink / raw)
  To: kbuild-all

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

Hi Steven,

It's probably a bug fix that unveils the link errors.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   7ddd09fc4b745fb1d8942f95389583e08412e0cd
commit: ffbbaa7420f7a7ee6d547cd9adc286fe2e3753e0 [1000/5337] dma_resv: prime lockdep annotations
config: powerpc-randconfig-a001-20191220 (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout ffbbaa7420f7a7ee6d547cd9adc286fe2e3753e0
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=powerpc 

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

All errors (new ones prefixed by >>):

   powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'.
   arch/powerpc/perf/perf_regs.o: In function `perf_reg_value':
   arch/powerpc/perf/perf_regs.c:80: undefined reference to `.is_sier_available'
>> mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

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

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

* Re: [linux-next:master 1000/5337] mm/page_alloc.o:undefined reference to `node_reclaim_distance'
  2019-12-22  6:30 [linux-next:master 1000/5337] mm/page_alloc.o:undefined reference to `node_reclaim_distance' kbuild test robot
@ 2019-12-23 10:39 ` Steven Price
  2019-12-25  8:44   ` Rong Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Price @ 2019-12-23 10:39 UTC (permalink / raw)
  To: kbuild-all

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

On Sun, Dec 22, 2019 at 06:30:44AM +0000, kbuild test robot wrote:
> Hi Steven,
> 
> It's probably a bug fix that unveils the link errors.

I've no idea why this has been bisected to my commit. I repeated the
bisection manually and that fingered:

a55c7454a8c8 ("sched/topology: Improve load balancing on AMD EPYC systems")

which certainly looks like it could be the culprit given it introduces
the node_reclaim_distance variable.

Steve

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   7ddd09fc4b745fb1d8942f95389583e08412e0cd
> commit: ffbbaa7420f7a7ee6d547cd9adc286fe2e3753e0 [1000/5337] dma_resv: prime lockdep annotations
> config: powerpc-randconfig-a001-20191220 (attached as .config)
> compiler: powerpc64-linux-gcc (GCC) 7.5.0
> reproduce:
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout ffbbaa7420f7a7ee6d547cd9adc286fe2e3753e0
>         # save the attached .config to linux build tree
>         GCC_VERSION=7.5.0 make.cross ARCH=powerpc 
> 
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'.
>    arch/powerpc/perf/perf_regs.o: In function `perf_reg_value':
>    arch/powerpc/perf/perf_regs.c:80: undefined reference to `.is_sier_available'
> >> mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'
> 
> ---
> 0-DAY kernel test infrastructure                 Open Source Technology Center
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation


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

* Re: [linux-next:master 1000/5337] mm/page_alloc.o:undefined reference to `node_reclaim_distance'
  2019-12-23 10:39 ` Steven Price
@ 2019-12-25  8:44   ` Rong Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Rong Chen @ 2019-12-25  8:44 UTC (permalink / raw)
  To: kbuild-all

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



On 12/23/19 6:39 PM, Steven Price wrote:
> On Sun, Dec 22, 2019 at 06:30:44AM +0000, kbuild test robot wrote:
>> Hi Steven,
>>
>> It's probably a bug fix that unveils the link errors.
> I've no idea why this has been bisected to my commit. I repeated the
> bisection manually and that fingered:
>
> a55c7454a8c8 ("sched/topology: Improve load balancing on AMD EPYC systems")
>
> which certainly looks like it could be the culprit given it introduces
> the node_reclaim_distance variable.

Hi Steve,

Sorry for the inconvenience, the report is a false positive,
we are investigating the cause of the error.

Best Regards,
Rong Chen

>
> Steve
>
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
>> head:   7ddd09fc4b745fb1d8942f95389583e08412e0cd
>> commit: ffbbaa7420f7a7ee6d547cd9adc286fe2e3753e0 [1000/5337] dma_resv: prime lockdep annotations
>> config: powerpc-randconfig-a001-20191220 (attached as .config)
>> compiler: powerpc64-linux-gcc (GCC) 7.5.0
>> reproduce:
>>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>>          chmod +x ~/bin/make.cross
>>          git checkout ffbbaa7420f7a7ee6d547cd9adc286fe2e3753e0
>>          # save the attached .config to linux build tree
>>          GCC_VERSION=7.5.0 make.cross ARCH=powerpc
>>
>> If you fix the issue, kindly add following tag
>> Reported-by: kbuild test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>):
>>
>>     powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'.
>>     arch/powerpc/perf/perf_regs.o: In function `perf_reg_value':
>>     arch/powerpc/perf/perf_regs.c:80: undefined reference to `.is_sier_available'
>>>> mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'
>> ---
>> 0-DAY kernel test infrastructure                 Open Source Technology Center
>> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation
> _______________________________________________
> kbuild-all mailing list -- kbuild-all(a)lists.01.org
> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org

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

end of thread, other threads:[~2019-12-25  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-22  6:30 [linux-next:master 1000/5337] mm/page_alloc.o:undefined reference to `node_reclaim_distance' kbuild test robot
2019-12-23 10:39 ` Steven Price
2019-12-25  8:44   ` Rong Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.