CC: [email protected] CC: [email protected] TO: Michael Kelley <[email protected]> CC: Wei Liu <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git hyperv-next head: 5f92b45c3b67e3d222caf10e2eb898af31756b67 commit: 9d7cf2c9675838c12cd5cf5a4ebe2ba41bd78a44 [4/6] Drivers: hv: Add arch independent default functions for some Hyper-V handlers :::::: branch date: 3 days ago :::::: commit date: 4 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/hyperv/linux.git/commit/?id=9d7cf2c9675838c12cd5cf5a4ebe2ba41bd78a44 git remote add hyperv-linux https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git git fetch --no-tags hyperv-linux hyperv-next git checkout 9d7cf2c9675838c12cd5cf5a4ebe2ba41bd78a44 # 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/ lib/ 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:17:1: iwyu: warning: superfluous #include <linux/bitfield.h> >> drivers/hv/hv_common.c:19:1: iwyu: warning: superfluous #include >> <linux/ptrace.h> vim +19 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> afca4d95dd7d79 Michael Kelley 2021-07-14 18 #include <linux/cpumask.h> 9d7cf2c9675838 Michael Kelley 2021-07-14 @19 #include <linux/ptrace.h> afca4d95dd7d79 Michael Kelley 2021-07-14 20 #include <linux/slab.h> a4d7e8ae4a5415 Michael Kelley 2021-06-02 21 #include <asm/hyperv-tlfs.h> a4d7e8ae4a5415 Michael Kelley 2021-06-02 22 #include <asm/mshyperv.h> a4d7e8ae4a5415 Michael Kelley 2021-06-02 23 --- 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]
