Messages in this thread |  | | Date | Sat, 20 Jan 2024 01:04:43 +0800 | | From | kernel test robot <> | | Subject | Re: [PATCH 3/3] crypto: Zhaoxin: Hardware Engine Driver for SHA1/256/384/512 |
| |
Hi Tony,
kernel test robot noticed the following build errors:
[auto build test ERROR on herbert-cryptodev-2.6/master] [also build test ERROR on tip/x86/core linus/master v6.7 next-20240119] [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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Tony-W-Wang-oc/crypto-padlock-sha-Matches-CPU-with-Family-with-6-explicitly/20240116-144827 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master patch link: https://lore.kernel.org/r/20240116063549.3016-4-TonyWWang-oc%40zhaoxin.com patch subject: [PATCH 3/3] crypto: Zhaoxin: Hardware Engine Driver for SHA1/256/384/512 config: loongarch-allyesconfig (https://download.01.org/0day-ci/archive/20240120/202401200020.g4KDJOTm-lkp@intel.com/config) compiler: loongarch64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240120/202401200020.g4KDJOTm-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202401200020.g4KDJOTm-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/crypto/zhaoxin-sha.c:20:10: fatal error: asm/cpu_device_id.h: No such file or directory 20 | #include <asm/cpu_device_id.h> | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated.
vim +20 drivers/crypto/zhaoxin-sha.c
> 20 #include <asm/cpu_device_id.h> 21 #include <asm/fpu/api.h> 22 #include "zhaoxin-sha.h" 23
-- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
|  |