linux-mainline/arch
Jason A. Donenfeld b9b01a5625 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>
2022-11-18 02:18:10 +01:00
..
alpha
arc
arm stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
arm64 stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
csky stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
hexagon
ia64
loongarch treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
m68k
microblaze
mips stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
nios2
openrisc
parisc treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
powerpc random: use random.trust_{bootloader,cpu} command line option only 2022-11-18 02:18:10 +01:00
riscv stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
s390 random: use random.trust_{bootloader,cpu} command line option only 2022-11-18 02:18:10 +01:00
sh stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
sparc treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
um treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
x86 stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
xtensa stackprotector: actually use get_random_canary() 2022-11-18 02:18:10 +01:00
.gitignore
Kconfig