guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: linux-libre@5.3: Apply upstream entropy fix.


From: guix-commits
Subject: 01/01: gnu: linux-libre@5.3: Apply upstream entropy fix.
Date: Tue, 8 Oct 2019 07:14:50 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 861907f01efb1cae7f260e8cb7b991d5034a486a
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 8 13:14:16 2019 +0200

    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".
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6f7ec1b..e4abead 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]