GNU bug report logs - #76405
2025-02-17 kernel updates, and update the default to linux-libre 6.13

Previous Next

Package: guix-patches;

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

Date: Tue, 18 Feb 2025 20:44:02 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76405 in the body.
You can then email your comments to 76405 AT debbugs.gnu.org in the normal way.

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#76405; Package guix-patches. (Tue, 18 Feb 2025 20:44: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. (Tue, 18 Feb 2025 20:44: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-02-17 kernel updates, and update the default to linux-libre 6.13
Date: Tue, 18 Feb 2025 15:42:51 -0500
Here are the kernel updates of 2025-02-17 (as well as the subsequent
emergency fix in 6.12.15).

Also, this patch series updates the default linux-libre package to the
6.13 series. It's been working fine for me.




Information forwarded to guix-patches <at> gnu.org:
bug#76405; Package guix-patches. (Tue, 18 Feb 2025 20:46:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 76405 <at> debbugs.gnu.org
Subject: Re: 2025-02-17 kernel updates, and update the default to linux-libre
 6.13
Date: Tue, 18 Feb 2025 15:45:23 -0500
I just noticed that I was too hasty: although these updates have been
released by Linux, the corresponding linux-libre updates have not yet
been released.

When they appear, I'll check the deblob scripts and send the patches.




Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#76405; Package guix-patches. (Thu, 20 Feb 2025 01:10:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 76405 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: linux-libre 6.13: Update to 6.13.3.
Date: Wed, 19 Feb 2025 20:08:50 -0500
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.3.
(linux-libre-6.13-pristine-source, deblob-scripts-6.13): Update hashes.

Change-Id: Ie6dc556efedab77e6acc43e195e5c83a3a538147
---
 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 a042f58141..459c409180 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,17 +513,17 @@ (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.2")
+(define-public linux-libre-6.13-version "6.13.3")
 (define-public linux-libre-6.13-gnu-revision "gnu")
 (define deblob-scripts-6.13
   (linux-libre-deblob-scripts
    linux-libre-6.13-version
    linux-libre-6.13-gnu-revision
-   (base32 "0ix54dxka85cb5dn7wxfdfphycf9s2315m1lclbzg2950ykv6k4p")
-   (base32 "1iavxsbygd1p4lpp1jbgpjhc1wybyz3vp6wr7i1ddvchz4fyr06c")))
+   (base32 "1fs8d4xkgssji51cz9pxj749qgr63ns6szlmjqf613cakdmlw5j7")
+   (base32 "0bgc4f2xxb68f35iwq8d039zd2lw7d1pv7i2335587s4dyyp8xan")))
 (define-public linux-libre-6.13-pristine-source
   (let ((version linux-libre-6.13-version)
-        (hash (base32 "01g73bnif9ynccb772628sca01y8zkww8wzb39qfkfvbj20jkxnd")))
+        (hash (base32 "0b60rbii83lx2h455nm66hhlnygckprbaw3qifmala16xlazncys")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.13)))

base-commit: ce22ccc5fc87029e2dbd49a04d0356e9439ab08a
-- 
2.47.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#76405; Package guix-patches. (Thu, 20 Feb 2025 01:10:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 76405 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.78.
Date: Wed, 19 Feb 2025 20:08:51 -0500
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.78.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Ia32d40243992a8a721946aa827a26c8b261312f7
---
 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 459c409180..95ad85ce1c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,7 @@ (define-public linux-libre-6.12-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.76")
+(define-public linux-libre-6.6-version "6.6.78")
 (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 "1gqha26cxijizyhg6k5397bc9pn54wxz01d4gb7j2xx22rkxjwhb")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "180kxgacwx7kr76gls8gw4zrrdrqb9xf6fjmmfi38h66y0aqn5l1")))
+        (hash (base32 "1vckmam50nw8gms1wj18p5mv7rkpl849k3q587bkl4smsndrm8ss")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.47.1





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#76405; Package guix-patches. (Thu, 20 Feb 2025 01:10:04 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 76405 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: linux-libre: Update to 6.13.
Date: Wed, 19 Feb 2025 20:08:52 -0500
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre): Use the
6.13 release series.

Change-Id: Ifde10c27abc419a515f69185d6fecf24ade88691
---
 gnu/packages/linux.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 95ad85ce1c..a92c1fbcb9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1167,11 +1167,11 @@ (define-public linux-libre-6.12
                        "aarch64-linux" "powerpc64le-linux" "riscv64-linux")
                      #:configuration-file kernel-config))
 
-(define-public linux-libre-version         linux-libre-6.12-version)
-(define-public linux-libre-gnu-revision    linux-libre-6.12-gnu-revision)
-(define-public linux-libre-pristine-source linux-libre-6.12-pristine-source)
-(define-public linux-libre-source          linux-libre-6.12-source)
-(define-public linux-libre                 linux-libre-6.12)
+(define-public linux-libre-version         linux-libre-6.13-version)
+(define-public linux-libre-gnu-revision    linux-libre-6.13-gnu-revision)
+(define-public linux-libre-pristine-source linux-libre-6.13-pristine-source)
+(define-public linux-libre-source          linux-libre-6.13-source)
+(define-public linux-libre                 linux-libre-6.13)
 
 (define-public linux-libre-6.6
   (make-linux-libre* linux-libre-6.6-version
-- 
2.47.1





bug closed, send any further explanations to 76405 <at> debbugs.gnu.org and Leo Famulari <leo <at> famulari.name> Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Sat, 01 Mar 2025 01:14:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 Mar 2025 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 124 days ago.

Previous Next


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