gnu: Update linux-libre-with-bpf to kernel 5.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Soo
  • Ludovic Courtès
Owner
unassigned
Submitted by
John Soo
Severity
normal

Debbugs page

John Soo wrote 4 years ago
(address . guix-patches@gnu.org)
87ft6kof82.fsf@asu.edu
Hi Guix,

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

Thanks!

John
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(-)

Toggle diff (17 lines)
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
Ludovic Courtès wrote 4 years ago
(name . John Soo)(address . jsoo1@asu.edu)(address . 43931-done@debbugs.gnu.org)
87pn59nkwk.fsf@gnu.org
Hi,

John Soo <jsoo1@asu.edu> skribis:

Toggle quote (7 lines)
>>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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43931@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43931
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help