tree: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git build-test head: af804762904837213c7df837e1999641b0a988ea commit: af804762904837213c7df837e1999641b0a988ea [31/31] kbuild: remove 'addtree' and 'flags' magic for header search paths config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 8.2.0-11) 8.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout af804762904837213c7df837e1999641b0a988ea # save the attached .config to linux build tree GCC_VERSION=8.2.0 make.cross ARCH=arm All errors (new ones prefixed by >>): >> drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c:27:10: fatal error: vfio_platform_private.h: No such file or directory #include "vfio_platform_private.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/vfio/platform/reset/vfio_platform_amdxgbe.c:28:10: fatal error: vfio_platform_private.h: No such file or directory #include "vfio_platform_private.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c:26:10: fatal error: vfio_platform_private.h: No such file or directory #include "vfio_platform_private.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +27 drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c 713cc334 Eric Auger 2015-06-15 26 713cc334 Eric Auger 2015-06-15 @27 #include "vfio_platform_private.h" 713cc334 Eric Auger 2015-06-15 28 :::::: The code at line 27 was first introduced by commit :::::: 713cc334a6cc20dd1740933bf49d804b081bbca0 VFIO: platform: Calxeda xgmac reset module :::::: TO: Eric Auger <eric.auger@xxxxxxxxxx> :::::: CC: Alex Williamson <alex.williamson@xxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip