]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - lfs/linux
kernel: backport "random: try to actively add entropy"
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 1 May 2020 08:33:02 +0000 (10:33 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 3 Jun 2020 08:03:01 +0000 (08:03 +0000)
commitb923dd3de0acbf415cee193191250347b733fab8
tree9a214283cde955e720eaee4b45eec056dcffe11f
parent5b0c35e092adf328d0692d8466aac3ba27c524b7
kernel: backport "random: try to actively add entropy"

this backports https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/char/random.c?id=50ee7529ec4500c88f8664560770a7a1b65db72b
to gather enough entropy for initialise the crng faster.
Of some machines like the APU it will need forever if
the machine only wait for entropy without doing anything else.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux
src/patches/linux/linux-4.14.x-add_timer_setup_on_stack.patch [new file with mode: 0644]
src/patches/linux/linux-random_try_to_actively_add_entropy.patch [new file with mode: 0644]