unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05)
@ 2024-04-04 22:43 Wilko Meyer
  2024-04-04 22:50 ` [bug#70204] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.3 Wilko Meyer
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-04 22:43 UTC (permalink / raw)
  To: 70204; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#70204] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.3.
  2024-04-04 22:43 [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Wilko Meyer
@ 2024-04-04 22:50 ` Wilko Meyer
  2024-04-04 22:50 ` [bug#70204] [PATCH 2/4] gnu: linux-libre: Update to 6.7.12 Wilko Meyer
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-04 22:50 UTC (permalink / raw)
  To: 70204; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* 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





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#70204] [PATCH 2/4] gnu: linux-libre: Update to 6.7.12.
  2024-04-04 22:43 [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Wilko Meyer
  2024-04-04 22:50 ` [bug#70204] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.3 Wilko Meyer
@ 2024-04-04 22:50 ` Wilko Meyer
  2024-04-04 22:50 ` [bug#70204] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.24 Wilko Meyer
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-04 22:50 UTC (permalink / raw)
  To: 70204; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* 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





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#70204] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.24.
  2024-04-04 22:43 [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Wilko Meyer
  2024-04-04 22:50 ` [bug#70204] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.3 Wilko Meyer
  2024-04-04 22:50 ` [bug#70204] [PATCH 2/4] gnu: linux-libre: Update to 6.7.12 Wilko Meyer
@ 2024-04-04 22:50 ` Wilko Meyer
  2024-04-04 22:50 ` [bug#70204] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.84 Wilko Meyer
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-04 22:50 UTC (permalink / raw)
  To: 70204; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* 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





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#70204] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.84.
  2024-04-04 22:43 [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-04-04 22:50 ` [bug#70204] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.24 Wilko Meyer
@ 2024-04-04 22:50 ` Wilko Meyer
  2024-04-05  1:15 ` [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Leo Famulari
  2024-04-08 22:33 ` bug#70204: " Leo Famulari
  5 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-04 22:50 UTC (permalink / raw)
  To: 70204; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* 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





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05)
  2024-04-04 22:43 [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-04-04 22:50 ` [bug#70204] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.84 Wilko Meyer
@ 2024-04-05  1:15 ` Leo Famulari
  2024-04-05 23:30   ` Leo Famulari
  2024-04-08 22:33 ` bug#70204: " Leo Famulari
  5 siblings, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2024-04-05  1:15 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: Tobias Geerinckx-Rice, 70204

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.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05)
  2024-04-05  1:15 ` [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Leo Famulari
@ 2024-04-05 23:30   ` Leo Famulari
  0 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2024-04-05 23:30 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: Tobias Geerinckx-Rice, 70204

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'.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#70204: [PATCH 0/4] linux-libre kernel updates (2024-04-05)
  2024-04-04 22:43 [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-04-05  1:15 ` [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Leo Famulari
@ 2024-04-08 22:33 ` Leo Famulari
  5 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2024-04-08 22:33 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: Tobias Geerinckx-Rice, 70204-done

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-08 22:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 22:43 [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Wilko Meyer
2024-04-04 22:50 ` [bug#70204] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.3 Wilko Meyer
2024-04-04 22:50 ` [bug#70204] [PATCH 2/4] gnu: linux-libre: Update to 6.7.12 Wilko Meyer
2024-04-04 22:50 ` [bug#70204] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.24 Wilko Meyer
2024-04-04 22:50 ` [bug#70204] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.84 Wilko Meyer
2024-04-05  1:15 ` [bug#70204] [PATCH 0/4] linux-libre kernel updates (2024-04-05) Leo Famulari
2024-04-05 23:30   ` Leo Famulari
2024-04-08 22:33 ` bug#70204: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).