tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: ed5d0667a6540293c9485dd95babb5f1e241226a commit: fad4161b5cd01a24202234976ebbb133f7adc0b5 [1428/6331] cifsd: decoding gss token using lib/asn1_decoder.c config: m68k-allmodconfig (attached as .config) compiler: m68k-linux-gcc (GCC) 9.3.0 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 # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=fad4161b5cd01a24202234976ebbb133f7adc0b5 git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout fad4161b5cd01a24202234976ebbb133f7adc0b5 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory 21 | #include "spnego_negtokeninit.asn1.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +21 fs/cifsd/asn1.c 17 18 #include "asn1.h" 19 #include "connection.h" 20 #include "auth.h" > 21 #include "spnego_negtokeninit.asn1.h" 22 #include "spnego_negtokentarg.asn1.h" 23 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip