On Fri, 23 Feb 2018 02:36:12 +0800 kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: git://git.cmpxchg.org/linux-mmotm.git master > head: 745388a34645dd2b69f5e7115ad47fea7a218726 > commit: cb9cc5caafb2b2ad1db9742432754913d36f9cec [42/152] mm: initialize pages on demand during boot > config: x86_64-randconfig-a0-02221139 (attached as .config) > compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 > reproduce: > git checkout cb9cc5caafb2b2ad1db9742432754913d36f9cec > # save the attached .config to linux build tree > make ARCH=x86_64 > > Note: the mmotm/master HEAD 745388a34645dd2b69f5e7115ad47fea7a218726 builds fine. > It only hurts bisectibility. > > All errors (new ones prefixed by >>): > > mm/page_alloc.c: In function 'deferred_grow_zone': > >> mm/page_alloc.c:1602:18: error: 'struct zone' has no member named 'node'; did you mean 'name'? > int nid = zone->node; > ^~~~ > name THis is fixed in the following patch, mm-initialize-pages-on-demand-during-boot-fix-3.patch -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>