All of lore.kernel.org
 help / color / mirror / Atom feed
* undefined reference to `start_isolate_page_range'
@ 2020-11-21  1:26 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-11-21  1:26 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   4ccf7a01e805f04defd423fb410f47a13af76399
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   10 months ago
config: microblaze-randconfig-s031-20201121 (attached as .config)
compiler: microblaze-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.3-134-gb59dbdaf-dirty
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2602276d3d3811b1a48c48113042cd75fcbfc27d
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # 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=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0xa1fc): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0xa40c): undefined reference to `test_pages_isolated'
>> microblaze-linux-ld: (.text+0xa47c): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-11-14 23:47 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-11-14 23:47 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f01c30de86f1047e9bae1b1b1417b0ce8dcd15b1
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   10 months ago
config: microblaze-randconfig-r022-20201115 (attached as .config)
compiler: microblaze-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=2602276d3d3811b1a48c48113042cd75fcbfc27d
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0xbf44): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0xbffc): undefined reference to `undo_isolate_page_range'
>> microblaze-linux-ld: (.text+0xc15c): undefined reference to `test_pages_isolated'
   microblaze-linux-ld: (.text+0xc1cc): undefined reference to `undo_isolate_page_range'
   microblaze-linux-ld: (.text+0xc210): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-10-11  7:53 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-10-11  7:53 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   da690031a5d6d50a361e3f19f3eeabd086a6f20d
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   8 months ago
config: microblaze-randconfig-r026-20201010 (attached as .config)
compiler: microblaze-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=2602276d3d3811b1a48c48113042cd75fcbfc27d
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0xbb5c): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0xbdcc): undefined reference to `test_pages_isolated'
>> microblaze-linux-ld: (.text+0xbe84): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-09-15  8:39 kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-09-15  8:39 UTC (permalink / raw)
  To: kbuild-all

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   fc4f28bb3daf3265d6bc5f73b497306985bb23ab
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   7 months ago
config: microblaze-randconfig-r025-20200913 (attached as .config)
compiler: microblaze-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 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0xbac4): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0xbb7c): undefined reference to `undo_isolate_page_range'
>> microblaze-linux-ld: (.text+0xbcd4): undefined reference to `test_pages_isolated'
   microblaze-linux-ld: (.text+0xbd44): undefined reference to `undo_isolate_page_range'
   microblaze-linux-ld: (.text+0xbd88): undefined reference to `undo_isolate_page_range'

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

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-09-06 16:17 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-09-06 16:17 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   dd9fb9bb3340c791a2be106fdc895db75f177343
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   7 months ago
config: microblaze-randconfig-r021-20200906 (attached as .config)
compiler: microblaze-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 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0x10c8c): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0x10f14): undefined reference to `test_pages_isolated'
>> microblaze-linux-ld: (.text+0x10fd0): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-08-17 22:50 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-08-17 22:50 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   7 months ago
config: microblaze-randconfig-p002-20200818 (attached as .config)
compiler: microblaze-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 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0x10d70): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0x10e54): undefined reference to `undo_isolate_page_range'
>> microblaze-linux-ld: (.text+0x10fbc): undefined reference to `test_pages_isolated'
   microblaze-linux-ld: (.text+0x11050): undefined reference to `undo_isolate_page_range'
   microblaze-linux-ld: (.text+0x110b4): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-07-27  4:49 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-07-27  4:49 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   92ed301919932f777713b9172e525674157e983d
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   6 months ago
config: microblaze-randconfig-c022-20200727 (attached as .config)
compiler: microblaze-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 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0xd274): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0xd48c): undefined reference to `test_pages_isolated'
>> microblaze-linux-ld: (.text+0xd548): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-07-07 13:57 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-07-07 13:57 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   bfe91da29bfad9941d5d703d45e29f0812a20724
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   5 months ago
config: microblaze-randconfig-r011-20200707 (attached as .config)
compiler: microblaze-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 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0x7d74): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0x7f60): undefined reference to `test_pages_isolated'
>> microblaze-linux-ld: (.text+0x8018): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-06-24 11:14 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-06-24 11:14 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   3e08a95294a4fb3702bb3d35ed08028433c37fe6
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   5 months ago
config: microblaze-randconfig-r031-20200624 (attached as .config)
compiler: microblaze-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 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

   microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0x14c08): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0x14cec): undefined reference to `undo_isolate_page_range'
>> microblaze-linux-ld: (.text+0x14e54): undefined reference to `test_pages_isolated'
   microblaze-linux-ld: (.text+0x14ee8): undefined reference to `undo_isolate_page_range'
   microblaze-linux-ld: (.text+0x14f4c): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-06-12  7:51 ` kernel test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kernel test robot @ 2020-06-12  7:51 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: kbuild-all, linux-kernel, Dave Airlie

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b791d1bdf9212d944d749a5c7ff6febdba241771
commit: 7ebdc26a315ac0f13369eaf922bcee3ede576438 Merge tag 'drm-misc-next-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
date:   4 months ago
config: microblaze-randconfig-r002-20200612 (attached as .config)
compiler: microblaze-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 7ebdc26a315ac0f13369eaf922bcee3ede576438
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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 >>, old ones prefixed by <<):

microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0x100d0): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0x1048c): undefined reference to `undo_isolate_page_range'
>> microblaze-linux-ld: (.text+0x104e0): undefined reference to `test_pages_isolated'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-05-25  1:24 ` kbuild test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kbuild test robot @ 2020-05-25  1:24 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   9cb1fd0efd195590b828b9b865421ad345a4a145
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   4 months ago
config: microblaze-randconfig-r026-20200524 (attached as .config)
compiler: microblaze-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 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze 

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

microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0xd6d0): undefined reference to `start_isolate_page_range'
microblaze-linux-ld: (.text+0xd944): undefined reference to `test_pages_isolated'
microblaze-linux-ld: (.text+0xd9fc): undefined reference to `undo_isolate_page_range'

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

^ permalink raw reply	[flat|nested] 30+ messages in thread
* undefined reference to `start_isolate_page_range'
@ 2020-05-16 20:58 ` kbuild test robot
  0 siblings, 0 replies; 30+ messages in thread
From: kbuild test robot @ 2020-05-16 20:58 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-kernel, Christoph Hellwig

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   3d1c1e5931ce45b3a3f309385bbc00c78e9951c6
commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator
date:   3 months ago
config: microblaze-randconfig-r036-20200517 (attached as .config)
compiler: microblaze-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
        git checkout 2602276d3d3811b1a48c48113042cd75fcbfc27d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=microblaze 

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

microblaze-linux-ld: mm/page_alloc.o: in function `alloc_contig_range':
>> (.text+0x9b58): undefined reference to `start_isolate_page_range'
>> microblaze-linux-ld: (.text+0x9c98): undefined reference to `test_pages_isolated'
>> microblaze-linux-ld: (.text+0x9cdc): undefined reference to `undo_isolate_page_range'

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

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

end of thread, other threads:[~2020-11-23 15:21 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21  1:26 undefined reference to `start_isolate_page_range' kernel test robot
2020-11-21  1:26 ` kernel test robot
2020-11-23  1:13 ` Randy Dunlap
2020-11-23  1:13   ` Randy Dunlap
2020-11-23 15:21   ` Michal Simek
2020-11-23 15:21     ` Michal Simek
  -- strict thread matches above, loose matches on Subject: below --
2020-11-14 23:47 kernel test robot
2020-11-14 23:47 ` kernel test robot
2020-10-11  7:53 kernel test robot
2020-10-11  7:53 ` kernel test robot
2020-09-15  8:39 kernel test robot
2020-09-06 16:17 kernel test robot
2020-09-06 16:17 ` kernel test robot
2020-09-07 22:40 ` Randy Dunlap
2020-09-07 22:40   ` Randy Dunlap
2020-09-07 22:45   ` Philip Li
2020-08-17 22:50 kernel test robot
2020-08-17 22:50 ` kernel test robot
2020-07-27  4:49 kernel test robot
2020-07-27  4:49 ` kernel test robot
2020-07-07 13:57 kernel test robot
2020-07-07 13:57 ` kernel test robot
2020-06-24 11:14 kernel test robot
2020-06-24 11:14 ` kernel test robot
2020-06-12  7:51 kernel test robot
2020-06-12  7:51 ` kernel test robot
2020-05-25  1:24 kbuild test robot
2020-05-25  1:24 ` kbuild test robot
2020-05-16 20:58 kbuild test robot
2020-05-16 20:58 ` kbuild test robot

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.