tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.0 head: f083b6658742d4d00d585fa5d608a5f56ebcaa32 commit: ad1afcdf30608bd5148c54893257cc2ef1655c4b [2128/3930] drm/amd/autoconf: generate config.h for in-tree build config: x86_64-randconfig-a001-201940 (attached as .config) compiler: gcc-4.9 (Debian 4.9.2-10+deb8u1) 4.9.2 reproduce: git checkout ad1afcdf30608bd5148c54893257cc2ef1655c4b # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): In file included from <command-line>:0:0: >> include/linux/compiler_types.h:218:1: fatal error: dkms/config/config.h: No such file or directory #endif /* __LINUX_COMPILER_TYPES_H */ ^ compilation terminated. vim +218 include/linux/compiler_types.h 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 210 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 211 #define __diag_ignore(compiler, version, option, comment) \ 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 212 __diag_ ## compiler(version, ignore, option) 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 213 #define __diag_warn(compiler, version, option, comment) \ 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 214 __diag_ ## compiler(version, warn, option) 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 215 #define __diag_error(compiler, version, option, comment) \ 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 216 __diag_ ## compiler(version, error, option) 8793bb7f4a9dd1 Arnd Bergmann 2018-06-19 217 d15155824c5014 Will Deacon 2017-10-24 @218 #endif /* __LINUX_COMPILER_TYPES_H */ :::::: The code at line 218 was first introduced by commit :::::: d15155824c5014803d91b829736d249c500bdda6 linux/compiler.h: Split into compiler.h and compiler_types.h :::::: TO: Will Deacon <will.deacon@xxxxxxx> :::::: CC: Ingo Molnar <mingo@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
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel