Hi Srujana, I love your patch! Yet something to improve: [auto build test ERROR on cryptodev/master] [also build test ERROR on crypto/master sparc-next/master linus/master v5.8-rc6 next-20200724] [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/Srujana-Challa/Add-Support-for-Marvell-OcteonTX2-Cryptographic/20200724-211100 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master config: x86_64-allyesconfig (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 1d09ecf36175f7910ffedd6d497c07b5c74c22fb) 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 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c:5: In file included from drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.h:8: In file included from drivers/crypto/marvell/octeontx2/otx2_cptpf.h:8: In file included from drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.h:12: >> drivers/crypto/marvell/octeontx2/otx2_cpt_common.h:14:10: fatal error: 'rvu.h' file not found #include "rvu.h" ^~~~~~~ 1 error generated. -- In file included from drivers/crypto/marvell/octeontx2/otx2_cptvf_reqmgr.c:4: >> drivers/crypto/marvell/octeontx2/otx2_cptvf.h:8:10: fatal error: 'mbox.h' file not found #include "mbox.h" ^~~~~~~~ 1 error generated. vim +14 drivers/crypto/marvell/octeontx2/otx2_cpt_common.h 9b59f386596e8e1 Srujana Challa 2020-07-24 7 9b59f386596e8e1 Srujana Challa 2020-07-24 8 #include 9b59f386596e8e1 Srujana Challa 2020-07-24 9 #include 9b59f386596e8e1 Srujana Challa 2020-07-24 10 #include 9b59f386596e8e1 Srujana Challa 2020-07-24 11 #include 9b59f386596e8e1 Srujana Challa 2020-07-24 12 #include 9b59f386596e8e1 Srujana Challa 2020-07-24 13 #include "otx2_cpt_hw_types.h" 9b59f386596e8e1 Srujana Challa 2020-07-24 @14 #include "rvu.h" 9b59f386596e8e1 Srujana Challa 2020-07-24 15 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org