GNU bug report logs - #71002
[PATCH 0/8] linux-libre kernel updates (2025-05-17)

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Fri, 17 May 2024 12:36:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

To reply to this bug, email your comments to 71002 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wilko Meyer <w <at> wmeyer.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 17 May 2024 12:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 0/8] linux-libre kernel updates (2025-05-17)
Date: Fri, 17 May 2024 14:34:54 +0200
Hi Leo,

There's been another big round of kernel updates again after a while. Haven't
updated deblob scripts yet, as they're not available yet.

Wilko Meyer (8):
  gnu: linux-libre 6.9: Update to 6.9.1.
  gnu: linux-libre-6.8: Update to 6.8.10.
  gnu: linux-libre 6.6: Update to 6.6.31.
  gnu: linux-libre 6.1: Update to 6.1.91.
  gnu: linux-libre 5.15: Update to 5.15.159.
  gnu: linux-libre 5.10: Update to 5.10.217.
  gnu: linux-libre 5.4: Update to 5.4.276.
  gnu: linux-libre 4.19: Update to 4.19.314.

 gnu/packages/linux.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:07 GMT) Full text and rfc822 format available.

Message #8 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.1.
Date: Fri, 17 May 2024 14:38:22 +0200
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.1.
(linux-libre-6.9-pristine-source): Update hash.

Change-Id: I9fc5ff4949e5676d8301df2363bf937b2e4767e5
---
 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 3ed4a1900a..ecbb6e5be2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -503,7 +503,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.9-version "6.9")
+(define-public linux-libre-6.9-version "6.9.1")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
@@ -513,7 +513,7 @@ (define deblob-scripts-6.9
    (base32 "0a8ikg2b4q6xkd3pnzvd777ngrx74by7l13q7jg4n88myfxqk9xb")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "0jc14s7z2581qgd82lww25p7c4w72scpf49z8ll3wylwk3xh3yi4")))
+        (hash (base32 "0jn0qp22vx7xf2mgaj7cwf8agqhahvrwlda4ak6rw67xk2x19d01")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.9)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:07 GMT) Full text and rfc822 format available.

Message #11 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.10.
Date: Fri, 17 May 2024 14:38:23 +0200
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.10.
(linux-libre-6.8-pristine-source): Update hash.

Change-Id: I9f29850d6fcc2863daf3e901885383d484c5e1bb
---
 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 ecbb6e5be2..d97e965593 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -521,7 +521,7 @@ (define-public linux-libre-6.9-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.8-version "6.8.9")
+(define-public linux-libre-6.8-version "6.8.10")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -531,7 +531,7 @@ (define deblob-scripts-6.8
    (base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "1dn9bgmf03bdfbmgq98d043702g808rjikxs2i9yia57iqiz21gr")))
+        (hash (base32 "0xjirg2w5fc2w2q6wr702akszq32m31lk4q5nbjq10zqhbcr5fxh")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:08 GMT) Full text and rfc822 format available.

Message #14 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.31.
Date: Fri, 17 May 2024 14:38:24 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.31.
 (linux-libre-6.6-pristine-source): Update hash.

Change-Id: Ib0e70c94c47a2e1b89ec3901c7b721f523d76f15
---
 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 d97e965593..a107cfc0bf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -540,7 +540,7 @@ (define-public linux-libre-6.8-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.30")
+(define-public linux-libre-6.6-version "6.6.31")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -550,7 +550,7 @@ (define deblob-scripts-6.6
    (base32 "0s8ys7nz4p50c766f3z9h68vxnrsrgps1i5zskk3cjwik3q60an8")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1ilwmgpgvddwkd9nx5999cb6z18scjyq7jklid26k1hg7f35nsmn")))
+        (hash (base32 "080wwrc231fbf43hvvygddmdxdspyw23jc5vnd6fr5ccdybgzv6n")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:08 GMT) Full text and rfc822 format available.

Message #17 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.159.
Date: Fri, 17 May 2024 14:38:26 +0200
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.159.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: I66130cd1513ef3c5869fab9873c24d36f6a716cd
---
 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 83dde57c96..c63ccbc738 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -570,7 +570,7 @@ (define-public linux-libre-6.1-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
 
-(define-public linux-libre-5.15-version "5.15.158")
+(define-public linux-libre-5.15-version "5.15.159")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -580,7 +580,7 @@ (define deblob-scripts-5.15
    (base32 "121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1inmdpif3qf1blmvjj4i7y42bylvhv0wyj3b0apq12zxlj1iq1zr")))
+        (hash (base32 "1ia1nfci2wkx4nhnldfczpcq47mp7y7g657ikkh8i72y498gwy1l")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:09 GMT) Full text and rfc822 format available.

Message #20 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.91.
Date: Fri, 17 May 2024 14:38:25 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.91.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: Ibcd0827399b8d75d841426c20af8f2a6788d3c2c
---
 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 a107cfc0bf..83dde57c96 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -555,7 +555,7 @@ (define-public linux-libre-6.6-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
 
-(define-public linux-libre-6.1-version "6.1.90")
+(define-public linux-libre-6.1-version "6.1.91")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -565,7 +565,7 @@ (define deblob-scripts-6.1
    (base32 "0104m61mqhlmsjjprj51njwbffjcqgjln5bf1wknb6y3iiazl6ng")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "07cfg0chssvpc4mqls3aln6s4lqjp6k4x2n63wndmkjgfqpdg8w3")))
+        (hash (base32 "1v2d5syxwwqlhvjzxk003qz9sr18r0n8dgg976vbi492r9iww2l8")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:09 GMT) Full text and rfc822 format available.

Message #23 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.217.
Date: Fri, 17 May 2024 14:38:27 +0200
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.217.
(linux-libre-5.10-pristine-source): Update hashes.

Change-Id: I3c9b72da4c45e5b4b91b532ad0db7de5a82a6973
---
 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 c63ccbc738..6366b1fd88 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -585,7 +585,7 @@ (define-public linux-libre-5.15-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
 
-(define-public linux-libre-5.10-version "5.10.216")
+(define-public linux-libre-5.10-version "5.10.217")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -595,7 +595,7 @@ (define deblob-scripts-5.10
    (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0lg1zfb9y4ps86q85mlnyalb3s90zix003z62jb9bw139f65h473")))
+        (hash (base32 "0qhzqrjci45vcbzjch7vq75i6hpyap6yb7jw6g71phcnqgzw2ay5")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:10 GMT) Full text and rfc822 format available.

Message #26 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.276.
Date: Fri, 17 May 2024 14:38:28 +0200
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.276.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ieea174e5ca46226f739cb9c092f7518bac44396f
---
 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 6366b1fd88..b779fc570f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -600,7 +600,7 @@ (define-public linux-libre-5.10-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
 
-(define-public linux-libre-5.4-version "5.4.275")
+(define-public linux-libre-5.4-version "5.4.276")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -610,7 +610,7 @@ (define deblob-scripts-5.4
    (base32 "0x0xg0fcykpd117x3q0gim8jilhx922ashhckjvafxv2gk2zzjhj")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0k1hyknx854k8z27j4rq1gcp8l0xc0bspmrhc41a033gjilb1lns")))
+        (hash (base32 "01vfx19n8rv9fgjjzvi78125md71zgn5jrinbarabzr18jyjwwg2")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Fri, 17 May 2024 12:40:10 GMT) Full text and rfc822 format available.

Message #29 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71002 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.314.
Date: Fri, 17 May 2024 14:38:29 +0200
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.314.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I52815b6b79d6a9f0cfec531ffa9ba90d8189f426
---
 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 b779fc570f..85eb517bde 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -615,7 +615,7 @@ (define-public linux-libre-5.4-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.313")
+(define-public linux-libre-4.19-version "4.19.314")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -625,7 +625,7 @@ (define deblob-scripts-4.19
    (base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "1j1r4mrdh1ray468jr5i8d2afiswb653bhq0ck8bcdw4rwp5w558")))
+        (hash (base32 "0nvrpg5aj2q4h2drmczprqaprcc2zhcrijfri77b830ms8rg4y2a")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71002; Package guix-patches. (Mon, 20 May 2024 15:34:02 GMT) Full text and rfc822 format available.

Message #32 received at 71002 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 71002 <at> debbugs.gnu.org
Subject: Re: [PATCH 0/8] linux-libre kernel updates (2025-05-17)
Date: Sat, 18 May 2024 10:20:10 -0400
On Fri, May 17, 2024 at 02:34:54PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been another big round of kernel updates again after a while. Haven't
> updated deblob scripts yet, as they're not available yet.
> 
> Wilko Meyer (8):
>   gnu: linux-libre 6.9: Update to 6.9.1.
>   gnu: linux-libre-6.8: Update to 6.8.10.
>   gnu: linux-libre 6.6: Update to 6.6.31.
>   gnu: linux-libre 6.1: Update to 6.1.91.
>   gnu: linux-libre 5.15: Update to 5.15.159.
>   gnu: linux-libre 5.10: Update to 5.10.217.
>   gnu: linux-libre 5.4: Update to 5.4.276.
>   gnu: linux-libre 4.19: Update to 4.19.314.

I updated the deblob scripts as necessary and pushed to
'kernel-updates'.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 20 May 2024 15:34:03 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Mon, 20 May 2024 15:34:03 GMT) Full text and rfc822 format available.

Message #37 received at 71002-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 71002-done <at> debbugs.gnu.org
Subject: Re: [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.10.
Date: Mon, 20 May 2024 11:33:02 -0400
On Fri, May 17, 2024 at 02:38:23PM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.10.
> (linux-libre-6.8-pristine-source): Update hash.

Thanks! I pushed this series, except for the patch updating linux-libre
6.9, as commit 630cbcbae1cd1ca70deeca7f326ba44e807fb6f8

Currently we are failing to build linux-libre 6.9:

https://ci.guix.gnu.org/build/4711594/details




This bug report was last modified 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.