GNU bug report logs - #78248
2025-05-02 kernel updates

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Sun, 4 May 2025 18:31:05 UTC

Severity: normal

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

To reply to this bug, email your comments to 78248 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#78248; Package guix-patches. (Sun, 04 May 2025 18:31:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 04 May 2025 18:31:05 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: 2025-05-02 kernel updates
Date: Sun, 4 May 2025 14:29:59 -0400
More kernel updates





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78248; Package guix-patches. (Sun, 04 May 2025 18:35:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248 <at> debbugs.gnu.org
Subject: [PATCH 3/7] gnu: linux-libre 6.6: Update to 6.6.89.
Date: Sun,  4 May 2025 14:33:42 -0400
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.89.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Id0524a4e05a0d781b6d76c0fe89785dc8f64d8ba
---
 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 21318315851..50d89df7c7b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,7 @@ (define-public linux-libre-6.12-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.12)))
 
-(define-public linux-libre-6.6-version "6.6.88")
+(define-public linux-libre-6.6-version "6.6.89")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-6.6
    (base32 "0xnhflca5rmxnxpywds6ixnipg2zsyb0wik3spir8j3cfjpqjw3b")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0l0697dcfdjkl80c7x1nfvw3n6390nnbznlpfbg51sgp7sv8kpqr")))
+        (hash (base32 "005s3vf1fkcv3fady2ax9azyc4lj8p4flhn20h3srr38c39zf6n2")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.49.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78248; Package guix-patches. (Sun, 04 May 2025 18:35:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248 <at> debbugs.gnu.org
Subject: [PATCH 1/7] gnu: linux-libre 6.14: Update to 6.14.5.
Date: Sun,  4 May 2025 14:33:40 -0400
* gnu/packages/linux.scm (linux-libre-6.14-version): Update to 6.14.5.
(linux-libre-6.14-pristine-source): Update hash.

Change-Id: I6e81210e7237dabef9eff430ba9920ef3d501b1d
---
 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 eb1749c933a..9af03e97fd4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ (define (%upstream-linux-source version hash)
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.14-version "6.14.4")
+(define-public linux-libre-6.14-version "6.14.5")
 (define-public linux-libre-6.14-gnu-revision "gnu")
 (define deblob-scripts-6.14
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.14
    (base32 "1wx8f0fx71sr506j655i7mr9xrc4fpw96d3fdgfivjsxlcrwfpnk")))
 (define-public linux-libre-6.14-pristine-source
   (let ((version linux-libre-6.14-version)
-        (hash (base32 "0fak7y9dr5rxzmi4m545kz7pyk2c91dkj4k7i2jgnl80ga6z4lll")))
+        (hash (base32 "02gl4hdxzijyyk57jsr85grdkxs2yi2gkvqa043kbamy5g2pw818")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.14)))

base-commit: 3baad0b411bcd58cf095351a53742588ebce2cb3
-- 
2.49.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78248; Package guix-patches. (Sun, 04 May 2025 18:35:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248 <at> debbugs.gnu.org
Subject: [PATCH 6/7] gnu: linux-libre 5.10: Update to 5.10.237.
Date: Sun,  4 May 2025 14:33:45 -0400
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.237.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.

Change-Id: I3e7ccf17f8e02670c8fa38a6857a5d26f019527b
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fd5bf5e753b..35ffb532bec 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -592,17 +592,17 @@ (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.236")
+(define-public linux-libre-5.10-version "5.10.237")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
    linux-libre-5.10-version
    linux-libre-5.10-gnu-revision
-   (base32 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch")
-   (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
+   (base32 "1lg0sxfjn0hpcdfyqy2r5kchnjfyyx2xraxhmjhwwkpiwl9ph501")
+   (base32 "11liynz5vayms646gj0rjj8fmrqhv203mwsqs3sx9p8y84v50d4p")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "12gv03hbddwm4nl8xxdvdr983nbh2lzrl4jr9p5kmv9rgn7wr9bd")))
+        (hash (base32 "098gvqfaahabqqz64m5fwri57drwiz3006pr805sxw74w0vjgj0z")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.49.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78248; Package guix-patches. (Sun, 04 May 2025 18:35:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248 <at> debbugs.gnu.org
Subject: [PATCH 2/7] gnu: linux-libre 6.12: Update to 6.12.26.
Date: Sun,  4 May 2025 14:33:41 -0400
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.26.
(linux-libre-6.12-pristine-source): Update hash.

Change-Id: I60dc56d6a3d582781775661da3aa438b33c15810
---
 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 9af03e97fd4..21318315851 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (define-public linux-libre-6.14-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.12-version "6.12.25")
+(define-public linux-libre-6.12-version "6.12.26")
 (define-public linux-libre-6.12-gnu-revision "gnu")
 (define deblob-scripts-6.12
   (linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ (define deblob-scripts-6.12
    (base32 "1an34mqv0p6fmb5c3wmw3yl16gm1m3qqhgr7ycz3ygp06pgaj8qy")))
 (define-public linux-libre-6.12-pristine-source
   (let ((version linux-libre-6.12-version)
-        (hash (base32 "141visdf85iw011ncp77csmkahvn598lqvhi493a4g31dw7piby8")))
+        (hash (base32 "1jivbv08j43rn0dn7xmwxb178b305cyxbp82h71r6n22qwif4ba0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.12)))
-- 
2.49.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78248; Package guix-patches. (Sun, 04 May 2025 18:35:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248 <at> debbugs.gnu.org
Subject: [PATCH 4/7] gnu: linux-libre 6.1: Update to 6.1.136.
Date: Sun,  4 May 2025 14:33:43 -0400
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.136.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: Iaf9a2431dd596d3e9c0fbd0ccfda6a5c5eaf730b
---
 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 50d89df7c7b..9e04c846627 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,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.135")
+(define-public linux-libre-6.1-version "6.1.136")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -572,7 +572,7 @@ (define deblob-scripts-6.1
    (base32 "0lkgvf1y9qmh1z8ih13y3p1zv5wb3psfp0iizn9y7isscqm4056f")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1fbyjprj65b1blb033lcy9y4bkh9jb7m06h6qph739wnzzhpmlg9")))
+        (hash (base32 "0wdhgaa578x7jhhq2p2g272gyb12818ifan4c5zan6npp6dhf756")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.49.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78248; Package guix-patches. (Sun, 04 May 2025 18:35:04 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248 <at> debbugs.gnu.org
Subject: [PATCH 5/7] gnu: linux-libre 5.15: Update to 5.15.181.
Date: Sun,  4 May 2025 14:33:44 -0400
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.181.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.

Change-Id: Ia38669031b4cd33d624dc47790708b823219689c
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9e04c846627..fd5bf5e753b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,17 +577,17 @@ (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.180")
+(define-public linux-libre-5.15-version "5.15.181")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
    linux-libre-5.15-version
    linux-libre-5.15-gnu-revision
-   (base32 "18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8")
-   (base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
+   (base32 "12jsdhhrak7l6c6sfpn38ddzzv4hyg18k5vga4lw7d45p319igwa")
+   (base32 "19cwqpvf6x02ivxwx36jkbccg3dcii1ynis34mjz3rn1wpg61s9a")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "0ffdy7zhp25z75n49j4rs8fs79icbmz1yy7k3xgcl2p6pfw6h7zm")))
+        (hash (base32 "0f6sc0wyd1gdx2kvbvp5sx6il780fdmjr4j0bcci1s7skrnl6iik")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.49.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78248; Package guix-patches. (Sun, 04 May 2025 18:35:04 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248 <at> debbugs.gnu.org
Subject: [PATCH 7/7] gnu: linux-libre 5.4: Update to 5.4.293.
Date: Sun,  4 May 2025 14:33:46 -0400
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.293.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.

Change-Id: I249b2ef27f4f5c0956949a0af8091f65c6998e2a
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 35ffb532bec..6b4cbc95788 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -607,17 +607,17 @@ (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.292")
+(define-public linux-libre-5.4-version "5.4.293")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
    linux-libre-5.4-version
    linux-libre-5.4-gnu-revision
-   (base32 "0xg5cz82k2cb0ikxvwv1hp5c3h377jkb5sd6aszvsk7hnabhk62v")
-   (base32 "1q1wcslpwpwsnwzbddjdc0qv2h89492skyw2zsjyb4rpz41s66mg")))
+   (base32 "168ysrpcbfhm6s71l9w8ibjq2frjmiaixc2wbsq86gx2zw6zyb5p")
+   (base32 "0l7pwhgw9laxfypcpqlz411x3hybcw2269abh3lpcw96bgv5m1k2")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "11dy6zvxnripwr4lfg357wdl70kcg5ljs3wxhz2klqpas60gbjqb")))
+        (hash (base32 "0b9p8l6ndm75751f7s03rnxg7yg9c4pj9rb537lhsv6pqx096n1l")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.49.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 06 May 2025 02:12:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Tue, 06 May 2025 02:12:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 78248-done <at> debbugs.gnu.org
Subject: Re: [bug#78248] [PATCH 1/7] gnu: linux-libre 6.14: Update to 6.14.5.
Date: Mon, 5 May 2025 22:11:03 -0400
On Sun, May 04, 2025 at 02:33:40PM -0400, Leo Famulari wrote:
> * gnu/packages/linux.scm (linux-libre-6.14-version): Update to 6.14.5.
> (linux-libre-6.14-pristine-source): Update hash.

Patches pushed as ea874d0b3f8cd7539f03c0ea3e1b5184fe4d4132




This bug report was last modified 9 days ago.

Previous Next


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