unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23)
@ 2024-02-23 13:26 Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:26 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

Hi Leo,

There has been a recent round of kernel updates again affecting all
currently supported series. Deblob scripts aren't uploaded yet, so I'll
have to check if they've been changed later on.

Wilko Meyer (7):
  gnu: linux-libre 6.7: Update to 6.7.6.
  gnu: linux-libre 6.6: Update to 6.6.18.
  gnu: linux-libre 6.1: Update to 6.1.79.
  gnu: linux-libre 5.15: Update to 5.15.149.
  gnu: linux-libre 5.10: Update to 5.10.210.
  gnu: linux-libre 5.4: Update to 5.4.269.
  gnu: linux-libre 4.19: Update to 4.19.307.

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


base-commit: 75a9e9a297abca0160bec55836fd76ce00b66c5e
-- 
2.41.0





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

* [bug#69326] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.6.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
@ 2024-02-23 13:28 ` Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.18 Wilko Meyer
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:28 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

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

Change-Id: Ic1511423b3894c5a80240bebe369c861de6384a3
---
 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 339add4d82..3f28bc8d44 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -496,7 +496,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.5")
+(define-public linux-libre-6.7-version "6.7.6")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -506,7 +506,7 @@ (define deblob-scripts-6.7
    (base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "1zrralagnv9yr8qdg7lc05735691dbh92mgwfyxrq5xqc504dxi9")))
+        (hash (base32 "1lrp7pwnxnqyy8c2l4n4nz997039gbnssrfm8ss8kl3h2c7fr2g4")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))
-- 
2.41.0





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

* [bug#69326] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.18.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
@ 2024-02-23 13:28 ` Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.79 Wilko Meyer
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:28 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

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

Change-Id: I1167a7aeb1118f8aaf6c74306e82f8e33f73f0e8
---
 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 3f28bc8d44..b5bfea8783 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -514,7 +514,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.6-version "6.6.17")
+(define-public linux-libre-6.6-version "6.6.18")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -524,7 +524,7 @@ (define deblob-scripts-6.6
    (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0si20m9ckir826jg40bh7sh4kwlp610rnc3gwsgs4nm7dfcm0xpf")))
+        (hash (base32 "07cv97l5jiakmmv35n0ganvqfr0590b02f3qb617qkx1zg2xhhsf")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#69326] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.79.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.18 Wilko Meyer
@ 2024-02-23 13:28 ` Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.149 Wilko Meyer
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:28 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

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

Change-Id: I280553d8efd294ac044765629c920e593185e3c8
---
 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 b5bfea8783..42794388fc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (define-public linux-libre-6.6-pristine-source
 ;; The "longterm" kernels — the older releases with long-term upstream support.
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.1-version "6.1.78")
+(define-public linux-libre-6.1-version "6.1.79")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ (define deblob-scripts-6.1
    (base32 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "12fn23m2xwdlv6gr1s8872lk8mvigqkblvlhr54nh8rik2b6n835")))
+        (hash (base32 "16xkd0hcslqlcf55d4ivzhf1fkhfs5yy0m9arbax8pmm5yi9r97s")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#69326] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.149.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-02-23 13:28 ` [bug#69326] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.79 Wilko Meyer
@ 2024-02-23 13:28 ` Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.210 Wilko Meyer
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:28 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

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

Change-Id: I7c129f78db381e7733d240d77de534f8b5b387ad
---
 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 42794388fc..8814461fdd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.148")
+(define-public linux-libre-5.15-version "5.15.149")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-5.15
    (base32 "14pw0yl0yxdgcdp01rpi91ylil9irwzxfq04kfvn3gg2abaq37bn")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1n75lrck581mppx84cds1a1l5vj05cdkp8ahpry7dx6rgz4pb1f4")))
+        (hash (base32 "1c01fnaghj55mkgsgddznq1zq4mswsa05rz00kmh1d3y6sd8115x")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#69326] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.210.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-02-23 13:28 ` [bug#69326] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.149 Wilko Meyer
@ 2024-02-23 13:28 ` Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.269 Wilko Meyer
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:28 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

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

Change-Id: I707cd72140fe0f0879082668cd5aa8346df1aab3
---
 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 8814461fdd..540202ec4b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,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.209")
+(define-public linux-libre-5.10-version "5.10.210")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -572,7 +572,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 "1mc8rssk5aypgb58jz6i2bbflfr6qh1kgqpam0k8fqvwcjnjzqj4")))
+        (hash (base32 "0vggj3a71awc1w803cdzrnkn88rxr7l1xh9mmdcw9hzxj1d3r9jf")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#69326] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.269.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-02-23 13:28 ` [bug#69326] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.210 Wilko Meyer
@ 2024-02-23 13:28 ` Wilko Meyer
  2024-02-23 13:28 ` [bug#69326] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.307 Wilko Meyer
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
  7 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:28 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

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

Change-Id: I5d0ac105976a12b8233804a35080838099f3f7e4
---
 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 540202ec4b..6cf57f88b6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,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.268")
+(define-public linux-libre-5.4-version "5.4.269")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -587,7 +587,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 "081695lgkdwlrp6gpp6pyflgh76zax1w52shys4s9zjnrfkarj5g")))
+        (hash (base32 "1kqqm4hpif3jy2ycnb0dfjgzyn18vqhm1i5q7d7rkisks33bwm7z")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#69326] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.307.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
                   ` (5 preceding siblings ...)
  2024-02-23 13:28 ` [bug#69326] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.269 Wilko Meyer
@ 2024-02-23 13:28 ` Wilko Meyer
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
  7 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 13:28 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo

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

Change-Id: Ib88b6bac125a919706202a975311201478251030
---
 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 6cf57f88b6..b5636f151f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -592,7 +592,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.306")
+(define-public linux-libre-4.19-version "4.19.307")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -602,7 +602,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 "06dy270xw4frnrc9p2qjh8chgp02fr5ll5g2b0lx9xqzlq7y86xr")))
+        (hash (base32 "0lp3fc7sqy48vpcl2g0n1bz7i1hp9k0nlz3i1xfh9l056ihzzvl3")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6.
  2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
                   ` (6 preceding siblings ...)
  2024-02-23 13:28 ` [bug#69326] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.307 Wilko Meyer
@ 2024-02-23 21:38 ` Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 2/7] gnu: linux-libre 6.6: Update to 6.6.18 Wilko Meyer
                     ` (6 more replies)
  7 siblings, 7 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 21:38 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Ic1511423b3894c5a80240bebe369c861de6384a3
---
 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 339add4d82..3f28bc8d44 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -496,7 +496,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.5")
+(define-public linux-libre-6.7-version "6.7.6")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -506,7 +506,7 @@ (define deblob-scripts-6.7
    (base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "1zrralagnv9yr8qdg7lc05735691dbh92mgwfyxrq5xqc504dxi9")))
+        (hash (base32 "1lrp7pwnxnqyy8c2l4n4nz997039gbnssrfm8ss8kl3h2c7fr2g4")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))

base-commit: 75a9e9a297abca0160bec55836fd76ce00b66c5e
-- 
2.41.0





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

* [bug#69326] [PATCH v2 2/7] gnu: linux-libre 6.6: Update to 6.6.18.
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
@ 2024-02-23 21:38   ` Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 3/7] gnu: linux-libre 6.1: Update to 6.1.79 Wilko Meyer
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 21:38 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: I1167a7aeb1118f8aaf6c74306e82f8e33f73f0e8
---
 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 3f28bc8d44..b5bfea8783 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -514,7 +514,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.6-version "6.6.17")
+(define-public linux-libre-6.6-version "6.6.18")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -524,7 +524,7 @@ (define deblob-scripts-6.6
    (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0si20m9ckir826jg40bh7sh4kwlp610rnc3gwsgs4nm7dfcm0xpf")))
+        (hash (base32 "07cv97l5jiakmmv35n0ganvqfr0590b02f3qb617qkx1zg2xhhsf")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#69326] [PATCH v2 3/7] gnu: linux-libre 6.1: Update to 6.1.79.
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 2/7] gnu: linux-libre 6.6: Update to 6.6.18 Wilko Meyer
@ 2024-02-23 21:38   ` Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 4/7] gnu: linux-libre 5.15: Update to 5.15.149 Wilko Meyer
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 21:38 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: I280553d8efd294ac044765629c920e593185e3c8
---
 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 b5bfea8783..67709dde03 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,17 +532,17 @@ (define-public linux-libre-6.6-pristine-source
 ;; The "longterm" kernels — the older releases with long-term upstream support.
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.1-version "6.1.78")
+(define-public linux-libre-6.1-version "6.1.79")
 (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 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f")))
+   (base32 "0vghx43lf7madaihsm279qnw8fsmgwq6p7r39r2m645mvap8mjxw")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "12fn23m2xwdlv6gr1s8872lk8mvigqkblvlhr54nh8rik2b6n835")))
+        (hash (base32 "16xkd0hcslqlcf55d4ivzhf1fkhfs5yy0m9arbax8pmm5yi9r97s")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#69326] [PATCH v2 4/7] gnu: linux-libre 5.15: Update to 5.15.149.
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 2/7] gnu: linux-libre 6.6: Update to 6.6.18 Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 3/7] gnu: linux-libre 6.1: Update to 6.1.79 Wilko Meyer
@ 2024-02-23 21:38   ` Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 5/7] gnu: linux-libre 5.10: Update to 5.10.210 Wilko Meyer
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 21:38 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: I7c129f78db381e7733d240d77de534f8b5b387ad
---
 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 67709dde03..da700849f7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.148")
+(define-public linux-libre-5.15-version "5.15.149")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-5.15
    (base32 "14pw0yl0yxdgcdp01rpi91ylil9irwzxfq04kfvn3gg2abaq37bn")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1n75lrck581mppx84cds1a1l5vj05cdkp8ahpry7dx6rgz4pb1f4")))
+        (hash (base32 "1c01fnaghj55mkgsgddznq1zq4mswsa05rz00kmh1d3y6sd8115x")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#69326] [PATCH v2 5/7] gnu: linux-libre 5.10: Update to 5.10.210.
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
                     ` (2 preceding siblings ...)
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 4/7] gnu: linux-libre 5.15: Update to 5.15.149 Wilko Meyer
@ 2024-02-23 21:38   ` Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 6/7] gnu: linux-libre 5.4: Update to 5.4.269 Wilko Meyer
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 21:38 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: I707cd72140fe0f0879082668cd5aa8346df1aab3
---
 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 da700849f7..b5d5b2697c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,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.209")
+(define-public linux-libre-5.10-version "5.10.210")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -572,7 +572,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 "1mc8rssk5aypgb58jz6i2bbflfr6qh1kgqpam0k8fqvwcjnjzqj4")))
+        (hash (base32 "0vggj3a71awc1w803cdzrnkn88rxr7l1xh9mmdcw9hzxj1d3r9jf")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#69326] [PATCH v2 6/7] gnu: linux-libre 5.4: Update to 5.4.269.
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
                     ` (3 preceding siblings ...)
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 5/7] gnu: linux-libre 5.10: Update to 5.10.210 Wilko Meyer
@ 2024-02-23 21:38   ` Wilko Meyer
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 7/7] gnu: linux-libre 4.19: Update to 4.19.307 Wilko Meyer
  2024-02-27 18:45   ` bug#69326: [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Leo Famulari
  6 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 21:38 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: I5d0ac105976a12b8233804a35080838099f3f7e4
---
 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 b5d5b2697c..5d941e6973 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,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.268")
+(define-public linux-libre-5.4-version "5.4.269")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -587,7 +587,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 "081695lgkdwlrp6gpp6pyflgh76zax1w52shys4s9zjnrfkarj5g")))
+        (hash (base32 "1kqqm4hpif3jy2ycnb0dfjgzyn18vqhm1i5q7d7rkisks33bwm7z")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#69326] [PATCH v2 7/7] gnu: linux-libre 4.19: Update to 4.19.307.
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
                     ` (4 preceding siblings ...)
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 6/7] gnu: linux-libre 5.4: Update to 5.4.269 Wilko Meyer
@ 2024-02-23 21:38   ` Wilko Meyer
  2024-02-27 18:45   ` bug#69326: [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Leo Famulari
  6 siblings, 0 replies; 16+ messages in thread
From: Wilko Meyer @ 2024-02-23 21:38 UTC (permalink / raw)
  To: 69326; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Ib88b6bac125a919706202a975311201478251030
---
 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 5d941e6973..e0b3ad2391 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -592,7 +592,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.306")
+(define-public linux-libre-4.19-version "4.19.307")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -602,7 +602,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 "06dy270xw4frnrc9p2qjh8chgp02fr5ll5g2b0lx9xqzlq7y86xr")))
+        (hash (base32 "0lp3fc7sqy48vpcl2g0n1bz7i1hp9k0nlz3i1xfh9l056ihzzvl3")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* bug#69326: [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6.
  2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
                     ` (5 preceding siblings ...)
  2024-02-23 21:38   ` [bug#69326] [PATCH v2 7/7] gnu: linux-libre 4.19: Update to 4.19.307 Wilko Meyer
@ 2024-02-27 18:45   ` Leo Famulari
  6 siblings, 0 replies; 16+ messages in thread
From: Leo Famulari @ 2024-02-27 18:45 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 69326-done

On Fri, Feb 23, 2024 at 10:38:34PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.6.
>   (linux-libre-6.7-pristine-source): Update hashes.

Thanks! Pushed v2 as c99069e6295d41087ecfc70484f47ff73de5b2c0




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

end of thread, other threads:[~2024-02-27 18:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-23 13:26 [bug#69326] [PATCH 0/7] linux-libre kernel updates (2024-02-23) Wilko Meyer
2024-02-23 13:28 ` [bug#69326] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
2024-02-23 13:28 ` [bug#69326] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.18 Wilko Meyer
2024-02-23 13:28 ` [bug#69326] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.79 Wilko Meyer
2024-02-23 13:28 ` [bug#69326] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.149 Wilko Meyer
2024-02-23 13:28 ` [bug#69326] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.210 Wilko Meyer
2024-02-23 13:28 ` [bug#69326] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.269 Wilko Meyer
2024-02-23 13:28 ` [bug#69326] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.307 Wilko Meyer
2024-02-23 21:38 ` [bug#69326] [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 Wilko Meyer
2024-02-23 21:38   ` [bug#69326] [PATCH v2 2/7] gnu: linux-libre 6.6: Update to 6.6.18 Wilko Meyer
2024-02-23 21:38   ` [bug#69326] [PATCH v2 3/7] gnu: linux-libre 6.1: Update to 6.1.79 Wilko Meyer
2024-02-23 21:38   ` [bug#69326] [PATCH v2 4/7] gnu: linux-libre 5.15: Update to 5.15.149 Wilko Meyer
2024-02-23 21:38   ` [bug#69326] [PATCH v2 5/7] gnu: linux-libre 5.10: Update to 5.10.210 Wilko Meyer
2024-02-23 21:38   ` [bug#69326] [PATCH v2 6/7] gnu: linux-libre 5.4: Update to 5.4.269 Wilko Meyer
2024-02-23 21:38   ` [bug#69326] [PATCH v2 7/7] gnu: linux-libre 4.19: Update to 4.19.307 Wilko Meyer
2024-02-27 18:45   ` bug#69326: [PATCH v2 1/7] gnu: linux-libre 6.7: Update to 6.7.6 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).