CC: [email protected] CC: [email protected] TO: Andrew Jeffery <[email protected]> CC: Corey Minyard <[email protected]> CC: Zev Weiss <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 2734d6c1b1a089fb593ef6a23d4b70903526fe0c commit: 3a3d2f6a4c64b9e709edc13b685ce46c8629060e ipmi: kcs_bmc: Add serio adaptor date: 4 weeks ago :::::: branch date: 30 hours ago :::::: commit date: 4 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=3a3d2f6a4c64b9e709edc13b685ce46c8629060e git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 3a3d2f6a4c64b9e709edc13b685ce46c8629060e # 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 drivers/acpi/ drivers/char/ipmi/ drivers/iommu/ 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 >>) >> drivers/char/ipmi/kcs_bmc_serio.c:4:1: iwyu: warning: superfluous #include >> <linux/delay.h> drivers/char/ipmi/kcs_bmc_serio.c:6:1: iwyu: warning: superfluous #include <linux/errno.h> >> drivers/char/ipmi/kcs_bmc_serio.c:9:1: iwyu: warning: superfluous #include >> <linux/sched/signal.h> vim +4 drivers/char/ipmi/kcs_bmc_serio.c 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 3 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 @4 #include <linux/delay.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 5 #include <linux/device.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 6 #include <linux/errno.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 7 #include <linux/list.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 8 #include <linux/module.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 @9 #include <linux/sched/signal.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 10 #include <linux/serio.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 11 #include <linux/slab.h> 3a3d2f6a4c64b9 Andrew Jeffery 2021-06-08 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]
