CC: [email protected]
CC: [email protected]
TO: Michael Kelley <[email protected]>
CC: Wei Liu <[email protected]>
CC: Sunil Muthuswamy <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   8cae8cd89f05f6de223d63e6d15e31c8ba9cf53b
commit: a4d7e8ae4a541557d7a2c815835b786c18c3613c Drivers: hv: Move Hyper-V 
extended capability check to arch neutral code
date:   7 weeks ago
:::::: branch date: 24 hours ago
:::::: commit date: 7 weeks 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/torvalds/linux.git/commit/?id=a4d7e8ae4a541557d7a2c815835b786c18c3613c
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a4d7e8ae4a541557d7a2c815835b786c18c3613c
        # 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/ 
drivers/misc/bcm-vk/

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/hv_common.c:18:1: iwyu: warning: superfluous #include 
>> <asm/hyperv-tlfs.h>
>> drivers/hv/hv_common.c:17:1: iwyu: warning: superfluous #include 
>> <linux/bitfield.h>

vim +18 drivers/hv/hv_common.c

a4d7e8ae4a5415 Michael Kelley 2021-06-02   2  
a4d7e8ae4a5415 Michael Kelley 2021-06-02   3  /*
a4d7e8ae4a5415 Michael Kelley 2021-06-02   4   * Architecture neutral utility 
routines for interacting with
a4d7e8ae4a5415 Michael Kelley 2021-06-02   5   * Hyper-V. This file is 
specifically for code that must be
a4d7e8ae4a5415 Michael Kelley 2021-06-02   6   * built-in to the kernel image 
when CONFIG_HYPERV is set
a4d7e8ae4a5415 Michael Kelley 2021-06-02   7   * (vs. being in a module) 
because it is called from architecture
a4d7e8ae4a5415 Michael Kelley 2021-06-02   8   * specific code under arch/.
a4d7e8ae4a5415 Michael Kelley 2021-06-02   9   *
a4d7e8ae4a5415 Michael Kelley 2021-06-02  10   * Copyright (C) 2021, Microsoft, 
Inc.
a4d7e8ae4a5415 Michael Kelley 2021-06-02  11   *
a4d7e8ae4a5415 Michael Kelley 2021-06-02  12   * Author : Michael Kelley 
<[email protected]>
a4d7e8ae4a5415 Michael Kelley 2021-06-02  13   */
a4d7e8ae4a5415 Michael Kelley 2021-06-02  14  
a4d7e8ae4a5415 Michael Kelley 2021-06-02  15  #include <linux/types.h>
a4d7e8ae4a5415 Michael Kelley 2021-06-02  16  #include <linux/export.h>
a4d7e8ae4a5415 Michael Kelley 2021-06-02 @17  #include <linux/bitfield.h>
a4d7e8ae4a5415 Michael Kelley 2021-06-02 @18  #include <asm/hyperv-tlfs.h>
a4d7e8ae4a5415 Michael Kelley 2021-06-02  19  #include <asm/mshyperv.h>
a4d7e8ae4a5415 Michael Kelley 2021-06-02  20  
a4d7e8ae4a5415 Michael Kelley 2021-06-02  21  

---
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