GNU bug report logs - #74533
2024-11-22 kernel updates

Previous Next

Package: guix-patches;

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

Date: Mon, 25 Nov 2024 18:18: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 74533 in the body.
You can then email your comments to 74533 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#74533; Package guix-patches. (Mon, 25 Nov 2024 18: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, 25 Nov 2024 18: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: 2024-11-22 kernel updates
Date: Mon, 25 Nov 2024 13:17:06 -0500
Another round of kernel updates




Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74533; Package guix-patches. (Mon, 25 Nov 2024 18:25:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74533 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: linux-libre: Update to 6.11.10.
Date: Mon, 25 Nov 2024 13:24:24 -0500
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.10.
(linux-libre-6.11-pristine-source): Update hash.

Change-Id: Ife061065a6c2e7f47c2aae07804a82a3547e9f4b
---
 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 1b7b98f241..a911ba67de 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.11-version "6.11.9")
+(define-public linux-libre-6.11-version "6.11.10")
 (define-public linux-libre-6.11-gnu-revision "gnu")
 (define deblob-scripts-6.11
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.11
    (base32 "076psrj9rx0fb7i76f7s6xyaq8dj3kyrfhc4q6g7q2ll3v4hxvc6")))
 (define-public linux-libre-6.11-pristine-source
   (let ((version linux-libre-6.11-version)
-        (hash (base32 "1d44yfk105bsf9f853f2fpnzqd0xbqn8drg1dv4ri5dxldx8lrbm")))
+        (hash (base32 "0xzynjyyr16my0wrla4ggpjbh4g7nsqixaimz5hrsqlhaa8q9hab")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.11)))

base-commit: 9b1fb12978482ffb6d37c456343f05609b28b3e8
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74533; Package guix-patches. (Mon, 25 Nov 2024 18:25:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74533 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.63.
Date: Mon, 25 Nov 2024 13:24:25 -0500
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.63.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Ie83d683ba6fbed0fd1e604dd4d2bf58acc7ee77a
---
 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 a911ba67de..e2093d8f06 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (define-public linux-libre-6.11-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.62")
+(define-public linux-libre-6.6-version "6.6.63")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ (define deblob-scripts-6.6
    (base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0dlkgph6chvqrask746wjijqp62vmvrp3n2dkldr8d2mfw8mdhz2")))
+        (hash (base32 "0d8q0vwv3lcix3wiq2n53rir3h298flg2l0ghpify4rlh2s4l1fi")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74533; Package guix-patches. (Mon, 25 Nov 2024 18:25:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74533 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.119.
Date: Mon, 25 Nov 2024 13:24:26 -0500
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.119.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I4e558776201d17c8bbcdf5d50706118f7cde21bc
---
 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 e2093d8f06..10e4bd3b57 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.118")
+(define-public linux-libre-6.1-version "6.1.119")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-6.1
    (base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0k12d4l03ziiba1b4f6jfxv5ir0lrd6kshlasr62rhv1f6yq81q1")))
+        (hash (base32 "0y1j8bz99d5vkxklzpwhns5r77lpz2prszf6whfahi58s0wszkdf")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.46.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 27 Nov 2024 04:45:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Wed, 27 Nov 2024 04:45:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74533-done <at> debbugs.gnu.org
Subject: Re: 2024-11-22 kernel updates
Date: Tue, 26 Nov 2024 23:43:47 -0500
Pushed as ce877a777e6ec089dc347e9883387d3080b471cf




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 25 Dec 2024 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 173 days ago.

Previous Next


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