1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/generic
Shiji Yang a53d175865 generic: crypto: fix jitterentropy initialization failed issue
Sync jitterentropy source code with linux-6.12 to solve the
issue of jitterentropy initialization failed:

[ 9.523489] jitterentropy: Initialization failed with host not compliant with requirements: 9
[ 9.661916] kmodloader: 1 module could not be probed
[ 9.662377] kmodloader: - jitterentropy_rng - 0

In linux upstream commit cf27d9475f37 ("crypto: jitter - use
permanent health test storage"), when FIPS crypto is disabled,
the health test results are always explicitly skipped. That means
it will never return error code 9 (health test failed) again.

Fixes: https://github.com/openwrt/openwrt/issues/16684
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18399
(cherry picked from commit eec11fbbb6)
Link: https://github.com/openwrt/openwrt/pull/18822
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-18 09:59:53 +02:00
..
backport-6.6 generic: crypto: fix jitterentropy initialization failed issue 2025-05-18 09:59:53 +02:00
files kernel: nmbm: add mediatek,bmt-mtd-overridden-oobsize property 2025-02-09 23:19:11 +01:00
hack-6.6 kernel: fix warning on retrying page pool release 2025-05-15 15:43:58 +02:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-6.6 kernel: bump 6.6 to 6.6.89 2025-05-07 20:53:17 +02:00
config-6.6 generic: globally enable CONFIG_PCPU_DEV_REFCNT 2025-03-19 09:24:43 +01:00
config-filter kernel: filter out compiler opts from config 2024-11-28 18:47:54 +00:00
PATCHES