CC: [email protected]
CC: [email protected]
TO: Thomas Gleixner <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git 
linux-5.13.y-rt-testing
head:   ef625e4b904469d3c5d6962b36abaed37f49db62
commit: 3ca5dbf1d1029d2379bf1cf2fd7cc1fb711e60b3 [191/232] random: Make it work 
on rt
:::::: branch date: 2 days ago
:::::: commit date: 11 days ago
config: x86_64-randconfig-b001-20210719 (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/rt/linux-rt-devel.git/commit/?id=3ca5dbf1d1029d2379bf1cf2fd7cc1fb711e60b3
        git remote add linux-rt-devel 
https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git
        git fetch --no-tags linux-rt-devel linux-5.13.y-rt-testing
        git checkout 3ca5dbf1d1029d2379bf1cf2fd7cc1fb711e60b3
        # 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/hv/

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/hv/vmbus_drv.c:22:1: iwyu: warning: superfluous #include 
<linux/clockchips.h>
>> drivers/hv/vmbus_drv.c:25:1: iwyu: warning: superfluous #include 
>> <linux/irq.h>
   drivers/hv/vmbus_drv.c:21:1: iwyu: warning: superfluous #include 
<linux/kernel_stat.h>
   drivers/hv/vmbus_drv.c:24:1: iwyu: warning: superfluous #include 
<linux/sched/task_stack.h>

vim +25 drivers/hv/vmbus_drv.c

0a46618d58c90f9 drivers/staging/hv/vmbus_drv.c Hank Janssen       2011-03-29  
11  
3e7ee4902fe6996 drivers/staging/hv/vmbus_drv.c Hank Janssen       2009-07-13  
12  #include <linux/init.h>
3e7ee4902fe6996 drivers/staging/hv/vmbus_drv.c Hank Janssen       2009-07-13  
13  #include <linux/module.h>
3e7ee4902fe6996 drivers/staging/hv/vmbus_drv.c Hank Janssen       2009-07-13  
14  #include <linux/device.h>
3e7ee4902fe6996 drivers/staging/hv/vmbus_drv.c Hank Janssen       2009-07-13  
15  #include <linux/interrupt.h>
3e7ee4902fe6996 drivers/staging/hv/vmbus_drv.c Hank Janssen       2009-07-13  
16  #include <linux/sysctl.h>
5a0e3ad6af8660b drivers/staging/hv/vmbus_drv.c Tejun Heo          2010-03-24  
17  #include <linux/slab.h>
b0069f43fc6bc9c drivers/staging/hv/vmbus_drv.c K. Y. Srinivasan   2011-04-29  
18  #include <linux/acpi.h>
8b5d6d3bd3e34e4 drivers/staging/hv/vmbus_drv.c Haiyang Zhang      2010-05-28  
19  #include <linux/completion.h>
46a971913611a23 drivers/hv/vmbus_drv.c         Greg Kroah-Hartman 2011-10-04  
20  #include <linux/hyperv.h>
b0209501dc7586c drivers/hv/vmbus_drv.c         K. Y. Srinivasan   2012-12-01  
21  #include <linux/kernel_stat.h>
4061ed9e2aaac31 drivers/hv/vmbus_drv.c         K. Y. Srinivasan   2015-01-09  
22  #include <linux/clockchips.h>
e513229b4c386e6 drivers/hv/vmbus_drv.c         Vitaly Kuznetsov   2015-02-27  
23  #include <linux/cpu.h>
68db0cf10678630 drivers/hv/vmbus_drv.c         Ingo Molnar        2017-02-08  
24  #include <linux/sched/task_stack.h>
3ca5dbf1d1029d2 drivers/hv/vmbus_drv.c         Thomas Gleixner    2012-08-21 
@25  #include <linux/irq.h>
68db0cf10678630 drivers/hv/vmbus_drv.c         Ingo Molnar        2017-02-08  
26  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to