linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* powerpc64-linux-ld: mm/page_alloc.o:undefined reference to `node_reclaim_distance'
@ 2020-05-21  4:54 kbuild test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2020-05-21  4:54 UTC (permalink / raw)
  To: Matt Fleming
  Cc: kbuild-all, linux-kernel, Ingo Molnar, Peter Zijlstra (Intel)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b85051e755b0e9d6dd8f17ef1da083851b83287d
commit: a55c7454a8c887b226a01d7eed088ccb5374d81e sched/topology: Improve load balancing on AMD EPYC systems
date:   9 months ago
config: powerpc-randconfig-c004-20200520 (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
        git checkout a55c7454a8c887b226a01d7eed088ccb5374d81e
        # 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: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>, old ones prefixed by <<):

powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'
>> powerpc64-linux-ld: mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'

---
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: 29416 bytes --]

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

* Re: powerpc64-linux-ld: mm/page_alloc.o:undefined reference to `node_reclaim_distance'
  2020-08-30 19:32 kernel test robot
@ 2020-08-30 21:19 ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2020-08-30 21:19 UTC (permalink / raw)
  To: kernel test robot, Matt Fleming
  Cc: kbuild-all, linux-kernel, Ingo Molnar, Peter Zijlstra (Intel),
	Andrew Morton

On 8/30/20 12:32 PM, kernel test robot wrote:
> Hi Matt,
> 
> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   1127b219ce9481c84edad9711626d856127d5e51
> commit: a55c7454a8c887b226a01d7eed088ccb5374d81e sched/topology: Improve load balancing on AMD EPYC systems
> date:   12 months ago
> config: powerpc64-randconfig-c003-20200831 (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
>         git checkout a55c7454a8c887b226a01d7eed088ccb5374d81e
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.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 >>):
> 
>    powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'
>    powerpc64-linux-ld: arch/powerpc/perf/perf_regs.o: in function `perf_reg_value':
>    arch/powerpc/perf/perf_regs.c:80: undefined reference to `.is_sier_available'
>>> powerpc64-linux-ld: mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'
> 
> ---

Build error for undefined "node_reclaim_distance" has been reported on both
arch/sh/ and arch/powerpc64/.

Matt's patch here
https://lore.kernel.org/lkml/20191223164220.GA14394@codeblueprint.co.uk/

fixes the build error in both cases (both $ARCH-es), although it needs to be
resent as a patch instead of "can someone test this?".

Matt?

Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested

thanks.
-- 
~Randy

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

* powerpc64-linux-ld: mm/page_alloc.o:undefined reference to `node_reclaim_distance'
@ 2020-08-30 19:32 kernel test robot
  2020-08-30 21:19 ` Randy Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: kernel test robot @ 2020-08-30 19:32 UTC (permalink / raw)
  To: Matt Fleming
  Cc: kbuild-all, linux-kernel, Ingo Molnar, Peter Zijlstra (Intel)

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

Hi Matt,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1127b219ce9481c84edad9711626d856127d5e51
commit: a55c7454a8c887b226a01d7eed088ccb5374d81e sched/topology: Improve load balancing on AMD EPYC systems
date:   12 months ago
config: powerpc64-randconfig-c003-20200831 (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
        git checkout a55c7454a8c887b226a01d7eed088ccb5374d81e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.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 >>):

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

---
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: 24315 bytes --]

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

* powerpc64-linux-ld: mm/page_alloc.o:undefined reference to `node_reclaim_distance'
@ 2020-08-20  8:44 kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2020-08-20  8:44 UTC (permalink / raw)
  To: Matt Fleming
  Cc: kbuild-all, linux-kernel, Ingo Molnar, Peter Zijlstra (Intel)

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

Hi Matt,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   7eac66d0456fe12a462e5c14c68e97c7460989da
commit: a55c7454a8c887b226a01d7eed088ccb5374d81e sched/topology: Improve load balancing on AMD EPYC systems
date:   12 months ago
config: powerpc64-randconfig-s032-20200818 (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 9.3.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # apt-get install sparse
        # sparse version: v0.6.2-183-gaa6ede3b-dirty
        git checkout a55c7454a8c887b226a01d7eed088ccb5374d81e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' 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 >>):

   powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'
>> powerpc64-linux-ld: mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'

---
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: 25494 bytes --]

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

* powerpc64-linux-ld: mm/page_alloc.o:undefined reference to `node_reclaim_distance'
@ 2020-07-30 11:40 kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2020-07-30 11:40 UTC (permalink / raw)
  To: Matt Fleming
  Cc: kbuild-all, linux-kernel, Ingo Molnar, Peter Zijlstra (Intel)

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

Hi Matt,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   83bdc7275e6206f560d247be856bceba3e1ed8f2
commit: a55c7454a8c887b226a01d7eed088ccb5374d81e sched/topology: Improve load balancing on AMD EPYC systems
date:   11 months ago
config: powerpc64-randconfig-r031-20200730 (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
        git checkout a55c7454a8c887b226a01d7eed088ccb5374d81e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.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 >>):

   powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'
>> powerpc64-linux-ld: mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'

---
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: 30702 bytes --]

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

* powerpc64-linux-ld: mm/page_alloc.o:undefined reference to `node_reclaim_distance'
@ 2020-07-05 13:12 kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2020-07-05 13:12 UTC (permalink / raw)
  To: Matt Fleming
  Cc: kbuild-all, linux-kernel, Ingo Molnar, Peter Zijlstra (Intel)

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

Hi Matt,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   35e884f89df4c48566d745dc5a97a0d058d04263
commit: a55c7454a8c887b226a01d7eed088ccb5374d81e sched/topology: Improve load balancing on AMD EPYC systems
date:   10 months ago
config: powerpc-randconfig-r024-20200705 (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
        git checkout a55c7454a8c887b226a01d7eed088ccb5374d81e
        # 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 `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'
>> powerpc64-linux-ld: mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance'

---
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: 26881 bytes --]

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

end of thread, other threads:[~2020-08-30 21:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21  4:54 powerpc64-linux-ld: mm/page_alloc.o:undefined reference to `node_reclaim_distance' kbuild test robot
2020-07-05 13:12 kernel test robot
2020-07-30 11:40 kernel test robot
2020-08-20  8:44 kernel test robot
2020-08-30 19:32 kernel test robot
2020-08-30 21:19 ` 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).