unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69834] [PATCH 0/7] linux-libre kernel updates (2024-03-15)
@ 2024-03-16 22:45 Wilko Meyer
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
  0 siblings, 1 reply; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 22:45 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

Hi Leo,

there has been another update round again affecting all (minus 1, as I'm still
working on my 6.8 patch series) currently supported kernels.

Wilko Meyer (7):
  gnu: linux-libre: Update to 6.7.10.
  gnu: linux-libre 6.6: Update to 6.6.22.
  gnu: linux-libre 6.1: Update to 6.1.82.
  gnu: linux-libre 5.15: Update to 5.15.152.
  gnu: linux-libre 5.10: Update to 5.10.213.
  gnu: linux-libre 5.4: Update to 5.4.272.
  gnu: linux-libre 4.19: Update to 4.19.310.

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


base-commit: fdc6b8699465a14cb8846d0faaf9a30eea32acd4
-- 
2.41.0





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

* [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10.
  2024-03-16 22:45 [bug#69834] [PATCH 0/7] linux-libre kernel updates (2024-03-15) Wilko Meyer
@ 2024-03-16 23:01 ` Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.22 Wilko Meyer
                     ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 23:01 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.10.
(linux-libre-6.7-pristine-source): Update hash.
---
 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 343e8c1032..7d2eebec07 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -497,7 +497,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.9")
+(define-public linux-libre-6.7-version "6.7.10")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -507,7 +507,7 @@ (define deblob-scripts-6.7
    (base32 "1lhsy2qnmz47r8m926k1kng912m64j7pnpcvd1ddgdqpq5byp88j")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "0inkvyrvq60j9lxgivkivq3qh94lsfc1dpv6vwgxmy3q0zy37mqg")))
+        (hash (base32 "00vw90mypcliq0d72jdh1ql2dfmm7gpswln2qycxdz7rfsrrzfd9")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))
-- 
2.41.0





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

* [bug#69834] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.22.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
@ 2024-03-16 23:01   ` Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.82 Wilko Meyer
                     ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 23:01 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.22.
(linux-libre-6.6-pristine-source): Update hash.
---
 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 7d2eebec07..11eea1c6f7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -515,7 +515,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.21")
+(define-public linux-libre-6.6-version "6.6.22")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -525,7 +525,7 @@ (define deblob-scripts-6.6
    (base32 "014w19b9igdy3rpwrqn21why151zlc9hdx2b1qvdkjsbz6smx3lp")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0mz420w99agr7jv1jgqfr4fjhzbv005xif086sqx556s900l62zf")))
+        (hash (base32 "1x52c6ywmspp3naishzsknhy7i0b7mv9baxx25a0y987cjsygqr3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#69834] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.82.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.22 Wilko Meyer
@ 2024-03-16 23:01   ` Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.152 Wilko Meyer
                     ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 23:01 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.82.
(linux-libre-6.1-pristine-source): Update hashes.
---
 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 11eea1c6f7..90e089317b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -533,7 +533,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.81")
+(define-public linux-libre-6.1-version "6.1.82")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -543,7 +543,7 @@ (define deblob-scripts-6.1
    (base32 "08y5smwgbl2l74dlk850pbvn8d1y14cqvll2gbx80vmvfwlzp8c3")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0arl96yrqplbmp2gjyqcfma1lgc30kbn95m0sflv0yyldwf8dg8f")))
+        (hash (base32 "01pcrcjp5mifjjmfz7j1jb8nhq8nkxspavxmv1l7d1qnskcx4l6i")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#69834] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.152.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.22 Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.82 Wilko Meyer
@ 2024-03-16 23:01   ` Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.213 Wilko Meyer
                     ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 23:01 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.152.
(linux-libre-5.15-pristine-source): Update hash.
---
 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 90e089317b..87fec34ebb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,7 +548,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.151")
+(define-public linux-libre-5.15-version "5.15.152")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -558,7 +558,7 @@ (define deblob-scripts-5.15
    (base32 "1a4la9nfdl5qiyfbzhgbqhl638wy1crkgpfnfaj0qf3hg4jsg0g4")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "0jby224ncdardjwmf8c59s5j71inpvdlzah984ilf2b6y85pc7la")))
+        (hash (base32 "0zm4wkryj4mim4fr7pf5g9rlzh31yb1c40lkp85lvcm5yhjm507h")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#69834] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.213.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
                     ` (2 preceding siblings ...)
  2024-03-16 23:01   ` [bug#69834] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.152 Wilko Meyer
@ 2024-03-16 23:01   ` Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.272 Wilko Meyer
                     ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 23:01 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.213.
(linux-libre-5.10-pristine-source): Update hash.
---
 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 87fec34ebb..d8a02d631e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,7 +563,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.212")
+(define-public linux-libre-5.10-version "5.10.213")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -573,7 +573,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 "14vll2bghd52wngjxy78hgglydcxka59yziji0w56dcdpmky9wqc")))
+        (hash (base32 "105df7w6m5a3fngi6ajqs5qblaq4lbxsgcppllrk7v1r68i31kw4")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#69834] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.272.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
                     ` (3 preceding siblings ...)
  2024-03-16 23:01   ` [bug#69834] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.213 Wilko Meyer
@ 2024-03-16 23:01   ` Wilko Meyer
  2024-03-16 23:01   ` [bug#69834] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.310 Wilko Meyer
                     ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 23:01 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.272.
(linux-libre-5.4-pristine-source): Update hash.
---
 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 d8a02d631e..eff83c7db5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,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.271")
+(define-public linux-libre-5.4-version "5.4.272")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -588,7 +588,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 "0l2qv4xlhnry9crs90rkihsxyny6jz8kxw08bfad7nys9hrn3g6d")))
+        (hash (base32 "0rp3waqrm489crcrms2ls7fxcw5jdkjhazvx82z68gj0kaaxb69m")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#69834] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.310.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
                     ` (4 preceding siblings ...)
  2024-03-16 23:01   ` [bug#69834] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.272 Wilko Meyer
@ 2024-03-16 23:01   ` Wilko Meyer
  2024-03-17  4:09   ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Leo Famulari
  2024-03-23  3:39   ` bug#69834: " Leo Famulari
  7 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-03-16 23:01 UTC (permalink / raw)
  To: 69834; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.310.
(linux-libre-4.19-pristine-source): Update hash.
---
 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 eff83c7db5..fd6d3f92d9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -593,7 +593,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.309")
+(define-public linux-libre-4.19-version "4.19.310")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -603,7 +603,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 "1yc45kfiwdqsqa11sxafs82b0day6qvgjcll8rx9vipidsmagbcm")))
+        (hash (base32 "0sfy2g9jzxd8ia0idll72l7npi2kssdkz29h8jjxhilgmg299v4m")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
                     ` (5 preceding siblings ...)
  2024-03-16 23:01   ` [bug#69834] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.310 Wilko Meyer
@ 2024-03-17  4:09   ` Leo Famulari
  2024-03-23  3:39   ` bug#69834: " Leo Famulari
  7 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-17  4:09 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 69834

On Sun, Mar 17, 2024 at 12:01:00AM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.10.
> (linux-libre-6.7-pristine-source): Update hash.

Thanks! Pushed to 'kernel-updates'




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

* bug#69834: [PATCH 1/7] gnu: linux-libre: Update to 6.7.10.
  2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
                     ` (6 preceding siblings ...)
  2024-03-17  4:09   ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Leo Famulari
@ 2024-03-23  3:39   ` Leo Famulari
  7 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-23  3:39 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 69834-done

On Sun, Mar 17, 2024 at 12:01:00AM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.10.
> (linux-libre-6.7-pristine-source): Update hash.

I pushed this series along with 6.8 as
f6f4c71df5558b168fe7a313522af7ea5fe2d0dc




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

end of thread, other threads:[~2024-03-23  3:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-16 22:45 [bug#69834] [PATCH 0/7] linux-libre kernel updates (2024-03-15) Wilko Meyer
2024-03-16 23:01 ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Wilko Meyer
2024-03-16 23:01   ` [bug#69834] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.22 Wilko Meyer
2024-03-16 23:01   ` [bug#69834] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.82 Wilko Meyer
2024-03-16 23:01   ` [bug#69834] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.152 Wilko Meyer
2024-03-16 23:01   ` [bug#69834] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.213 Wilko Meyer
2024-03-16 23:01   ` [bug#69834] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.272 Wilko Meyer
2024-03-16 23:01   ` [bug#69834] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.310 Wilko Meyer
2024-03-17  4:09   ` [bug#69834] [PATCH 1/7] gnu: linux-libre: Update to 6.7.10 Leo Famulari
2024-03-23  3:39   ` bug#69834: " 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).