[PATCH 0/4] linux-libre kernel updates (2024-04-05)

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Wilko Meyer
Owner
unassigned
Submitted by
Wilko Meyer
Severity
normal

Debbugs page

W
W
Wilko Meyer wrote on 4 Apr 15:43 -0700
(address . guix-patches@gnu.org)
cover.1712270282.git.w@wmeyer.eu
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.


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
W
W
Wilko Meyer wrote on 4 Apr 15:50 -0700
[PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.3.
(address . 70204@debbugs.gnu.org)
a015d8a7bc82719c1af99937ed20c2f83dc63294.1712270282.git.w@wmeyer.eu
* 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(-)

Toggle diff (27 lines)
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
W
W
Wilko Meyer wrote on 4 Apr 15:50 -0700
[PATCH 2/4] gnu: linux-libre: Update to 6.7.12.
(address . 70204@debbugs.gnu.org)
adcfc221204913be71869c28bc40015421d1d105.1712270282.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 4 Apr 15:50 -0700
[PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.24.
(address . 70204@debbugs.gnu.org)
f402c9029004adfd0c8d11a16023afcea40df9f9.1712270282.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 4 Apr 15:50 -0700
[PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.84.
(address . 70204@debbugs.gnu.org)
f96dfc042ca1d2a8441bc357975536103b4994d4.1712270282.git.w@wmeyer.eu
* 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(-)

Toggle diff (27 lines)
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
L
L
Leo Famulari wrote on 4 Apr 18:15 -0700
Re: [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05)
(name . Wilko Meyer)(address . w@wmeyer.eu)
Zg9QnDXK0FfgdzoP@jasmine.lan
On Fri, Apr 05, 2024 at 12:43:01AM +0200, Wilko Meyer wrote:
Toggle quote (4 lines)
> 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:


I'd recommend removing 6.7 after a week or so has passed.
L
L
Leo Famulari wrote on 5 Apr 16:30 -0700
(name . Wilko Meyer)(address . w@wmeyer.eu)
ZhCJoUrklc8ZIKH8@jasmine.lan
On Thu, Apr 04, 2024 at 09:15:08PM -0400, Leo Famulari wrote:
Toggle quote (3 lines)
> 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'.
L
L
Leo Famulari wrote on 8 Apr 15:33 -0700
(name . Wilko Meyer)(address . w@wmeyer.eu)
ZhRwqIKsjaxdOFu8@jasmine.lan
On Fri, Apr 05, 2024 at 12:43:01AM +0200, Wilko Meyer wrote:
Toggle quote (6 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70204@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70204
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch