CC: [email protected] CC: [email protected] TO: Daniel Bristot de Oliveira <[email protected]> CC: "Steven Rostedt (VMware)" <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 2734d6c1b1a089fb593ef6a23d4b70903526fe0c commit: bce29ac9ce0bb0b0b146b687ab978378c21e9078 trace: Add osnoise tracer date: 3 weeks ago :::::: branch date: 2 days ago :::::: commit date: 3 weeks ago config: x86_64-randconfig-b001-20210715 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 0e49c54a8cbd3e779e5526a5888c683c01cc3c50) 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/torvalds/linux.git/commit/?id=bce29ac9ce0bb0b0b146b687ab978378c21e9078 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout bce29ac9ce0bb0b0b146b687ab978378c21e9078 # 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 kernel/trace/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> iwyu warnings: (new ones prefixed by >>) >> kernel/trace/trace_osnoise.c:28:1: iwyu: warning: superfluous #include >> <asm/trace/irq_vectors.h> >> kernel/trace/trace_osnoise.c:23:1: iwyu: warning: superfluous #include >> <linux/sched/clock.h> >> kernel/trace/trace_osnoise.c:37:1: iwyu: warning: superfluous #include >> <trace/events/osnoise.h> vim +28 kernel/trace/trace_osnoise.c bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 @23 #include <linux/sched/clock.h> bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 24 #include <linux/sched.h> bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 25 #include "trace.h" bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 26 bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 27 #ifdef CONFIG_X86_LOCAL_APIC bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 @28 #include <asm/trace/irq_vectors.h> bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 29 #undef TRACE_INCLUDE_PATH bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 30 #undef TRACE_INCLUDE_FILE bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 31 #endif /* CONFIG_X86_LOCAL_APIC */ bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 32 bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 33 #include <trace/events/irq.h> bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 34 #include <trace/events/sched.h> bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 35 bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 36 #define CREATE_TRACE_POINTS bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 @37 #include <trace/events/osnoise.h> bce29ac9ce0bb0 Daniel Bristot de Oliveira 2021-06-22 38 --- 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]
