GNU bug report logs - #70204
[PATCH 0/4] linux-libre kernel updates (2024-04-05)

Previous Next

Package: guix-patches;

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

Date: Thu, 4 Apr 2024 22:45:02 UTC

Severity: normal

Tags: patch

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

To reply to this bug, email your comments to 70204 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#70204; Package guix-patches. (Thu, 04 Apr 2024 22:45: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. (Thu, 04 Apr 2024 22:45: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/4] linux-libre kernel updates (2024-04-05)
Date: Fri,  5 Apr 2024 00:43:01 +0200
Hi Leo,

There have been updates to the 6.x series kernels again. Also 6.7 will
be EoL soon according to this commit[0], which means I'll prepare a news
entry and a patch for removal soon-ish.

[0]: https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=68f5485ce1a5717001a6a5194bbf5c8d9dec35fd

Wilko Meyer (4):
  gnu: linux-libre 6.8: Update to 6.8.3.
  gnu: linux-libre: Update to 6.7.12.
  gnu: linux-libre 6.6: Update to 6.6.24.
  gnu: linux-libre 6.1: Update to 6.1.84.

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


base-commit: b2009a77ab68f56f18bd641e988e0e036963e633
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#70204; Package guix-patches. (Thu, 04 Apr 2024 22:51:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70204 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.3.
Date: Fri,  5 Apr 2024 00:50:13 +0200
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.3.
(linux-libre-6.8-pristine-source, deblob-scripts-6.8): Update hashes.

Change-Id: Ib4586eeaca56b0c1990e4dcc141655929f764737
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e447d63040..a8d88d0d35 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -497,17 +497,17 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.2")
+(define-public linux-libre-6.8-version "6.8.3")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
    linux-libre-6.8-version
    linux-libre-6.8-gnu-revision
    (base32 "1kqwcm8baq3zx1z8jrgnvm9yps3y9jbf4pv1pbqqprpdscgl9089")
-   (base32 "1bh8mwwarzp5l9bwa6235qqqmm0i14wix6lfs6wi7nszia5k9j0a")))
+   (base32 "0j9pj370zismhzw18iyx3lwcby3l3160xgpmh5xa8i8cr38r2z5h")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "013xs37cnan72baqvmn2qrcbs5bbcv1gaafrcx3a166gbgc25hws")))
+        (hash (base32 "11n9jsjg1wgffchpl6frk26pk4jx2m9m0w8cmizrmvhla1nvaznv")))
    (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#70204; Package guix-patches. (Thu, 04 Apr 2024 22:51:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70204 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/4] gnu: linux-libre: Update to 6.7.12.
Date: Fri,  5 Apr 2024 00:50:14 +0200
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.12.
(linux-libre-6.7-pristine-source): Update hashes.

Change-Id: I1f682455af246100f548a5623fae225957b99e68
---
 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 a8d88d0d35..a30dbc7c4d 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.11")
+(define-public linux-libre-6.7-version "6.7.12")
 (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 "16zh4cj1q7khl943ij4fzc815plbcdllns93chv6725gsm338hsl")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "0jhb175nlcncrp0y8md7p83yydlx6qqql6llav8djbv3f74rfr1c")))
+        (hash (base32 "113rf3jqfpf3wcv637zbq5ww2hpaaf23y6dsmkds01l8jkipjabc")))
    (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#70204; Package guix-patches. (Thu, 04 Apr 2024 22:51:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70204 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.24.
Date: Fri,  5 Apr 2024 00:50:15 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.24.
(linux-libre-6.6-pristine-source): Update hashes.

Change-Id: I7c425e09cd44448a09cf933aa9b83e7cc2ff9422
---
 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 a30dbc7c4d..450ed79177 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.23")
+(define-public linux-libre-6.6-version "6.6.24")
 (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 "17hq5pirvxaq1yscb204950xlakrd4r4mknjqayh1rzj4rzngzyq")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1fd824ia3ngy65c5qaaln7m66ca4p80bwlnvvk76pw4yrccx23r0")))
+        (hash (base32 "1xgni9daid8c01f29xnxvrzja4sw0b1d5hhdxcw96cg8v9wzi7iy")))
    (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#70204; Package guix-patches. (Thu, 04 Apr 2024 22:51:05 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70204 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.84.
Date: Fri,  5 Apr 2024 00:50:16 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.84.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.

Change-Id: I14dc68d7cc8422bcd7b4f1031505a3ee7375cb24
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 450ed79177..a4dc127abc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -551,17 +551,17 @@ (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.83")
+(define-public linux-libre-6.1-version "6.1.84")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
    linux-libre-6.1-version
    linux-libre-6.1-gnu-revision
    (base32 "1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy")
-   (base32 "1ixyx604zwrvn1njxadhmd9j1w3jd13xx5za789l3kj5rgygdwsm")))
+   (base32 "1kp8zl97x1hsmvmdwaq8s8gndfmf8chvlhsw216f86ishi2prws3")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "145iw3wii7znhrqdmgnwhswk235g6gw8axjjji2cw4rn148rddl8")))
+        (hash (base32 "0ykhl4i6yhryzgjkdbdz4pd3b1ghv84h6mpn7bdx0ra7w7mx55xg")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70204; Package guix-patches. (Fri, 05 Apr 2024 01:16:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 70204 <at> debbugs.gnu.org
Subject: Re: [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05)
Date: Thu, 4 Apr 2024 21:15:08 -0400
On Fri, Apr 05, 2024 at 12:43:01AM +0200, Wilko Meyer wrote:
> There have been updates to the 6.x series kernels again. Also 6.7 will
> be EoL soon according to this commit[0], which means I'll prepare a news
> entry and a patch for removal soon-ish.

Thanks! Already there were new releases for 6.8 and 6.6, so I replaced
that commits with newer updates and pushed to 'kernel-updates'.

I would interpret upstream's 6.7 announcement to mean that it's EoL now,
so I updated to 6.8 in a subsequent push that will get its own jobset:

https://ci.guix.gnu.org/jobset/kernel-updates

I'd recommend removing 6.7 after a week or so has passed.




Information forwarded to guix-patches <at> gnu.org:
bug#70204; Package guix-patches. (Fri, 05 Apr 2024 23:31:04 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 70204 <at> debbugs.gnu.org
Subject: Re: [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05)
Date: Fri, 5 Apr 2024 19:30:41 -0400
On Thu, Apr 04, 2024 at 09:15:08PM -0400, Leo Famulari wrote:
> Thanks! Already there were new releases for 6.8 and 6.6, so I replaced
> that commits with newer updates and pushed to 'kernel-updates'.

I made a mistake registering the deblob-scripts updates, so I just
pushed a revised series to 'kernel-updates'.




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

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

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 70204-done <at> debbugs.gnu.org
Subject: Re: [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05)
Date: Mon, 8 Apr 2024 18:33:12 -0400
On Fri, Apr 05, 2024 at 12:43:01AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There have been updates to the 6.x series kernels again. Also 6.7 will
> be EoL soon according to this commit[0], which means I'll prepare a news
> entry and a patch for removal soon-ish.

Pushed as 27921a9258439d1a8f06ed685ffe9d20c9628149




This bug report was last modified 25 days ago.

Previous Next


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