]> git.itanic.dy.fi Git - linux-stable/commit
random: use random.trust_{bootloader,cpu} command line option only
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 1 Nov 2022 12:03:55 +0000 (13:03 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 18 Nov 2022 01:18:10 +0000 (02:18 +0100)
commitb9b01a5625b5a9e9d96d14d4a813a54e8a124f4b
tree6c6a2cf8117771fc585d5c82786f4ae4b8b0d496
parent622754e84b106a131fbac3f336bb45abf218849b
random: use random.trust_{bootloader,cpu} command line option only

It's very unusual to have both a command line option and a compile time
option, and apparently that's confusing to people. Also, basically
everybody enables the compile time option now, which means people who
want to disable this wind up having to use the command line option to
ensure that anyway. So just reduce the number of moving pieces and nix
the compile time option in favor of the more versatile command line
option.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Documentation/admin-guide/kernel-parameters.txt
arch/powerpc/configs/microwatt_defconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
arch/s390/configs/zfcpdump_defconfig
drivers/char/Kconfig
drivers/char/random.c
tools/testing/selftests/wireguard/qemu/kernel.config