GNU bug report logs - #74449
2024-11-17 kernel updates

Previous Next

Package: guix-patches;

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

Date: Thu, 21 Nov 2024 00:32:01 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 74449 in the body.
You can then email your comments to 74449 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#74449; Package guix-patches. (Thu, 21 Nov 2024 00:32:01 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. (Thu, 21 Nov 2024 00:32: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-17 kernel updates
Date: Wed, 20 Nov 2024 19:30:19 -0500
Here is the new round of kernel updates.




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

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: [PATCH 1/7] gnu: linux-libre: Update to 6.11.9.
Date: Wed, 20 Nov 2024 19:39:28 -0500
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.9.
(linux-libre-6.11-pristine-source): Update hash.

Change-Id: I062f6f84c12dad5670dfe48811d603bc300712e2
---
 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 7a856c4721..db6f93b1ef 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.8")
+(define-public linux-libre-6.11-version "6.11.9")
 (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 "0g9wz6dqbq9h5yiiz8sdma4k1cmr4n2sxzvhrsz2090mzr2ais5f")))
+        (hash (base32 "1d44yfk105bsf9f853f2fpnzqd0xbqn8drg1dv4ri5dxldx8lrbm")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.11)))

base-commit: b2bd56f8fe297ecc5dbd91e5d4f7bd210ff591f1
-- 
2.46.0





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

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.62.
Date: Wed, 20 Nov 2024 19:39:29 -0500
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.62.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I8737dfe9a9cc4f94b894ce3c12ec55d74775c9eb
---
 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 db6f93b1ef..2875c1c43d 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.61")
+(define-public linux-libre-6.6-version "6.6.62")
 (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 "02vw0jphzqj8cd5apf8wbjp2wahwcnvw6vchv4z1q3qrz56w53s1")))
+        (hash (base32 "0dlkgph6chvqrask746wjijqp62vmvrp3n2dkldr8d2mfw8mdhz2")))
    (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#74449; Package guix-patches. (Thu, 21 Nov 2024 00:41:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.118.
Date: Wed, 20 Nov 2024 19:39:30 -0500
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.118.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: Iacf38639d720e0f56a9d47fd92e1399902de8e57
---
 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 2875c1c43d..fe1dd0993c 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.117")
+(define-public linux-libre-6.1-version "6.1.118")
 (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 "12vqj3iqf6kg6lc34lf4zjhw4r0sszxfwd0xlbv3njlpj7kgzyx8")))
+        (hash (base32 "0k12d4l03ziiba1b4f6jfxv5ir0lrd6kshlasr62rhv1f6yq81q1")))
    (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#74449; Package guix-patches. (Thu, 21 Nov 2024 00:41:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.173.
Date: Wed, 20 Nov 2024 19:39:31 -0500
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.173.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Ifac6956504d0a7c3bc72a84fdb50e94037786381
---
 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 fe1dd0993c..5a3ae2ce6c 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.172")
+(define-public linux-libre-5.15-version "5.15.173")
 (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 "0kc46gniifn2jbj4w58bh2kvpja4vl7q0yxn538cic6115c298pg")))
+        (hash (base32 "1a3x3ld6g7ny0hdfqfvj5j2i5sx5l5p236pdnsr0icn9ri3jljwa")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74449; Package guix-patches. (Thu, 21 Nov 2024 00:41:04 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.230.
Date: Wed, 20 Nov 2024 19:39:32 -0500
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.230.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: I041153e10a9c5b3f7dfb2472dcccb1b0f2e81725
---
 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 5a3ae2ce6c..04ea798b1a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -576,7 +576,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.229")
+(define-public linux-libre-5.10-version "5.10.230")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -586,7 +586,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 "1q6di05rk4bsy91r03zw6vz14zzcpvv25dv7gw0yz1gzpgkbb9h8")))
+        (hash (base32 "0isbb0ixqg4yzlh3lmdvnax4m1ikf2q4wk0b9vgqc63p7gpm066d")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74449; Package guix-patches. (Thu, 21 Nov 2024 00:41:05 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.286.
Date: Wed, 20 Nov 2024 19:39:33 -0500
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.286.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ie3795b6627708714e3b018b2dd3059029ed4d2a1
---
 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 04ea798b1a..28d2f70da6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -591,7 +591,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.285")
+(define-public linux-libre-5.4-version "5.4.286")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -601,7 +601,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 "1722sc365ajxmqyr4r49yp73mzdckay3rx5c2gx29xzny9zc6cmy")))
+        (hash (base32 "0z48n7vahg318bgkccy8xqgl87vfb8zmn995cqh7z38fvzrm81qq")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74449; Package guix-patches. (Thu, 21 Nov 2024 00:41:05 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.324.
Date: Wed, 20 Nov 2024 19:39:34 -0500
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.324.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.

Change-Id: I82e9d32dc7adbeaa9e416c3a2dd4763d8cb28c3c
---
 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 28d2f70da6..338944a149 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -606,17 +606,17 @@ (define-public linux-libre-5.4-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.323")
+(define-public linux-libre-4.19-version "4.19.324")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
    linux-libre-4.19-version
    linux-libre-4.19-gnu-revision
-   (base32 "0pjal2cc2f99cvw8r4icb4l24j41k48jkj6bqk7pcahzcgx33ycb")
-   (base32 "048isws4h3lya8dwpwyhqglsjg9sckxk0gfsxdbqg336n5vi0gb1")))
+   (base32 "06pqv050bkii0hc2v7ymny5264w1bca8db0dp1pw9mfmjg865am5")
+   (base32 "1mp9d0b7mqw7cl65k0a18265cvn4qwcpnvna8r6n5m3y4pz3rik9")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "073akfd30bnk0r8hw1lywv2d7svslhfl5lx9zlkdhjf6p9gj3jgf")))
+        (hash (base32 "12rd468wvmmdmgzy9vs2ny155yp9wxrf15lrslpc8xm4wimrd0h0")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74449; Package guix-patches. (Sun, 24 Nov 2024 18:05:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449 <at> debbugs.gnu.org
Subject: Re: 2024-11-17 kernel updates
Date: Sun, 24 Nov 2024 13:04:26 -0500
[Message part 1 (text/plain, inline)]
I pushed the first 6 patches of this series as
c05a78739de9ad2ca2ea97c5899d9b73fca620ea

I've had to amend the commit of the 4.19 kernel series to 4.19.324
because it had the wrong commit hashes. It's building on the
'kernel-updates' branch.

The problem was that I fetched release artifacts for 4.19.234, not
4.19.324. Oops!

Updated patch attached
[0001-gnu-linux-libre-4.19-Update-to-4.19.324.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 24 Nov 2024 23:37:01 GMT) Full text and rfc822 format available.

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

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

From: Leo Famulari <leo <at> famulari.name>
To: 74449-done <at> debbugs.gnu.org
Subject: Re: 2024-11-17 kernel updates
Date: Sun, 24 Nov 2024 18:36:34 -0500
On Sun, Nov 24, 2024 at 01:04:26PM -0500, Leo Famulari wrote:
> I pushed the first 6 patches of this series as
> c05a78739de9ad2ca2ea97c5899d9b73fca620ea
> 
> I've had to amend the commit of the 4.19 kernel series to 4.19.324
> because it had the wrong commit hashes. It's building on the
> 'kernel-updates' branch.
> 
> The problem was that I fetched release artifacts for 4.19.234, not
> 4.19.324. Oops!
> 
> Updated patch attached

Pushed as 0de78424bd27ec97633401c735e0a766a79b2eee




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

This bug report was last modified 271 days ago.

Previous Next


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