kbuild test robot <fengguang.wu@xxxxxxxxx> writes: > tree: git://git.cmpxchg.org/linux-mmotm.git master > head: 7207a315977b07013f25ae9a3c1f8168facb6343 > commit: 208a47487f7214b16bef56aac912d26b60a43f9a [122/249] mm: update generic gup implementation to handle hugepage directory > config: arm-omap2plus_defconfig (attached as .config) > 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 208a47487f7214b16bef56aac912d26b60a43f9a > # save the attached .config to linux build tree > make.cross ARCH=arm > > All warnings: > > In file included from include/linux/mm.h:52:0, > from mm/gup.c:7: >>> arch/arm/include/asm/pgtable.h:184:0: warning: "pgd_huge" redefined > #define pgd_huge(pgd) (0) > ^ > In file included from mm/gup.c:6:0: > include/linux/hugetlb.h:183:0: note: this is the location of the previous definition > #define pgd_huge(x) 0 > ^ > In file included from include/linux/mm.h:52:0, > from mm/gup.c:7: >>> arch/arm/include/asm/pgtable.h:184:0: warning: "pgd_huge" redefined > #define pgd_huge(pgd) (0) > ^ > In file included from mm/gup.c:6:0: > include/linux/hugetlb.h:183:0: note: this is the location of the previous definition > #define pgd_huge(x) 0 > ^ > Should be fixed by. http://mid.gmane.org/1414570785-18966-1-git-send-email-aneesh.kumar@xxxxxxxxxxxxxxxxxx IIUC the changes are going via powerpc tree. So not sure how it gets updated. -aneesh -- 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>