GNU bug report logs - #74377
2024-11-14 kernel updates

Previous Next

Package: guix-patches;

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

Date: Sat, 16 Nov 2024 01:15: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 74377 in the body.
You can then email your comments to 74377 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#74377; Package guix-patches. (Sat, 16 Nov 2024 01:15: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. (Sat, 16 Nov 2024 01:15: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-14 kernel updates
Date: Fri, 15 Nov 2024 20:13:34 -0500
New round of kernel updates




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

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

From: Leo Famulari <leo <at> famulari.name>
To: 74377 <at> debbugs.gnu.org
Subject: [PATCH 1/4] gnu: linux-libre: Update to 6.11.8.
Date: Fri, 15 Nov 2024 20:15:48 -0500
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.8.
(linux-libre-6.11-pristine-source): Update hash.

Change-Id: If906938eb45d89b4601644dbc35b1f737fbc26b1
---
 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 8e667b21e2..392213da42 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -512,7 +512,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.7")
+(define-public linux-libre-6.11-version "6.11.8")
 (define-public linux-libre-6.11-gnu-revision "gnu")
 (define deblob-scripts-6.11
   (linux-libre-deblob-scripts
@@ -522,7 +522,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 "1cpbycx79nl517rz573mja52bgzm249mhqzp424r5mqp91jfrx8b")))
+        (hash (base32 "0g9wz6dqbq9h5yiiz8sdma4k1cmr4n2sxzvhrsz2090mzr2ais5f")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.11)))

base-commit: 3e8d3d80f41e016cdfe80e488a78c2351c94fef8
-- 
2.46.0





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

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

From: Leo Famulari <leo <at> famulari.name>
To: 74377 <at> debbugs.gnu.org
Subject: [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.61.
Date: Fri, 15 Nov 2024 20:15:49 -0500
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.61.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I5e3f949549b81c051561ca78039e1acf71bd79c7
---
 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 392213da42..b2c33e7487 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,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.60")
+(define-public linux-libre-6.6-version "6.6.61")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -541,7 +541,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 "1vsjb7ifmf6ic6zv16fbrxjvffqc1mkndza76hjr9aw2a0ny7yaj")))
+        (hash (base32 "02vw0jphzqj8cd5apf8wbjp2wahwcnvw6vchv4z1q3qrz56w53s1")))
    (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#74377; Package guix-patches. (Sat, 16 Nov 2024 01:17:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74377 <at> debbugs.gnu.org
Subject: [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.117.
Date: Fri, 15 Nov 2024 20:15:50 -0500
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.117.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I44fac76007d719d94e31039079fcb33f53a95d2c
---
 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 b2c33e7487..37b9c45454 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -546,7 +546,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.116")
+(define-public linux-libre-6.1-version "6.1.117")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -556,7 +556,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 "109vhc1hcfx6sacw4553xmwbj1gqx3zqjq5zg11z7a72dqrnisqp")))
+        (hash (base32 "12vqj3iqf6kg6lc34lf4zjhw4r0sszxfwd0xlbv3njlpj7kgzyx8")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.46.0





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

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

From: Leo Famulari <leo <at> famulari.name>
To: 74377 <at> debbugs.gnu.org
Subject: [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.172.
Date: Fri, 15 Nov 2024 20:15:51 -0500
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.172.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: I173bef7d21099d22e022111e520496b747c10dcf
---
 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 37b9c45454..7a856c4721 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -561,7 +561,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.171")
+(define-public linux-libre-5.15-version "5.15.172")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -571,7 +571,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 "0fra5zwcixgl6fg9hgdzlfcqng6pg09h2j7xqhi4qg0jv1jf0lr9")))
+        (hash (base32 "0kc46gniifn2jbj4w58bh2kvpja4vl7q0yxn538cic6115c298pg")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.46.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 17 Nov 2024 22:12:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Sun, 17 Nov 2024 22:12:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74377-done <at> debbugs.gnu.org
Subject: Re: 2024-11-14 kernel updates
Date: Sun, 17 Nov 2024 17:10:24 -0500
Pushed as 916c08c465ce7eb5665923935bf160af507d22e3




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

This bug report was last modified 183 days ago.

Previous Next


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