Hi Hyunchul, Thank you for the patch! Yet something to improve: [auto build test ERROR on cifs/for-next] [also build test ERROR on linux/master linus/master v5.13-rc2 next-20210521] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Hyunchul-Lee/cifs-decoding-negTokenInit-with-generic-ASN1-decoder/20210522-232614 base: git://git.samba.org/sfrench/cifs-2.6.git for-next config: um-allmodconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://github.com/0day-ci/linux/commit/e1097df7e174530fece6a8afc49d61d34b904869 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Hyunchul-Lee/cifs-decoding-negTokenInit-with-generic-ASN1-decoder/20210522-232614 git checkout e1097df7e174530fece6a8afc49d61d34b904869 # save the attached .config to linux build tree make W=1 ARCH=um If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> fs/cifs/asn1.c:8:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory 8 | #include "spnego_negtokeninit.asn1.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +8 fs/cifs/asn1.c 2 3 #include 4 #include 5 #include 6 #include "cifsglob.h" 7 #include "cifs_debug.h" > 8 #include "spnego_negtokeninit.asn1.h" 9 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org