CC: [email protected] CC: [email protected] TO: "Mark-PK Tsai" <[email protected]> CC: Marc Zyngier <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 2734d6c1b1a089fb593ef6a23d4b70903526fe0c commit: ea4aeaa5c88906eb3ca3d7d3d17a45605d2dd0de irqchip/irq-mst: Support polarity configuration date: 3 months ago :::::: branch date: 2 days ago :::::: commit date: 3 months ago config: x86_64-randconfig-b001-20210718 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 5d5b08761f944d5b9822d582378333cc4b36a0a7) 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=ea4aeaa5c88906eb3ca3d7d3d17a45605d2dd0de git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout ea4aeaa5c88906eb3ca3d7d3d17a45605d2dd0de # 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/iio/accel/ drivers/iio/adc/ drivers/iio/imu/ drivers/irqchip/ drivers/media/cec/core/ drivers/power/supply/ drivers/spi/ net/ipv4/ 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/irqchip/irq-mst-intc.c:6:1: iwyu: warning: superfluous #include <linux/interrupt.h> drivers/irqchip/irq-mst-intc.c:7:1: iwyu: warning: superfluous #include <linux/io.h> drivers/irqchip/irq-mst-intc.c:13:1: iwyu: warning: superfluous #include <linux/of_irq.h> >> drivers/irqchip/irq-mst-intc.c:16:1: iwyu: warning: superfluous #include >> <linux/syscore_ops.h> vim +16 drivers/irqchip/irq-mst-intc.c ad4c938c92af91 Mark-PK Tsai 2020-09-02 @6 #include <linux/interrupt.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 7 #include <linux/io.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 8 #include <linux/irq.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 9 #include <linux/irqchip.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 10 #include <linux/irqdomain.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 11 #include <linux/of.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 12 #include <linux/of_address.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 13 #include <linux/of_irq.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 14 #include <linux/slab.h> ad4c938c92af91 Mark-PK Tsai 2020-09-02 15 #include <linux/spinlock.h> ea4aeaa5c88906 Mark-PK Tsai 2021-03-15 @16 #include <linux/syscore_ops.h> ea4aeaa5c88906 Mark-PK Tsai 2021-03-15 17 --- 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]
