5.18.1 has thousands of similar lines in dmesg with CONFIG_WARN_ALL_UNSEEDED_RANDOM=y

From: Toralf Förster
Date: Mon May 30 2022 - 05:25:04 EST


This deletes the early boot messages in dmesg:

/var/log # head dmesg
[ 3.114274] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114286] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114291] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114297] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114304] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114315] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114323] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114329] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114333] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0
[ 3.114345] random: get_random_u32 called from
allocate_slab+0x144/0x480 with crng_init=0

5.18.0 was fine

--
Toralf