unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25)
@ 2024-05-25 17:08 Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:08 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

Hi Leo,

There's been another round of kernel updates. Deblob scripts aren't available yet, will check if they've changed later on today!

Wilko Meyer (8):
  gnu: linux-libre 6.9: Update to 6.9.2.
  gnu: linux-libre-6.8: Update to 6.8.11.
  gnu: linux-libre 6.6: Update to 6.6.32.
  gnu: linux-libre 6.1: Update to 6.1.92.
  gnu: linux-libre 5.15: Update to 5.15.160.
  gnu: linux-libre 5.10: Update to 5.10.218.
  gnu: linux-libre 5.4: Update to 5.4.277.
  gnu: linux-libre 4.19: Update to 4.19.315.

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


base-commit: 0e24a7138ab3babfaa242fb97aa55fee55d5b73f
-- 
2.41.0





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

* [bug#71199] [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.2.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.11 Wilko Meyer
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.2.
(linux-libre-6.9-pristine-source): Update hash.

Change-Id: I05f07f0ad921bdbcbc1e7263d0751ac462a9365a
---
 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 14ba70059e..ea1f03f1b9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -503,7 +503,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.9-version "6.9.1")
+(define-public linux-libre-6.9-version "6.9.2")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
@@ -513,7 +513,7 @@ (define deblob-scripts-6.9
    (base32 "0a8ikg2b4q6xkd3pnzvd777ngrx74by7l13q7jg4n88myfxqk9xb")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "0jn0qp22vx7xf2mgaj7cwf8agqhahvrwlda4ak6rw67xk2x19d01")))
+        (hash (base32 "1yg5j284y1gz7zwxjz2abvlnas259m1y1vzd9lmcqqar5kgmnv6l")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.9)))
-- 
2.41.0





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

* [bug#71199] [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.11.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.32 Wilko Meyer
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.11.
(linux-libre-6.8-pristine-source): Update hashes.

Change-Id: I5eedf40c8f3ad42805d38f6e7b057a6b0171ae33
---
 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 ea1f03f1b9..be59abc754 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -521,7 +521,7 @@ (define-public linux-libre-6.9-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.8-version "6.8.10")
+(define-public linux-libre-6.8-version "6.8.11")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -531,7 +531,7 @@ (define deblob-scripts-6.8
    (base32 "1lr4jgj7ii06fgkhnygvkvhz1sp898z801f7sc3zl70241ld06lb")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "0xjirg2w5fc2w2q6wr702akszq32m31lk4q5nbjq10zqhbcr5fxh")))
+        (hash (base32 "1di8kr596sf68sm61kp5rz6bn3sb0q5ag1qc5hm8f9dpyq4wv3dp")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))
-- 
2.41.0





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

* [bug#71199] [PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.32.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.11 Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.92 Wilko Meyer
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.32.
  (linux-libre-6.6-pristine-source): Update hashes.

Change-Id: I518ccfefd49ec31341f2d47e096898292fa7f914
---
 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 be59abc754..e2b107c44f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -540,7 +540,7 @@ (define-public linux-libre-6.8-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.31")
+(define-public linux-libre-6.6-version "6.6.32")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -550,7 +550,7 @@ (define deblob-scripts-6.6
    (base32 "115kma7n9c1z9iqp8xnm4mvfz8cgqmc6jn6a7jg5vq0d4c7nr92w")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "080wwrc231fbf43hvvygddmdxdspyw23jc5vnd6fr5ccdybgzv6n")))
+        (hash (base32 "1qbc8dqmk2xs1cz968rysw5xvhq3lj8g0pxp48fr2qbzy3m29a5a")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#71199] [PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.92.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-05-25 17:12 ` [bug#71199] [PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.32 Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.160 Wilko Meyer
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.92.
(linux-libre-6.1-pristine-source): Update hashes.

Change-Id: Ica9c1ad4e7505dd19dbf2e0852bad8550acec44d
---
 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 e2b107c44f..628fbdfdfe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -555,7 +555,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.91")
+(define-public linux-libre-6.1-version "6.1.92")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -565,7 +565,7 @@ (define deblob-scripts-6.1
    (base32 "0nq8b6rnn031wl0qz7ahyfs3hcb0qsr7hzdmxi2g33ycsm9955lk")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1v2d5syxwwqlhvjzxk003qz9sr18r0n8dgg976vbi492r9iww2l8")))
+        (hash (base32 "1j9n8gk76nn4gw42iba5zgghr360gb9n1mslr5dyv76wpwkz86ch")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#71199] [PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.160.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-05-25 17:12 ` [bug#71199] [PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.92 Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.218 Wilko Meyer
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.160.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Ic3eddd036fc083cfb4c9ca0d549757c957bd388a
---
 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 628fbdfdfe..35fc83be9e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -570,7 +570,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.159")
+(define-public linux-libre-5.15-version "5.15.160")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -580,7 +580,7 @@ (define deblob-scripts-5.15
    (base32 "121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1ia1nfci2wkx4nhnldfczpcq47mp7y7g657ikkh8i72y498gwy1l")))
+        (hash (base32 "018v19a7rhzc4szybzzn86jlnk42x7jm6xkadfd2d3xq6f7727pl")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#71199] [PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.218.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-05-25 17:12 ` [bug#71199] [PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.160 Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.277 Wilko Meyer
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.218.
(linux-libre-5.10-pristine-source): Update hashes.

Change-Id: Ied5ce90401f0934ce9fcedad9be86376d3288f56
---
 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 35fc83be9e..f0b0923184 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -585,7 +585,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.217")
+(define-public linux-libre-5.10-version "5.10.218")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -595,7 +595,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 "0qhzqrjci45vcbzjch7vq75i6hpyap6yb7jw6g71phcnqgzw2ay5")))
+        (hash (base32 "1mmj5hwm5i16gc1y4nzr1cs882vi6vrihrincdcivv63x11v4dlw")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#71199] [PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.277.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
                   ` (5 preceding siblings ...)
  2024-05-25 17:12 ` [bug#71199] [PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.218 Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-25 17:12 ` [bug#71199] [PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.315 Wilko Meyer
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.277.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: I0a51101f41109f784cb7a2cda47a01ab79378b46
---
 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 f0b0923184..03d59a9a1f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -600,7 +600,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.276")
+(define-public linux-libre-5.4-version "5.4.277")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -610,7 +610,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 "01vfx19n8rv9fgjjzvi78125md71zgn5jrinbarabzr18jyjwwg2")))
+        (hash (base32 "0l8zq3k07hdprfpvw69ykkf2pdg8wiv28xz733yxsjcfb0l5n7vy")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#71199] [PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.315.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
                   ` (6 preceding siblings ...)
  2024-05-25 17:12 ` [bug#71199] [PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.277 Wilko Meyer
@ 2024-05-25 17:12 ` Wilko Meyer
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
  2024-05-26 19:03 ` bug#71199: [PATCH 0/8] linux-libre kernel updates (2024-05-25) Leo Famulari
  9 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-25 17:12 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.315.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I43b80c214d87e385e422ce064c3d04e11c4a1997
---
 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 03d59a9a1f..7231244918 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -615,7 +615,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.314")
+(define-public linux-libre-4.19-version "4.19.315")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -625,7 +625,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 "0nvrpg5aj2q4h2drmczprqaprcc2zhcrijfri77b830ms8rg4y2a")))
+        (hash (base32 "1j1j8awy0237jp2r211qpa305c10y7rlcbkxkzdvzbgyhwy4spkc")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2.
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
                   ` (7 preceding siblings ...)
  2024-05-25 17:12 ` [bug#71199] [PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.315 Wilko Meyer
@ 2024-05-26 17:32 ` Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 2/8] gnu: linux-libre-6.8: Update to 6.8.11 Wilko Meyer
                     ` (6 more replies)
  2024-05-26 19:03 ` bug#71199: [PATCH 0/8] linux-libre kernel updates (2024-05-25) Leo Famulari
  9 siblings, 7 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.2.
(linux-libre-6.9-pristine-source, deblob-scripts-6.9): Update hash.

Change-Id: I05f07f0ad921bdbcbc1e7263d0751ac462a9365a
---
 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 14ba70059e..fcaab26926 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -503,17 +503,17 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.9-version "6.9.1")
+(define-public linux-libre-6.9-version "6.9.2")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
    linux-libre-6.9-version
    linux-libre-6.9-gnu-revision
-   (base32 "1lzbn7v25473ggsjp6064ixhzir0y11h74hfxiav7zyjj64kvjiw")
-   (base32 "0a8ikg2b4q6xkd3pnzvd777ngrx74by7l13q7jg4n88myfxqk9xb")))
+   (base32 "1izfwmk0mxikx3bblcwiyrxdd4bg9v0jsph3i8gvrpjb7kw0lhna")
+   (base32 "0b8hsr0s4f3hps27bmd5qj1yknhd73q4zplr4v3lmq7sr57mgly6")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "0jn0qp22vx7xf2mgaj7cwf8agqhahvrwlda4ak6rw67xk2x19d01")))
+        (hash (base32 "1yg5j284y1gz7zwxjz2abvlnas259m1y1vzd9lmcqqar5kgmnv6l")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.9)))

base-commit: 0e24a7138ab3babfaa242fb97aa55fee55d5b73f
-- 
2.41.0





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

* [bug#71199] [PATCH v2 2/8] gnu: linux-libre-6.8: Update to 6.8.11.
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
@ 2024-05-26 17:32   ` Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 3/8] gnu: linux-libre 6.6: Update to 6.6.32 Wilko Meyer
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.11.
(linux-libre-6.8-pristine-source, deblob-scripts-6.8): Update hash.

Change-Id: I5eedf40c8f3ad42805d38f6e7b057a6b0171ae33
---
 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 fcaab26926..52e432fe1b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -521,17 +521,17 @@ (define-public linux-libre-6.9-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.8-version "6.8.10")
+(define-public linux-libre-6.8-version "6.8.11")
 (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 "0340z315zxz8wd2vlw5i5hgha10iy2yql1bglgl3dci7d2mvmihn")
-   (base32 "1lr4jgj7ii06fgkhnygvkvhz1sp898z801f7sc3zl70241ld06lb")))
+   (base32 "17gvccv60mcpi8l9d83p4jh56vhwsv62blahz774kzyb40j8jsd4")
+   (base32 "049qgwx6njh139vzdhgyzpfbc58vqs66nbsyblq6vszqrz27kmki")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "0xjirg2w5fc2w2q6wr702akszq32m31lk4q5nbjq10zqhbcr5fxh")))
+        (hash (base32 "1di8kr596sf68sm61kp5rz6bn3sb0q5ag1qc5hm8f9dpyq4wv3dp")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))
-- 
2.41.0





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

* [bug#71199] [PATCH v2 3/8] gnu: linux-libre 6.6: Update to 6.6.32.
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 2/8] gnu: linux-libre-6.8: Update to 6.8.11 Wilko Meyer
@ 2024-05-26 17:32   ` Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 4/8] gnu: linux-libre 6.1: Update to 6.1.92 Wilko Meyer
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.32.
  (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hash.

Change-Id: I518ccfefd49ec31341f2d47e096898292fa7f914
---
 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 52e432fe1b..0284ec18ee 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -540,17 +540,17 @@ (define-public linux-libre-6.8-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.31")
+(define-public linux-libre-6.6-version "6.6.32")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
    linux-libre-6.6-version
    linux-libre-6.6-gnu-revision
    (base32 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
-   (base32 "115kma7n9c1z9iqp8xnm4mvfz8cgqmc6jn6a7jg5vq0d4c7nr92w")))
+   (base32 "0g45msp8l6hm8b9yq1rp03wab3ssahm5z3zflkspi16d42ikm793")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "080wwrc231fbf43hvvygddmdxdspyw23jc5vnd6fr5ccdybgzv6n")))
+        (hash (base32 "1qbc8dqmk2xs1cz968rysw5xvhq3lj8g0pxp48fr2qbzy3m29a5a")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#71199] [PATCH v2 4/8] gnu: linux-libre 6.1: Update to 6.1.92.
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 2/8] gnu: linux-libre-6.8: Update to 6.8.11 Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 3/8] gnu: linux-libre 6.6: Update to 6.6.32 Wilko Meyer
@ 2024-05-26 17:32   ` Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 5/8] gnu: linux-libre 5.15: Update to 5.15.160 Wilko Meyer
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.92.
(linux-libre-6.1-pristine-source): Update hashes.

Change-Id: Ica9c1ad4e7505dd19dbf2e0852bad8550acec44d
---
 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 0284ec18ee..784818d27a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -555,7 +555,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.91")
+(define-public linux-libre-6.1-version "6.1.92")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -565,7 +565,7 @@ (define deblob-scripts-6.1
    (base32 "0nq8b6rnn031wl0qz7ahyfs3hcb0qsr7hzdmxi2g33ycsm9955lk")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1v2d5syxwwqlhvjzxk003qz9sr18r0n8dgg976vbi492r9iww2l8")))
+        (hash (base32 "1j9n8gk76nn4gw42iba5zgghr360gb9n1mslr5dyv76wpwkz86ch")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#71199] [PATCH v2 5/8] gnu: linux-libre 5.15: Update to 5.15.160.
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
                     ` (2 preceding siblings ...)
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 4/8] gnu: linux-libre 6.1: Update to 6.1.92 Wilko Meyer
@ 2024-05-26 17:32   ` Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 6/8] gnu: linux-libre 5.10: Update to 5.10.218 Wilko Meyer
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.160.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Ic3eddd036fc083cfb4c9ca0d549757c957bd388a
---
 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 784818d27a..21f70184a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -570,7 +570,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.159")
+(define-public linux-libre-5.15-version "5.15.160")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -580,7 +580,7 @@ (define deblob-scripts-5.15
    (base32 "121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1ia1nfci2wkx4nhnldfczpcq47mp7y7g657ikkh8i72y498gwy1l")))
+        (hash (base32 "018v19a7rhzc4szybzzn86jlnk42x7jm6xkadfd2d3xq6f7727pl")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#71199] [PATCH v2 6/8] gnu: linux-libre 5.10: Update to 5.10.218.
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
                     ` (3 preceding siblings ...)
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 5/8] gnu: linux-libre 5.15: Update to 5.15.160 Wilko Meyer
@ 2024-05-26 17:32   ` Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 7/8] gnu: linux-libre 5.4: Update to 5.4.277 Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 8/8] gnu: linux-libre 4.19: Update to 4.19.315 Wilko Meyer
  6 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.218.
(linux-libre-5.10-pristine-source): Update hashes.

Change-Id: Ied5ce90401f0934ce9fcedad9be86376d3288f56
---
 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 21f70184a8..99e90d1d1d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -585,7 +585,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.217")
+(define-public linux-libre-5.10-version "5.10.218")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -595,7 +595,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 "0qhzqrjci45vcbzjch7vq75i6hpyap6yb7jw6g71phcnqgzw2ay5")))
+        (hash (base32 "1mmj5hwm5i16gc1y4nzr1cs882vi6vrihrincdcivv63x11v4dlw")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#71199] [PATCH v2 7/8] gnu: linux-libre 5.4: Update to 5.4.277.
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
                     ` (4 preceding siblings ...)
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 6/8] gnu: linux-libre 5.10: Update to 5.10.218 Wilko Meyer
@ 2024-05-26 17:32   ` Wilko Meyer
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 8/8] gnu: linux-libre 4.19: Update to 4.19.315 Wilko Meyer
  6 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.277.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: I0a51101f41109f784cb7a2cda47a01ab79378b46
---
 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 99e90d1d1d..873b2dd801 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -600,7 +600,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.276")
+(define-public linux-libre-5.4-version "5.4.277")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -610,7 +610,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 "01vfx19n8rv9fgjjzvi78125md71zgn5jrinbarabzr18jyjwwg2")))
+        (hash (base32 "0l8zq3k07hdprfpvw69ykkf2pdg8wiv28xz733yxsjcfb0l5n7vy")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#71199] [PATCH v2 8/8] gnu: linux-libre 4.19: Update to 4.19.315.
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
                     ` (5 preceding siblings ...)
  2024-05-26 17:32   ` [bug#71199] [PATCH v2 7/8] gnu: linux-libre 5.4: Update to 5.4.277 Wilko Meyer
@ 2024-05-26 17:32   ` Wilko Meyer
  6 siblings, 0 replies; 18+ messages in thread
From: Wilko Meyer @ 2024-05-26 17:32 UTC (permalink / raw)
  To: 71199; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.315.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I43b80c214d87e385e422ce064c3d04e11c4a1997
---
 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 873b2dd801..1434c806e8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -615,7 +615,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.314")
+(define-public linux-libre-4.19-version "4.19.315")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -625,7 +625,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 "0nvrpg5aj2q4h2drmczprqaprcc2zhcrijfri77b830ms8rg4y2a")))
+        (hash (base32 "1j1j8awy0237jp2r211qpa305c10y7rlcbkxkzdvzbgyhwy4spkc")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* bug#71199: [PATCH 0/8] linux-libre kernel updates (2024-05-25)
  2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
                   ` (8 preceding siblings ...)
  2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
@ 2024-05-26 19:03 ` Leo Famulari
  9 siblings, 0 replies; 18+ messages in thread
From: Leo Famulari @ 2024-05-26 19:03 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 71199-done

On Sat, May 25, 2024 at 07:08:49PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been another round of kernel updates. Deblob scripts aren't available yet, will check if they've changed later on today!
> 
> Wilko Meyer (8):
>   gnu: linux-libre 6.9: Update to 6.9.2.
>   gnu: linux-libre-6.8: Update to 6.8.11.
>   gnu: linux-libre 6.6: Update to 6.6.32.
>   gnu: linux-libre 6.1: Update to 6.1.92.
>   gnu: linux-libre 5.15: Update to 5.15.160.
>   gnu: linux-libre 5.10: Update to 5.10.218.
>   gnu: linux-libre 5.4: Update to 5.4.277.
>   gnu: linux-libre 4.19: Update to 4.19.315.

Pushed as 0f3a25a25e212bfa8ab9db37d267fb260a087e5d, thanks!




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

end of thread, other threads:[~2024-05-26 19:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25 17:08 [bug#71199] [PATCH 0/8] linux-libre kernel updates (2024-05-25) Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 2/8] gnu: linux-libre-6.8: Update to 6.8.11 Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.32 Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.92 Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.160 Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.218 Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.277 Wilko Meyer
2024-05-25 17:12 ` [bug#71199] [PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.315 Wilko Meyer
2024-05-26 17:32 ` [bug#71199] [PATCH v2 1/8] gnu: linux-libre 6.9: Update to 6.9.2 Wilko Meyer
2024-05-26 17:32   ` [bug#71199] [PATCH v2 2/8] gnu: linux-libre-6.8: Update to 6.8.11 Wilko Meyer
2024-05-26 17:32   ` [bug#71199] [PATCH v2 3/8] gnu: linux-libre 6.6: Update to 6.6.32 Wilko Meyer
2024-05-26 17:32   ` [bug#71199] [PATCH v2 4/8] gnu: linux-libre 6.1: Update to 6.1.92 Wilko Meyer
2024-05-26 17:32   ` [bug#71199] [PATCH v2 5/8] gnu: linux-libre 5.15: Update to 5.15.160 Wilko Meyer
2024-05-26 17:32   ` [bug#71199] [PATCH v2 6/8] gnu: linux-libre 5.10: Update to 5.10.218 Wilko Meyer
2024-05-26 17:32   ` [bug#71199] [PATCH v2 7/8] gnu: linux-libre 5.4: Update to 5.4.277 Wilko Meyer
2024-05-26 17:32   ` [bug#71199] [PATCH v2 8/8] gnu: linux-libre 4.19: Update to 4.19.315 Wilko Meyer
2024-05-26 19:03 ` bug#71199: [PATCH 0/8] linux-libre kernel updates (2024-05-25) 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).