tree: https://git.kernel.org/pub/scm/linux/kernel/git/mel/linux.git mm-vmscan-node-lru-follow-up-v2r1 head: d5502746ab169a810a4adc0ec760117790e477df commit: 516dfd6c8353f33af29b54a4251f9130cd8b78ca [107/363] mm: change the interface for __tlb_remove_page() config: ia64-generic_defconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 4.9.0 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 516dfd6c8353f33af29b54a4251f9130cd8b78ca # save the attached .config to linux build tree make.cross ARCH=ia64 Note: the mel/mm-vmscan-node-lru-follow-up-v2r1 HEAD d5502746ab169a810a4adc0ec760117790e477df builds fine. It only hurts bisectibility. All errors (new ones prefixed by >>): mm/memory.c: In function 'zap_pte_range': >> mm/memory.c:1210:4: error: implicit declaration of function '__tlb_adjust_range' [-Werror=implicit-function-declaration] __tlb_adjust_range(tlb, tlb->addr); ^ >> mm/memory.c:1210:31: error: 'struct mmu_gather' has no member named 'addr' __tlb_adjust_range(tlb, tlb->addr); ^ cc1: some warnings being treated as errors vim +/__tlb_adjust_range +1210 mm/memory.c 1204 */ 1205 if (force_flush) { 1206 force_flush = 0; 1207 tlb_flush_mmu_free(tlb); 1208 if (pending_page) { 1209 /* remove the page with new size */ > 1210 __tlb_adjust_range(tlb, tlb->addr); 1211 __tlb_remove_page(tlb, pending_page); 1212 pending_page = NULL; 1213 } --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data