tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.symlinks head: c3b7acede8f475df5d20473bf37051c9e51b8049 commit: e7ff32cc89396d7314ad847cad7feaaa2cbc63f4 [6/10] [vfs] don't put symlink bodies in pagecache into highmem config: i386-randconfig-b0-11180432 (attached as .config) reproduce: git checkout e7ff32cc89396d7314ad847cad7feaaa2cbc63f4 # save the attached .config to linux build tree make ARCH=i386 All error/warnings (new ones prefixed by >>): In file included from include/linux/backing-dev.h:12:0, from include/linux/coda_psdev.h:4, from fs/coda/cnode.c:10: fs/coda/cnode.c: In function 'coda_fill_inode': >> include/linux/fs.h:3031:2: error: implicit declaration of function 'mapping_set_gfp_mask' [-Werror=implicit-function-declaration] mapping_set_gfp_mask((inode)->i_mapping, GFP_USER) ^ >> fs/coda/cnode.c:38:3: note: in expansion of macro 'inode_nohigh' inode_nohigh(inode); ^ cc1: some warnings being treated as errors vim +/mapping_set_gfp_mask +3031 include/linux/fs.h 3025 } 3026 3027 extern bool path_noexec(const struct path *path); 3028 3029 /* macro to avoid the mess with include dependencies */ 3030 #define inode_nohigh(inode) \ > 3031 mapping_set_gfp_mask((inode)->i_mapping, GFP_USER) 3032 3033 #endif /* _LINUX_FS_H */ --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data