gnu: linux-libre: Try to aggressively gather entropy during boot.

Fixes <https://bugs.gnu.org/37501>.

* gnu/packages/patches/linux-libre-active-entropy.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre-5.2-source): Use it.
This commit is contained in:
Marius Bakke 2019-10-03 22:22:08 +02:00
parent 5157edd885
commit dd69897113
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 89 additions and 1 deletions

View file

@ -420,7 +420,8 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(define-public linux-libre-5.2-source
(source-with-patches linux-libre-5.2-pristine-source
(list %boot-logo-patch
(list (search-patch "linux-libre-active-entropy.patch")
%boot-logo-patch
%linux-libre-arm-export-__sync_icache_dcache-patch)))
(define-public linux-libre-4.19-source