unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69779] More kernel updates
@ 2024-03-13 17:21 Leo Famulari
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
  2024-03-14 19:15 ` [bug#69779] More kernel updates Wilko Meyer
  0 siblings, 2 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:21 UTC (permalink / raw)
  To: 69779; +Cc: Wilko Meyer

[-- Attachment #1: Type: text/plain, Size: 40 bytes --]

Here is the new round of kernel updates

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9.
  2024-03-13 17:21 [bug#69779] More kernel updates Leo Famulari
@ 2024-03-13 17:24 ` Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.21 Leo Famulari
                     ` (5 more replies)
  2024-03-14 19:15 ` [bug#69779] More kernel updates Wilko Meyer
  1 sibling, 6 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:24 UTC (permalink / raw)
  To: 69779; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: I9d3e3907623b17f1a47b78ea00e9b7a5cf428ff6
---
 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 aea5f9a432..a3a857167c 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.7")
+(define-public linux-libre-6.7-version "6.7.9")
 (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 "1n8lgf814mfslca51pm3nh4icvv1lb5w5l1sxdkf5nqdax28nsr5")))
+        (hash (base32 "0inkvyrvq60j9lxgivkivq3qh94lsfc1dpv6vwgxmy3q0zy37mqg")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))

base-commit: 7b5c030684020282a690322b558f86718eb148a7
-- 
2.41.0





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

* [bug#69779] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.21.
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
@ 2024-03-13 17:24   ` Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.81 Leo Famulari
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:24 UTC (permalink / raw)
  To: 69779; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: Ic2f197add55f89196010c32957e10d3683cb8c01
---
 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 a3a857167c..7dd7ab746c 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.19")
+(define-public linux-libre-6.6-version "6.6.21")
 (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 "16hk8y3pw40hahhpnpxjwhprq6hlblavr45pglpb3d62f9mpwqxm")))
+        (hash (base32 "0mz420w99agr7jv1jgqfr4fjhzbv005xif086sqx556s900l62zf")))
    (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#69779] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.81.
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.21 Leo Famulari
@ 2024-03-13 17:24   ` Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.151 Leo Famulari
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:24 UTC (permalink / raw)
  To: 69779; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: Iaec9f01a190d67bcab490c318456241ea8eabf22
---
 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 7dd7ab746c..025afa5a32 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -533,17 +533,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.80")
+(define-public linux-libre-6.1-version "6.1.81")
 (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 "06djvq3q6n8m7gmqap05jwslmpy0fmgfc9z8ny6kfh9lwgz8kx3r")))
+   (base32 "08y5smwgbl2l74dlk850pbvn8d1y14cqvll2gbx80vmvfwlzp8c3")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0wdnyy7m9kfkl98id0gm6jzp4aa0hfy6gfkb4k4cg1wbpfpcm3jn")))
+        (hash (base32 "0arl96yrqplbmp2gjyqcfma1lgc30kbn95m0sflv0yyldwf8dg8f")))
    (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#69779] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.151.
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.21 Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.81 Leo Famulari
@ 2024-03-13 17:24   ` Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.212 Leo Famulari
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:24 UTC (permalink / raw)
  To: 69779; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: I83ddffad4f1ce05723faa5d243e8345b21e39edb
---
 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 025afa5a32..f6c466418c 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.150")
+(define-public linux-libre-5.15-version "5.15.151")
 (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 "1m74cwsbjwlamxh8vdg2y9jjzk0h7a40adml2p2wszwf8lmmj1gf")))
+        (hash (base32 "0jby224ncdardjwmf8c59s5j71inpvdlzah984ilf2b6y85pc7la")))
    (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#69779] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.212.
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
                     ` (2 preceding siblings ...)
  2024-03-13 17:24   ` [bug#69779] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.151 Leo Famulari
@ 2024-03-13 17:24   ` Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.271 Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.309 Leo Famulari
  5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:24 UTC (permalink / raw)
  To: 69779; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: I620729ec22cd67bbe22dc808ba6b4d74d2c0479d
---
 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 f6c466418c..248a2e34f6 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.211")
+(define-public linux-libre-5.10-version "5.10.212")
 (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 "1cir36s369fl6s46x16xnjg0wdlnkipsp2zhz11m9d3z205hly1s")))
+        (hash (base32 "14vll2bghd52wngjxy78hgglydcxka59yziji0w56dcdpmky9wqc")))
    (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#69779] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.271.
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
                     ` (3 preceding siblings ...)
  2024-03-13 17:24   ` [bug#69779] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.212 Leo Famulari
@ 2024-03-13 17:24   ` Leo Famulari
  2024-03-13 17:24   ` [bug#69779] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.309 Leo Famulari
  5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:24 UTC (permalink / raw)
  To: 69779; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: Iaf7277f1f4ec3f106b8f0b82aef5a8be953972bd
---
 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 248a2e34f6..2f28d93313 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.270")
+(define-public linux-libre-5.4-version "5.4.271")
 (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 "0svnkpivv5w9b2yyg0z607b84f591d401gxvr8s7kmzdxadhcjqs")))
+        (hash (base32 "0l2qv4xlhnry9crs90rkihsxyny6jz8kxw08bfad7nys9hrn3g6d")))
    (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#69779] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.309.
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
                     ` (4 preceding siblings ...)
  2024-03-13 17:24   ` [bug#69779] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.271 Leo Famulari
@ 2024-03-13 17:24   ` Leo Famulari
  5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-13 17:24 UTC (permalink / raw)
  To: 69779; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: If579a8179ded35cb4269e733bd96ee6f7c5d5360
---
 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 2f28d93313..d0f259e9a4 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.308")
+(define-public linux-libre-4.19-version "4.19.309")
 (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 "1j81zdx75m48rvqacw4xlcb13vkvlx0pfq4kdfxrsdfl7wfcwl9a")))
+        (hash (base32 "1yc45kfiwdqsqa11sxafs82b0day6qvgjcll8rx9vipidsmagbcm")))
     (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#69779] More kernel updates
  2024-03-13 17:21 [bug#69779] More kernel updates Leo Famulari
  2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
@ 2024-03-14 19:15 ` Wilko Meyer
  2024-03-15  5:54   ` bug#69779: " Leo Famulari
  1 sibling, 1 reply; 10+ messages in thread
From: Wilko Meyer @ 2024-03-14 19:15 UTC (permalink / raw)
  To: 69779; +Cc: leo

Hi Leo,

thanks for this! Had quite a busy week so far, so I wasn't able to keep
up with the latest update iteration.

On this note: 6.8 was released a few days ago, so I started preparing a
patch series for it today; I'll probably get to send it in later
tomorrow so we'll hopefully be able to test it soon.

-- 
Kind regards,

Wilko Meyer
w@wmeyer.eu




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

* bug#69779: More kernel updates
  2024-03-14 19:15 ` [bug#69779] More kernel updates Wilko Meyer
@ 2024-03-15  5:54   ` Leo Famulari
  0 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-03-15  5:54 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 69779-done

On Thu, Mar 14, 2024 at 08:15:46PM +0100, Wilko Meyer wrote:
> thanks for this! Had quite a busy week so far, so I wasn't able to keep
> up with the latest update iteration.

Cheers, pushed as e1e6116e05f00d8a9e70cb2c129858f72b87ffb8

> On this note: 6.8 was released a few days ago, so I started preparing a
> patch series for it today; I'll probably get to send it in later
> tomorrow so we'll hopefully be able to test it soon.

Cool, let me know if I can assist in any way!




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

end of thread, other threads:[~2024-03-15  6:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 17:21 [bug#69779] More kernel updates Leo Famulari
2024-03-13 17:24 ` [bug#69779] [PATCH 1/7] gnu: linux-libre: Update to 6.7.9 Leo Famulari
2024-03-13 17:24   ` [bug#69779] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.21 Leo Famulari
2024-03-13 17:24   ` [bug#69779] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.81 Leo Famulari
2024-03-13 17:24   ` [bug#69779] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.151 Leo Famulari
2024-03-13 17:24   ` [bug#69779] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.212 Leo Famulari
2024-03-13 17:24   ` [bug#69779] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.271 Leo Famulari
2024-03-13 17:24   ` [bug#69779] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.309 Leo Famulari
2024-03-14 19:15 ` [bug#69779] More kernel updates Wilko Meyer
2024-03-15  5:54   ` bug#69779: " 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).