From: Arne Fitzenreiter Date: Sun, 29 Apr 2018 07:48:29 +0000 (+0200) Subject: kernel: disable crng unseeded use message spamming X-Git-Tag: v2.21-core122~178^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8718a67ec5cf4df03c4c78d84d841d6da436beff;p=ipfire-2.x.git kernel: disable crng unseeded use message spamming there was a bug until 4.14.36 that this message are not printed at all now it work and spam the log at boot. For security it is is a nightmare to use unseeded random but we and the user cannot do anything. This is work for platform maintainers to get the crng working earlier. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.config.i586-ipfire index 3f09846fa0..ef00620cb3 100644 --- a/config/kernel/kernel.config.i586-ipfire +++ b/config/kernel/kernel.config.i586-ipfire @@ -6570,7 +6570,7 @@ CONFIG_SCHED_STACK_END_CHECK=y # CONFIG_LOCK_TORTURE_TEST is not set # CONFIG_WW_MUTEX_SELFTEST is not set CONFIG_STACKTRACE=y -CONFIG_WARN_ALL_UNSEEDED_RANDOM=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_LIST=y diff --git a/config/kernel/kernel.config.i586-ipfire-pae b/config/kernel/kernel.config.i586-ipfire-pae index 34646fa503..c2517d6232 100644 --- a/config/kernel/kernel.config.i586-ipfire-pae +++ b/config/kernel/kernel.config.i586-ipfire-pae @@ -6576,7 +6576,7 @@ CONFIG_SCHED_STACK_END_CHECK=y # CONFIG_LOCK_TORTURE_TEST is not set # CONFIG_WW_MUTEX_SELFTEST is not set CONFIG_STACKTRACE=y -CONFIG_WARN_ALL_UNSEEDED_RANDOM=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_LIST=y diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index d558164530..0d44e843a3 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -6433,7 +6433,7 @@ CONFIG_SCHEDSTATS=y # CONFIG_LOCK_TORTURE_TEST is not set # CONFIG_WW_MUTEX_SELFTEST is not set CONFIG_STACKTRACE=y -CONFIG_WARN_ALL_UNSEEDED_RANDOM=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_LIST=y