mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user