GNU bug report logs - #77791
2025-04-10 kernel updates

Previous Next

Package: guix-patches;

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

Date: Mon, 14 Apr 2025 02:18:02 UTC

Severity: normal

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

To reply to this bug, email your comments to 77791 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#77791; Package guix-patches. (Mon, 14 Apr 2025 02:18:02 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. (Mon, 14 Apr 2025 02:18:02 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-04-10 kernel updates
Date: Sun, 13 Apr 2025 22:17:38 -0400
More kernel updates




Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77791; Package guix-patches. (Mon, 14 Apr 2025 02:19:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791 <at> debbugs.gnu.org
Subject: [PATCH 1/7] gnu: linux-libre: Update to 6.13.11.
Date: Sun, 13 Apr 2025 22:18:32 -0400
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.11.
(linux-libre-6.13-pristine-source): Update hash.

Change-Id: I2f15f61e1ebbb0146daf21cdb80b029d1e67d0f5
---
 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 b147f74d398..15935d07b81 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.13-version "6.13.10")
+(define-public linux-libre-6.13-version "6.13.11")
 (define-public linux-libre-6.13-gnu-revision "gnu")
 (define deblob-scripts-6.13
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.13
    (base32 "1a6ri9awza8nf7cdabp09dk327cx0dw8q3rhm016a578kb4ihviq")))
 (define-public linux-libre-6.13-pristine-source
   (let ((version linux-libre-6.13-version)
-        (hash (base32 "08kpzbysnabyjn76nk8f3zqxlsw45wkhw5vafrgr43vj3v1zrwjp")))
+        (hash (base32 "08gcms4gvh8i30wj9vk27rb7d4yrndprxk1m72dhr1f7lywz2azn")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.13)))

base-commit: 19de75a16532c95f9ef8755e115f2f7bb89cad27
-- 
2.48.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77791; Package guix-patches. (Mon, 14 Apr 2025 02:19:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791 <at> debbugs.gnu.org
Subject: [PATCH 2/7] gnu: linux-libre 6.12: Update to 6.12.23.
Date: Sun, 13 Apr 2025 22:18:33 -0400
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.23.
(linux-libre-6.12-pristine-source): Update hash.

Change-Id: Ia6b0aa68236d2f4ef654523a03406535e46fff26
---
 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 15935d07b81..b3cf78fc1bc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (define-public linux-libre-6.13-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.12-version "6.12.22")
+(define-public linux-libre-6.12-version "6.12.23")
 (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 "0p2jla4faz634jin9pz6a0cfpaz4jvy5bx6cmyk8dbsmhnx4h149")))
 (define-public linux-libre-6.12-pristine-source
   (let ((version linux-libre-6.12-version)
-        (hash (base32 "0dkk6d9ml44q2kr7wd8px8iy3lwgyb2qmbhq4f6sg1crnh580j5b")))
+        (hash (base32 "0jbps9sr4bpg4ym6vjib33lfjqjh09azh39ck7v7zsyyz0259nfq")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.12)))
-- 
2.48.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77791; Package guix-patches. (Mon, 14 Apr 2025 02:19:05 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791 <at> debbugs.gnu.org
Subject: [PATCH 3/7] gnu: linux-libre 6.6: Update to 6.6.87.
Date: Sun, 13 Apr 2025 22:18:34 -0400
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.87.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Iacbe7effbf7a3175dfb10b52452d587e4db7d9c8
---
 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 b3cf78fc1bc..e83c3de3db7 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.86")
+(define-public linux-libre-6.6-version "6.6.87")
 (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 "12897yw71dz859nv13nzh6pp5j497l8ps0ddgpbbynm72bny1fy5")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0s1yy429g70iry559hsfv3plf787bik3kkd0mpx3a1z44dsavqs9")))
+        (hash (base32 "1iks6msk4cajyy0khyhrwsdl123hr81n67xzdnhlgg6dvb1famw9")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.48.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77791; Package guix-patches. (Mon, 14 Apr 2025 02:19:06 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791 <at> debbugs.gnu.org
Subject: [PATCH 4/7] gnu: linux-libre 6.1: Update to 6.1.134.
Date: Sun, 13 Apr 2025 22:18:35 -0400
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.134.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I80903c75a646739cff67cbf8bb7c047b456c7dcc
---
 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 e83c3de3db7..71c246c0517 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.133")
+(define-public linux-libre-6.1-version "6.1.134")
 (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 "10vkgkki08h8cbymmglvn2nkzx8lsqxpaciw6c2d57952q4byw8f")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0w5yb9y0jxrqh1wyajs33mpkcix4752acwra8jbg498r7yprzdcp")))
+        (hash (base32 "08xx0w5gz7w5hqsnpckmizi1zpg38iwfchj20163ivnxf3fhriv0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.48.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77791; Package guix-patches. (Mon, 14 Apr 2025 02:19:07 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791 <at> debbugs.gnu.org
Subject: [PATCH 5/7] gnu: linux-libre 5.15: Update to 5.15.180.
Date: Sun, 13 Apr 2025 22:18:36 -0400
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.180.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Iba76e98fbbbb29602a88090c3ff8551af456b26a
---
 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 71c246c0517..7b5e2638887 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,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.179")
+(define-public linux-libre-5.15-version "5.15.180")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -587,7 +587,7 @@ (define deblob-scripts-5.15
    (base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "0vqk4wd0cacigz42gigdzbj415hcdn2k2m01yr7k8pcv3rxs86ck")))
+        (hash (base32 "0ffdy7zhp25z75n49j4rs8fs79icbmz1yy7k3xgcl2p6pfw6h7zm")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.48.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77791; Package guix-patches. (Mon, 14 Apr 2025 02:19:08 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791 <at> debbugs.gnu.org
Subject: [PATCH 6/7] gnu: linux-libre 5.10: Update to 5.10.236.
Date: Sun, 13 Apr 2025 22:18:37 -0400
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.236.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: Id9d9d72452245ccd8f9ce326cec43b0ee2aac8c7
---
 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 7b5e2638887..8aaf7e97cd9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -592,7 +592,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.235")
+(define-public linux-libre-5.10-version "5.10.236")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -602,7 +602,7 @@ (define deblob-scripts-5.10
    (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "1k7iq4np3pflkq3d71ya8xs5czhslhy2iha4ls9lma81269y6fwm")))
+        (hash (base32 "12gv03hbddwm4nl8xxdvdr983nbh2lzrl4jr9p5kmv9rgn7wr9bd")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.48.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77791; Package guix-patches. (Mon, 14 Apr 2025 02:19:09 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791 <at> debbugs.gnu.org
Subject: [PATCH 7/7] gnu: linux-libre 5.4: Update to 5.4.292.
Date: Sun, 13 Apr 2025 22:18:38 -0400
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.292.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ieee08022c9c5f70ae1a42b9bada2e7954de3830c
---
 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 8aaf7e97cd9..fc05b882435 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -607,7 +607,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.291")
+(define-public linux-libre-5.4-version "5.4.292")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -617,7 +617,7 @@ (define deblob-scripts-5.4
    (base32 "1q1wcslpwpwsnwzbddjdc0qv2h89492skyw2zsjyb4rpz41s66mg")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0vpgb3lmhgv5iw9b1z0kqr6vdv44if49marfp5858z3a8yj69bdk")))
+        (hash (base32 "11dy6zvxnripwr4lfg357wdl70kcg5ljs3wxhz2klqpas60gbjqb")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.48.1





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 16 Apr 2025 02:15:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Wed, 16 Apr 2025 02:15:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77791-done <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: Re: [bug#77791] [PATCH 1/7] gnu: linux-libre: Update to 6.13.11.
Date: Tue, 15 Apr 2025 22:14:18 -0400
On Sun, Apr 13, 2025 at 10:18:32PM -0400, Leo Famulari wrote:
> * gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.11.
> (linux-libre-6.13-pristine-source): Update hash.

I pushed this patch series as b165abeeed530ccc3152dd9de45fe95a2093618c




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.