diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 13:14:16 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 13:14:16 +0200 |
commit | 861907f01efb1cae7f260e8cb7b991d5034a486a (patch) | |
tree | 0be5471690e26de38e3c8ba20c8a63ce9c094afa /gnu | |
parent | cf3d1763ede1a329c2bc932c84591ab594bb6c96 (diff) | |
download | patches-861907f01efb1cae7f260e8cb7b991d5034a486a.tar patches-861907f01efb1cae7f260e8cb7b991d5034a486a.tar.gz |
gnu: linux-libre@5.3: Apply upstream entropy fix.
See <https://bugs.gnu.org/37501>.
* gnu/packages/linux.scm (linux-libre-5.3-source): Add
"linux-libre-active-entropy.patch".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6f7ec1bb15..e4abeadaa0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -435,7 +435,8 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (define-public linux-libre-5.3-source (source-with-patches linux-libre-5.3-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-5.2-source |