CC: [email protected] TO: [email protected] tree: https://android.googlesource.com/kernel/common android12-5.10 head: 749d6e7f2c9b2955b3ec42e29c190bae69fea421 commit: 25c7eb4932e92641c0b6fdf4cb1493cfad369413 [2/5] ANDROID: mm: shmem: Fix build break with allnoconfig :::::: branch date: 6 hours ago :::::: commit date: 10 hours ago config: x86_64-randconfig-b001-20210709 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8d69635ed9ecf36fd0ca85906bfde17949671cbe) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install x86_64 cross compiling tool for clang build # apt-get install binutils-x86-64-linux-gnu # apt-get install iwyu # include-what-you-use git remote add android-common https://android.googlesource.com/kernel/common git fetch --no-tags android-common android12-5.10 git checkout 25c7eb4932e92641c0b6fdf4cb1493cfad369413 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> iwyu warnings: (new ones prefixed by >>) mm/shmem.c:43:1: iwyu: warning: superfluous #include <asm/tlbflush.h> mm/shmem.c:66:1: iwyu: warning: superfluous #include <linux/backing-dev.h> mm/shmem.c:69:1: iwyu: warning: superfluous #include <linux/blkdev.h> mm/shmem.c:38:1: iwyu: warning: superfluous #include <linux/hugetlb.h> mm/shmem.c:77:1: iwyu: warning: superfluous #include <linux/namei.h> mm/shmem.c:62:1: iwyu: warning: superfluous #include <linux/posix_acl_xattr.h> mm/shmem.c:32:1: iwyu: warning: superfluous #include <linux/random.h> mm/shmem.c:87:1: iwyu: warning: superfluous #include <linux/rmap.h> mm/shmem.c:73:1: iwyu: warning: superfluous #include <linux/splice.h> mm/shmem.c:83:1: iwyu: warning: superfluous #include <linux/syscalls.h> mm/shmem.c:26:1: iwyu: warning: superfluous #include <linux/vfs.h> mm/shmem.c:85:1: iwyu: warning: superfluous #include <uapi/linux/memfd.h> >> mm/shmem.c:92:1: iwyu: warning: superfluous #include "internal.h" vim +92 mm/shmem.c ^1da177e4c3f41 Linus Torvalds 2005-04-16 91 dd56b046426760 Mel Gorman 2015-11-06 @92 #include "internal.h" dd56b046426760 Mel Gorman 2015-11-06 93 :::::: The code at line 92 was first introduced by commit :::::: dd56b046426760aa0c852ad6e4b6b07891222d65 mm: page_alloc: hide some GFP internals and document the bits and flag combinations :::::: TO: Mel Gorman <[email protected]> :::::: CC: Linus Torvalds <[email protected]> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
