GNU bug report logs - #70027
[PATCH 0/8] linux-libre kernel updates (2024-03-27)

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Wed, 27 Mar 2024 12:35:02 UTC

Severity: normal

Tags: patch

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 70027 in the body.
You can then email your comments to 70027 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 leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wilko Meyer <w <at> wmeyer.eu>:
New bug report received and forwarded. Copy sent to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org. (Wed, 27 Mar 2024 12:35:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 0/8] linux-libre kernel updates (2024-03-27)
Date: Wed, 27 Mar 2024 13:33:59 +0100
Hi Leo,

There's been another round of updates again for all 8 currently
supported kernel versions. Haven't had the possibility yet to check
deblob scripts as they aren't available yet.

Wilko Meyer (8):
  gnu: linux-libre 6.8: Update to 6.8.2.
  gnu: linux-libre: Update to 6.7.11.
  gnu: linux-libre 6.6: Update to 6.6.23.
  gnu: linux-libre 6.1: Update to 6.1.83.
  gnu: linux-libre 5.15: Update to 5.15.153.
  gnu: linux-libre 5.10: Update to 5.10.214.
  gnu: linux-libre 5.4: Update to 5.4.273.
  gnu: linux-libre 4.19: Update to 4.19.311.

 gnu/packages/linux.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)


base-commit: 5c8f8330ac7a1531464c2a4d04d483e651124d3e
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:01 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/8] gnu: linux-libre 6.8: Update to 6.8.2.
Date: Wed, 27 Mar 2024 13:38:33 +0100
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.2.
(linux-libre-6.8-pristine-source): Update hash.

Change-Id: Ia079f31d4b0b18d95ccd65ba08da735b986c473b
---
 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 6f62d1bcb0..13f7b06e07 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -497,7 +497,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.1")
+(define-public linux-libre-6.8-version "6.8.2")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -507,7 +507,7 @@ (define deblob-scripts-6.8
    (base32 "04xk6myysrfrhfpq6zah8wk2ska7idmr968nh6pcd0ixbhas2k92")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "0s7zgk9m545v8y7qjhv7cprrh58j46gpmb8iynyhy2hlwcv8j34d")))
+        (hash (base32 "013xs37cnan72baqvmn2qrcbs5bbcv1gaafrcx3a166gbgc25hws")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/8] gnu: linux-libre: Update to 6.7.11.
Date: Wed, 27 Mar 2024 13:38:34 +0100
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.11.
(linux-libre-6.7-pristine-source): Update hash.

Change-Id: Ifaed591376099432ad2a616ebb2a19b531c29b5e
---
 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 13f7b06e07..9efbeec03b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -517,7 +517,7 @@ (define-public linux-libre-6.8-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.7-version "6.7.10")
+(define-public linux-libre-6.7-version "6.7.11")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -527,7 +527,7 @@ (define deblob-scripts-6.7
    (base32 "1lhsy2qnmz47r8m926k1kng912m64j7pnpcvd1ddgdqpq5byp88j")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "00vw90mypcliq0d72jdh1ql2dfmm7gpswln2qycxdz7rfsrrzfd9")))
+        (hash (base32 "0jhb175nlcncrp0y8md7p83yydlx6qqql6llav8djbv3f74rfr1c")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.23.
Date: Wed, 27 Mar 2024 13:38:35 +0100
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.23.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I6cad5af75c5d365e0cf7b0be7d3511748f2d230f
---
 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 9efbeec03b..bf2f92156e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -536,7 +536,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.22")
+(define-public linux-libre-6.6-version "6.6.23")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -546,7 +546,7 @@ (define deblob-scripts-6.6
    (base32 "014w19b9igdy3rpwrqn21why151zlc9hdx2b1qvdkjsbz6smx3lp")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1x52c6ywmspp3naishzsknhy7i0b7mv9baxx25a0y987cjsygqr3")))
+        (hash (base32 "1fd824ia3ngy65c5qaaln7m66ca4p80bwlnvvk76pw4yrccx23r0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.153.
Date: Wed, 27 Mar 2024 13:38:37 +0100
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.153.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Ibd5a110d77a2d8bab88172fa6a63b27cfd873a1e
---
 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 ff5ff3afdd..f878637276 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -566,7 +566,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.152")
+(define-public linux-libre-5.15-version "5.15.153")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -576,7 +576,7 @@ (define deblob-scripts-5.15
    (base32 "1a4la9nfdl5qiyfbzhgbqhl638wy1crkgpfnfaj0qf3hg4jsg0g4")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "0zm4wkryj4mim4fr7pf5g9rlzh31yb1c40lkp85lvcm5yhjm507h")))
+        (hash (base32 "1g44gjcwcdq5552vwinljqwiy90bxax72jjvdasp71x88khv3pfp")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.83.
Date: Wed, 27 Mar 2024 13:38:36 +0100
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.83.
(linux-libre-6.1-pristine-source): Update hashes.

Change-Id: I2af7693bc3fdf0198a85368ffc72d422f38e186f
---
 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 bf2f92156e..ff5ff3afdd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -551,7 +551,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.82")
+(define-public linux-libre-6.1-version "6.1.83")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -561,7 +561,7 @@ (define deblob-scripts-6.1
    (base32 "08y5smwgbl2l74dlk850pbvn8d1y14cqvll2gbx80vmvfwlzp8c3")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "01pcrcjp5mifjjmfz7j1jb8nhq8nkxspavxmv1l7d1qnskcx4l6i")))
+        (hash (base32 "145iw3wii7znhrqdmgnwhswk235g6gw8axjjji2cw4rn148rddl8")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:05 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.273.
Date: Wed, 27 Mar 2024 13:38:39 +0100
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.273.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ia245de40de2307e4e8f32993ebd1b6fe68d6c81f
---
 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 becd17adb6..b4c45aca42 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -596,7 +596,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.272")
+(define-public linux-libre-5.4-version "5.4.273")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -606,7 +606,7 @@ (define deblob-scripts-5.4
    (base32 "0x0xg0fcykpd117x3q0gim8jilhx922ashhckjvafxv2gk2zzjhj")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0rp3waqrm489crcrms2ls7fxcw5jdkjhazvx82z68gj0kaaxb69m")))
+        (hash (base32 "0hs7af3mcnk5mmp3c5vjl187nva2kzsdx487nd12a8m7zb9wz84b")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:07 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.214.
Date: Wed, 27 Mar 2024 13:38:38 +0100
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.214.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: I5785db03604a9ba39c985ba1d8fe0988eac9b5f8
---
 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 f878637276..becd17adb6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -581,7 +581,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.213")
+(define-public linux-libre-5.10-version "5.10.214")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -591,7 +591,7 @@ (define deblob-scripts-5.10
    (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "105df7w6m5a3fngi6ajqs5qblaq4lbxsgcppllrk7v1r68i31kw4")))
+        (hash (base32 "0n7m82hw2rkw5mhdqw0vvmq7kq0s43jalr53sbv09wl17vai9w20")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Wed, 27 Mar 2024 12:40:08 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70027 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.311.
Date: Wed, 27 Mar 2024 13:38:40 +0100
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.311.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: Ifcac587e87e571dae492b6ff35f017f978846257
---
 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 b4c45aca42..d46b0aa33c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -611,7 +611,7 @@ (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.310")
+(define-public linux-libre-4.19-version "4.19.311")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -621,7 +621,7 @@ (define deblob-scripts-4.19
    (base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "0sfy2g9jzxd8ia0idll72l7npi2kssdkz29h8jjxhilgmg299v4m")))
+        (hash (base32 "10dww3cyazcf3wjzh8igpa0frb8gvl6amnksh42zfkji4mskh2r6")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70027; Package guix-patches. (Sat, 30 Mar 2024 20:20:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 70027 <at> debbugs.gnu.org
Subject: Re: [PATCH 0/8] linux-libre kernel updates (2024-03-27)
Date: Sat, 30 Mar 2024 16:19:32 -0400
On Wed, Mar 27, 2024 at 01:33:59PM +0100, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been another round of updates again for all 8 currently
> supported kernel versions. Haven't had the possibility yet to check
> deblob scripts as they aren't available yet.

Thanks! I updated the deblob scripts where appropriate and pushed to
'kernel-updates'.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 01 Apr 2024 15:22:02 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Mon, 01 Apr 2024 15:22:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 70027-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/8] linux-libre kernel updates (2024-03-27)
Date: Mon, 1 Apr 2024 11:21:43 -0400
On Sat, Mar 30, 2024 at 04:19:32PM -0400, Leo Famulari wrote:
> Thanks! I updated the deblob scripts where appropriate and pushed to
> 'kernel-updates'.

Pushed to 'master' as b292a172ac95ece25fbf98957ead53b0223b003e




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 30 Apr 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 days ago.

Previous Next


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