GNU bug report logs - #77420
2025-03-28 kernel updates

Previous Next

Package: guix-patches;

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

Date: Mon, 31 Mar 2025 22:45:03 UTC

Severity: normal

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

To reply to this bug, email your comments to 77420 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#77420; Package guix-patches. (Mon, 31 Mar 2025 22:45:04 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, 31 Mar 2025 22:45:04 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-03-28 kernel updates
Date: Mon, 31 Mar 2025 18:44:42 -0400
More kernel updates




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

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

From: Leo Famulari <leo <at> famulari.name>
To: 77420 <at> debbugs.gnu.org
Subject: [PATCH 1/4] gnu: linux-libre: Update to 6.13.9.
Date: Mon, 31 Mar 2025 18:45:28 -0400
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.9.
(linux-libre-6.13-pristine-source): Update hash.

Change-Id: I645752759ff006c95aec9117acf2d615db69b1d6
---
 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 4354d9b8b44..3b659f8135b 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.8")
+(define-public linux-libre-6.13-version "6.13.9")
 (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 "1fqsfnam0ca2lyqgi9vh7x6xa24yjk6ym6z85bn6nrrxsxczm6i5")))
+        (hash (base32 "1ci78x5dfjm3nlv4m2j02wl7ax82l47xwnr4k6j9n4dn53qa7rsk")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.13)))

base-commit: e2c2f98edd5d64921678c2570439dedfe662b1f8
-- 
2.48.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#77420; Package guix-patches. (Mon, 31 Mar 2025 22:46:04 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77420 <at> debbugs.gnu.org
Subject: [PATCH 2/4] gnu: linux-libre 6.12: Update to 6.12.21.
Date: Mon, 31 Mar 2025 18:45:29 -0400
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.21.
(linux-libre-6.12-pristine-source): Update hash.

Change-Id: I555ff8447a845995f518630257ad1e1e52ee21a0
---
 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 3b659f8135b..a49ba407b01 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.20")
+(define-public linux-libre-6.12-version "6.12.21")
 (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 "1ivakcj0gi191687zagl1qfsip0567p1pk3yy1s2xf0agfq8j3i3")))
+        (hash (base32 "1iyn8qif6xfz04z698ib2dvmam54pyxzsign8sbdj9505sdf66lx")))
    (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#77420; Package guix-patches. (Mon, 31 Mar 2025 22:47:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77420 <at> debbugs.gnu.org
Subject: [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.85.
Date: Mon, 31 Mar 2025 18:45:30 -0400
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.85.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Id8c9631e5811aeb08dac77b761e9575f0ee22d6a
---
 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 a49ba407b01..279e8cfc841 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.84")
+(define-public linux-libre-6.6-version "6.6.85")
 (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 "19vvq558vs2ivj4l6kmyha30a94fh42wmijsghsdnq8salhhglkz")))
+        (hash (base32 "0abmgc5rg7hx18ykwsl6xl72gzaf3wbn5bkvh4kcsa1lrbscrfjy")))
    (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#77420; Package guix-patches. (Mon, 31 Mar 2025 22:47:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 77420 <at> debbugs.gnu.org
Subject: [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.132.
Date: Mon, 31 Mar 2025 18:45:31 -0400
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.132.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I68ba830bcf336d24ea87430de18681df3038481d
---
 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 279e8cfc841..1044b30fe1a 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.131")
+(define-public linux-libre-6.1-version "6.1.132")
 (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 "05jvvv3khadvfgdrv43fcrnm606jk4064a7qivkvnk1vc08gbjj4")))
+        (hash (base32 "1l5vrc8an6h0fcnfmqb6pmal686imxbllcvlkqah19fg7wnv3dyx")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.48.1





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

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

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

From: Leo Famulari <leo <at> famulari.name>
To: 77420-done <at> debbugs.gnu.org
Subject: Re: 2025-03-28 kernel updates
Date: Wed, 2 Apr 2025 00:41:24 -0400
Pushed as 97523d50017f2cc5c190c9a2aa50f620b33b6318




This bug report was last modified 2 days ago.

Previous Next


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