All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
Date: Thu, 03 Jun 2021 01:12:16 +0800	[thread overview]
Message-ID: <202106030127.lKEipCY8-lkp@intel.com> (raw)
In-Reply-To: <20210602105348.13387-6-rppt@kernel.org>

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

Hi Mike,

I love your patch! Yet something to improve:

[auto build test ERROR on c4681547bcce777daf576925a966ffa824edd09d]

url:    https://github.com/0day-ci/linux/commits/Mike-Rapoport/Remove-DISCINTIGMEM-memory-model/20210602-185609
base:   c4681547bcce777daf576925a966ffa824edd09d
config: arm-neponset_defconfig (attached as .config)
compiler: arm-linux-gnueabi-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://github.com/0day-ci/linux/commit/1800f1972bb2ae7c788d1f0f1a8a301cf3f3f86c
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Mike-Rapoport/Remove-DISCINTIGMEM-memory-model/20210602-185609
        git checkout 1800f1972bb2ae7c788d1f0f1a8a301cf3f3f86c
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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

   arch/arm/mm/init.c:97:13: warning: no previous prototype for 'setup_dma_zone' [-Wmissing-prototypes]
      97 | void __init setup_dma_zone(const struct machine_desc *mdesc)
         |             ^~~~~~~~~~~~~~
   arch/arm/mm/init.c: In function 'mem_init':
>> arch/arm/mm/init.c:311:39: error: 'mem_map' undeclared (first use in this function); did you mean 'memunmap'?
     311 |  set_max_mapnr(pfn_to_page(max_pfn) - mem_map);
         |                                       ^~~~~~~
         |                                       memunmap
   arch/arm/mm/init.c:311:39: note: each undeclared identifier is reported only once for each function it appears in


vim +311 arch/arm/mm/init.c

ad3c7b18c5b362 Christoph Hellwig 2019-07-23  310  
b3ba41f28f7fe1 Santosh Shilimkar 2013-11-23 @311  	set_max_mapnr(pfn_to_page(max_pfn) - mem_map);
^1da177e4c3f41 Linus Torvalds    2005-04-16  312  
^1da177e4c3f41 Linus Torvalds    2005-04-16  313  	/* this will put all unused low memory onto the freelists */
c6ffc5ca8fb311 Mike Rapoport     2018-10-30  314  	memblock_free_all();
^1da177e4c3f41 Linus Torvalds    2005-04-16  315  

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

  parent reply	other threads:[~2021-06-02 17:12 UTC|newest]

Thread overview: 165+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02 10:53 [PATCH 0/9] Remove DISCINTIGMEM memory model Mike Rapoport
2021-06-02 10:53 ` Mike Rapoport
2021-06-02 10:53 ` Mike Rapoport
2021-06-02 10:53 ` Mike Rapoport
2021-06-02 10:53 ` Mike Rapoport
2021-06-02 10:53 ` Mike Rapoport
2021-06-02 10:53 ` Mike Rapoport
2021-06-02 10:53 ` Mike Rapoport
2021-06-02 10:53 ` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-09 10:50   ` David Hildenbrand
2021-06-09 10:50     ` David Hildenbrand
2021-06-09 10:50     ` David Hildenbrand
2021-06-09 10:50     ` David Hildenbrand
2021-06-09 10:50     ` David Hildenbrand
2021-06-09 10:50     ` David Hildenbrand
2021-06-09 10:50     ` David Hildenbrand
2021-06-09 10:50     ` David Hildenbrand
2021-06-02 10:53 ` [PATCH 2/9] arc: update comment about HIGHMEM implementation Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-09 10:52   ` David Hildenbrand
2021-06-09 10:52     ` David Hildenbrand
2021-06-09 10:52     ` David Hildenbrand
2021-06-09 10:52     ` David Hildenbrand
2021-06-09 10:52     ` David Hildenbrand
2021-06-09 10:52     ` David Hildenbrand
2021-06-09 10:52     ` David Hildenbrand
2021-06-09 10:52     ` David Hildenbrand
2021-06-02 10:53 ` [PATCH 3/9] arc: remove support for DISCONTIGMEM Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-09 10:53   ` David Hildenbrand
2021-06-09 10:53     ` David Hildenbrand
2021-06-09 10:53     ` David Hildenbrand
2021-06-09 10:53     ` David Hildenbrand
2021-06-09 10:53     ` David Hildenbrand
2021-06-09 10:53     ` David Hildenbrand
2021-06-09 10:53     ` David Hildenbrand
2021-06-09 10:53     ` David Hildenbrand
2021-06-02 10:53 ` [PATCH 4/9] m68k: " Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 11:25   ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 11:25     ` Geert Uytterhoeven
2021-06-02 14:03     ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 14:03       ` Mike Rapoport
2021-06-02 10:53 ` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 15:00   ` kernel test robot
2021-06-02 15:32   ` kernel test robot
2021-06-02 17:12   ` kernel test robot [this message]
2021-06-09 10:55   ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-02 10:53 ` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-09 10:55   ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-09 10:55     ` David Hildenbrand
2021-06-02 10:53 ` [PATCH 7/9] docs: remove description of DISCONTIGMEM Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-09 10:56   ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-02 10:53 ` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-09 10:56   ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-09 10:56     ` David Hildenbrand
2021-06-02 10:53 ` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-02 10:53   ` Mike Rapoport
2021-06-09 10:58   ` David Hildenbrand
2021-06-09 10:58     ` David Hildenbrand
2021-06-09 10:58     ` David Hildenbrand
2021-06-09 10:58     ` David Hildenbrand
2021-06-09 10:58     ` David Hildenbrand
2021-06-09 10:58     ` David Hildenbrand
2021-06-09 10:58     ` David Hildenbrand
2021-06-09 10:58     ` David Hildenbrand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202106030127.lKEipCY8-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.