Hi Matthew, [auto build test ERROR on v4.5-rc1] [also build test ERROR on next-20160125] [cannot apply to xfs/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Matthew-Wilcox/mm-fs-dax-Change-pmd_fault-to-huge_fault/20160127-121155 config: openrisc-or1ksim_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 # save the attached .config to linux build tree make.cross ARCH=openrisc All error/warnings (new ones prefixed by >>): mm/memory.c: In function 'create_huge_pmd': >> mm/memory.c:3254:3: error: unknown field 'pmd' specified in initializer >> mm/memory.c:3254:3: warning: initialization makes integer from pointer without a cast mm/memory.c: In function 'wp_huge_pmd': mm/memory.c:3271:3: error: unknown field 'pmd' specified in initializer mm/memory.c:3271:3: warning: initialization makes integer from pointer without a cast vim +/pmd +3254 mm/memory.c 3248 static int create_huge_pmd(struct mm_struct *mm, struct vm_area_struct *vma, 3249 unsigned long address, pmd_t *pmd, unsigned int flags) 3250 { 3251 struct vm_fault vmf = { 3252 .virtual_address = (void __user *)address, 3253 .flags = flags | FAULT_FLAG_SIZE_PMD, > 3254 .pmd = pmd, 3255 }; 3256 3257 if (vma_is_anonymous(vma)) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data