[ebiggers:wip-rng 5/5] drivers/crypto/gemini/sl3516-ce-core.c:11:10: fatal error: 'crypto/internal/rng.h' file not found
kernel test robot <[email protected]> Sun, 26 Jul 2026 12:36:19 +0800
| Newsgroups | dev.linux.lists.llvm,dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
tree: https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git wip-rng head: b3d559623a0829567d9f40d2d71da0e63ba7f549 commit: b3d559623a0829567d9f40d2d71da0e63ba7f549 [5/5] crypto: rng - Remove crypto_rng config: sparc64-randconfig-002-20260726 (https://download.01.org/0day-ci/archive/20260726/[email protected]/config) compiler: clang version 24.0.0git (https://github.com/llvm/llvm-project 890b11e09e45e9d8b29f2f94f22052be3934e757) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260726/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): >> drivers/crypto/gemini/sl3516-ce-core.c:11:10: fatal error: 'crypto/internal/rng.h' file not found 11 | #include <crypto/internal/rng.h> | ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +11 drivers/crypto/gemini/sl3516-ce-core.c 67b7702c5b03b8 Herbert Xu 2023-08-13 @11 #include <crypto/internal/rng.h> 67b7702c5b03b8 Herbert Xu 2023-08-13 12 #include <crypto/internal/skcipher.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 13 #include <linux/clk.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 14 #include <linux/debugfs.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 15 #include <linux/dev_printk.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 16 #include <linux/dma-mapping.h> 67b7702c5b03b8 Herbert Xu 2023-08-13 17 #include <linux/err.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 18 #include <linux/interrupt.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 19 #include <linux/io.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 20 #include <linux/irq.h> 67b7702c5b03b8 Herbert Xu 2023-08-13 21 #include <linux/kernel.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 22 #include <linux/module.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 23 #include <linux/of.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 24 #include <linux/platform_device.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 25 #include <linux/pm_runtime.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 26 #include <linux/reset.h> 46c5338db7bd45 Corentin Labbe 2021-06-01 27 :::::: The code at line 11 was first introduced by commit :::::: 67b7702c5b03b89ca196c5bd137407509b397049 crypto: sl3516 - Use new crypto_engine_op interface :::::: TO: Herbert Xu <[email protected]> :::::: CC: Herbert Xu <[email protected]> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki