CC: [email protected] TO: Masami Hiramatsu <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git kprobes/kretprobe-stackfix-v8 head: 35564e6682327d83ba3d829fba7ba696a806c620 commit: a0c4119a4d07e9a8b337bbef34dbd7d54cd48274 [2/13] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor() :::::: branch date: 2 days ago :::::: commit date: 3 days ago config: x86_64-randconfig-b001-20210618 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 64720f57bea6a6bf033feef4a5751ab9c0c3b401) 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 # https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git/commit/?id=a0c4119a4d07e9a8b337bbef34dbd7d54cd48274 git remote add mhiramat https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git git fetch --no-tags mhiramat kprobes/kretprobe-stackfix-v8 git checkout a0c4119a4d07e9a8b337bbef34dbd7d54cd48274 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> iwyu warnings: (new ones prefixed by >>) >> lib/error-inject.c:11:1: iwyu: warning: superfluous #include <asm/sections.h> >> lib/error-inject.c:6:1: iwyu: warning: superfluous #include <linux/kprobes.h> vim +11 lib/error-inject.c 540adea3809f61 Masami Hiramatsu 2018-01-13 @6 #include <linux/kprobes.h> 540adea3809f61 Masami Hiramatsu 2018-01-13 7 #include <linux/module.h> 540adea3809f61 Masami Hiramatsu 2018-01-13 8 #include <linux/mutex.h> 540adea3809f61 Masami Hiramatsu 2018-01-13 9 #include <linux/list.h> 540adea3809f61 Masami Hiramatsu 2018-01-13 10 #include <linux/slab.h> a0c4119a4d07e9 Masami Hiramatsu 2021-06-17 @11 #include <asm/sections.h> 540adea3809f61 Masami Hiramatsu 2018-01-13 12 --- 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]
