diff mbox series

[bug#43931] gnu: Update linux-libre-with-bpf to kernel 5.8.

Message ID 87ft6kof82.fsf@asu.edu
State Accepted
Headers show
Series [bug#43931] gnu: Update linux-libre-with-bpf to kernel 5.8. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

John Soo Oct. 11, 2020, 5:16 p.m. UTC
Hi Guix,

With the update to 5.8 as current, I updated the kernel with bpf to the
current.

Thanks!

John

Comments

Ludovic Courtès Oct. 23, 2020, 1:15 p.m. UTC | #1
Hi,

John Soo <jsoo1@asu.edu> skribis:

>>From 8de5a7cec739e64ed2e651209dd010dcbc3ffed0 Mon Sep 17 00:00:00 2001
> From: John Soo <jsoo1@asu.edu>
> Date: Sun, 20 Sep 2020 14:42:04 -0700
> Subject: [PATCH] gnu: Update linux-libre-with-bpf to kernel 5.8.
>
> * gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel.

Applied, thanks!

Ludo’.
diff mbox series

Patch

From 8de5a7cec739e64ed2e651209dd010dcbc3ffed0 Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Sun, 20 Sep 2020 14:42:04 -0700
Subject: [PATCH] gnu: Update linux-libre-with-bpf to kernel 5.8.

* gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6cdd69b4da..b0a09916d9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1001,8 +1001,8 @@  It has been modified to remove all non-free binary blobs.")
 (define-public linux-libre-with-bpf
   (let ((base-linux-libre
          (make-linux-libre*
-          linux-libre-5.4-version
-          linux-libre-5.4-source
+          linux-libre-5.8-version
+          linux-libre-5.8-source
           '("x86_64-linux" "i686-linux" "armhf-linux"
             "aarch64-linux" "riscv64-linux")
           #:extra-version "bpf"
-- 
2.28.0