Re: [PATCH 1/2] crypto: intel-fcs: crypto service driver for Intel SoCFPGA family

From: kernel test robot
Date: Thu Sep 15 2022 - 06:12:01 EST


Hi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on herbert-cryptodev-2.6/master]
[also build test ERROR on herbert-crypto-2.6/master arm64/for-next/core linus/master v6.0-rc5 next-20220914]
[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/wen-ping-teh-intel-com/crypto-intel-fcs-Add-crypto-service-driver-for-Intel-SoCFPGA/20220914-224700
base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20220915/202209151738.j2RLe6VA-lkp@xxxxxxxxx/config)
compiler: gcc-11 (Debian 11.3.0-5) 11.3.0
reproduce (this is a W=1 build):
# https://github.com/intel-lab-lkp/linux/commit/4cdd20e357a4c52a9479852d5464147100813280
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review wen-ping-teh-intel-com/crypto-intel-fcs-Add-crypto-service-driver-for-Intel-SoCFPGA/20220914-224700
git checkout 4cdd20e357a4c52a9479852d5464147100813280
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@xxxxxxxxx>

All errors (new ones prefixed by >>):

In file included from <command-line>:
>> ./usr/include/linux/intel_fcs-ioctl.h:40:9: error: unknown type name 'uint32_t'
40 | uint32_t test_bit:1;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:41:9: error: unknown type name 'uint32_t'
41 | uint32_t rsvd:31;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:56:9: error: unknown type name 'uint32_t'
56 | uint32_t size;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:66:9: error: unknown type name 'uint32_t'
66 | uint32_t size;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:79:9: error: unknown type name 'uint32_t'
79 | uint32_t size;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:80:9: error: unknown type name 'uint32_t'
80 | uint32_t c_status;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:92:9: error: unknown type name 'uint32_t'
92 | uint32_t src_size;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:94:9: error: unknown type name 'uint32_t'
94 | uint32_t dst_size;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:106:9: error: unknown type name 'uint32_t'
106 | uint32_t src_size;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:108:9: error: unknown type name 'uint32_t'
108 | uint32_t dst_size;
| ^~~~~~~~
./usr/include/linux/intel_fcs-ioctl.h:116:9: error: unknown type name 'uint32_t'
116 | uint32_t rndm[8];
| ^~~~~~~~

--
0-DAY CI Kernel Test Service
https://01.org/lkp