Hi "Stephan, Thank you for the patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on cryptodev/master crypto/master v5.13-rc3 next-20210527] [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/Stephan-M-ller/dev-random-a-new-approach/20210528-001704 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git d99247f9b542533ddbf87a3481a05473b8e48194 config: arm64-allyesconfig (attached as .config) compiler: aarch64-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://github.com/0day-ci/linux/commit/8ddeac2969d2ab3c80335ce9fefd3871098a478e git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Stephan-M-ller/dev-random-a-new-approach/20210528-001704 git checkout 8ddeac2969d2ab3c80335ce9fefd3871098a478e # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/char/lrng/lrng_chacha20.c:32:8: error: structure variable 'chacha20' with 'latent_entropy' attribute has a non-integer field 'block' 32 | struct chacha20_state chacha20 __latent_entropy; | ^~~~~~~~~~~~~~ vim +32 drivers/char/lrng/lrng_chacha20.c 26 27 /* 28 * Have a static memory blocks for the ChaCha20 DRNG instance to avoid calling 29 * kmalloc too early in the boot cycle. For subsequent allocation requests, 30 * such as per-NUMA-node DRNG instances, kmalloc will be used. 31 */ > 32 struct chacha20_state chacha20 __latent_entropy; 33 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org