GNU bug report logs - #73029
[PATCH 0/7] linux-libre kernel updates (2024-09-04)

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Wed, 4 Sep 2024 16:45:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73029 in the body.
You can then email your comments to 73029 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:45:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wilko Meyer <w <at> wmeyer.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 04 Sep 2024 16:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 0/7] linux-libre kernel updates (2024-09-04)
Date: Wed,  4 Sep 2024 18:42:49 +0200
Hi Leo,

Thanks for taking care of last weeks updates, was afk for a couple of days!
There's been another round of updates today affecting all supported kernels,
I'll follow up as soon as I am able to check the deblobs if a v2 of this
series is needed.

Wilko Meyer (7):
  gnu: linux-libre: Update to 6.10.8.
  gnu: linux-libre 6.6: Update to 6.6.49.
  gnu: linux-libre 6.1: Update to 6.1.108.
  gnu: linux-libre 5.15: Update to 5.15.166.
  gnu: linux-libre 5.10: Update to 5.10.225.
  gnu: linux-libre 5.4: Update to 5.4.283.
  gnu: linux-libre 4.19: Update to 4.19.321.

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


base-commit: dbbf34e71030eb24700ce6341a397451bf35d047
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:47:03 GMT) Full text and rfc822 format available.

Message #8 received at 73029 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73029 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/7] gnu: linux-libre: Update to 6.10.8.
Date: Wed,  4 Sep 2024 18:45:14 +0200
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.8.
(linux-libre-6.10-pristine-source): Update hash.

Change-Id: I6a59a74f32403717243a8af54cd97e529c5ab277
---
 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 6559d3de9e..b1351a0523 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ (define (%upstream-linux-source version hash)
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.10-version "6.10.7")
+(define-public linux-libre-6.10-version "6.10.8")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.10
    (base32 "1zmgsgzrcsjzjzhgb12drc0f42ag8xak6z7zzx324f0wrf4i67zf")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "1adkbn6dqbpzlr3x87a18mhnygphmvx3ffscwa67090qy1zmc3ch")))
+        (hash (base32 "15f5wdzd8k70vgaz9a8w1kjfk5pp27zbcwkzm2xhcilxfwsk54n0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:47:03 GMT) Full text and rfc822 format available.

Message #11 received at 73029 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73029 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.49.
Date: Wed,  4 Sep 2024 18:45:15 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.49.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I30c1cf617f483f80004210dde63b658b60996219
---
 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 b1351a0523..fdb1db8c9d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (define-public linux-libre-6.10-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.48")
+(define-public linux-libre-6.6-version "6.6.49")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ (define deblob-scripts-6.6
    (base32 "0kpkmdmrw9bnypdd0z489smh8bbwgg1ii301g1ynqfdkzd2ca1iq")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0a90fx0r25nkcr5b16dn1j7vwyndnshaxn6ziyviccds59xxy5kb")))
+        (hash (base32 "1dyk5pr5g8s5ia7f1vnkid4jghi81pxvwlgn9rmw2n88nz1dlmic")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:47:04 GMT) Full text and rfc822 format available.

Message #14 received at 73029 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73029 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.108.
Date: Wed,  4 Sep 2024 18:45:16 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.108.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: Ic69e1c509943af197b4d71d1799ea4c740eefd76
---
 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 fdb1db8c9d..d96e214c3f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.107")
+(define-public linux-libre-6.1-version "6.1.108")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-6.1
    (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1s5h51r41l0d3k1h9i4mya7nz53jd6i200s06w5gl49hsz8jjcpl")))
+        (hash (base32 "18lcd2b7ffwzqwqnmb948r7z95470bh7jiqps5nil8hfl24lwkiz")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:47:04 GMT) Full text and rfc822 format available.

Message #17 received at 73029 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73029 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.166.
Date: Wed,  4 Sep 2024 18:45:17 +0200
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.166.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: I80eee16365e9fc0dfa0f1a09618af60d3f4be2b6
---
 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 d96e214c3f..2d2e72a5ce 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,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.165")
+(define-public linux-libre-5.15-version "5.15.166")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -572,7 +572,7 @@ (define deblob-scripts-5.15
    (base32 "1l8dhfby3qx8vs8fq6yybixzrghbh03wflzwly4rq08wabcr87z8")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1zn627gid0dik3r5k61r9ff4sz7md1jnbwiixpyllqzb5kld6vd3")))
+        (hash (base32 "1krri2sf0hvvgai0z9lp8h12gcmpigapb42qxs2pcnxqb7ialv75")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:47:05 GMT) Full text and rfc822 format available.

Message #20 received at 73029 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73029 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.225.
Date: Wed,  4 Sep 2024 18:45:18 +0200
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.225.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: Ia685679631e11f156f761424e0060a74cdb52030
---
 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 2d2e72a5ce..7d262ed69a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,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.224")
+(define-public linux-libre-5.10-version "5.10.225")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -587,7 +587,7 @@ (define deblob-scripts-5.10
    (base32 "1isiih0laz4wbivsg0pcvlgrflq3lv10fakv9lvg2b4s0yd9ybdn")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "06nivms93yjbddv3gl88m7bdrr0676nm3p12iqvsdfr4fg39kc0r")))
+        (hash (base32 "0770757ildcc0cs6alnb5cspg6ysg2wqly9z5q1vjf3mh0xbzmw5")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:47:05 GMT) Full text and rfc822 format available.

Message #23 received at 73029 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73029 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.283.
Date: Wed,  4 Sep 2024 18:45:19 +0200
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.283.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: I8e375309f7d22339d723b67b229fa2b3ce6465f6
---
 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 7d262ed69a..e8b2a3e23c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -592,7 +592,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.282")
+(define-public linux-libre-5.4-version "5.4.283")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -602,7 +602,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 "1q3xvl4c5dlql6jh0g8kn01aljgl946gmq4ljjzvffykfq4pg0jm")))
+        (hash (base32 "15zpw5vwi8c4yjap28lzrwdvj3yrynnbx6vw8aqiqamlk4qnl315")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 04 Sep 2024 16:47:05 GMT) Full text and rfc822 format available.

Message #26 received at 73029 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73029 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.321.
Date: Wed,  4 Sep 2024 18:45:20 +0200
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.321.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: Ice26ee11b8162038cb5d3cfcb14c997917a5cf97
---
 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 e8b2a3e23c..1d596647e1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -607,7 +607,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.320")
+(define-public linux-libre-4.19-version "4.19.321")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -617,7 +617,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 "18a723djyq3y2jhjazwgiwqslh1yz954wb82cg7bf083n091lrwx")))
+        (hash (base32 "1n86dfv8qcm21z3inrz0n7gnwik7s51xfrabyq8ajy15b93a2fpi")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Sat, 07 Sep 2024 22:44:02 GMT) Full text and rfc822 format available.

Message #29 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: guix-patches <at> gnu.org
Subject: Re: [PATCH 0/7] linux-libre kernel updates (2024-09-04)
Date: Sat, 7 Sep 2024 18:43:25 -0400
On Wed, Sep 04, 2024 at 06:42:49PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> Thanks for taking care of last weeks updates, was afk for a couple of days!
> There's been another round of updates today affecting all supported kernels,
> I'll follow up as soon as I am able to check the deblobs if a v2 of this
> series is needed.

Thanks! I missed this for a couple days. But now it's been pushed to
'kernel-updates'.




Information forwarded to guix-patches <at> gnu.org:
bug#73029; Package guix-patches. (Wed, 11 Sep 2024 01:53:01 GMT) Full text and rfc822 format available.

Message #32 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: guix-patches <at> gnu.org
Subject: Re: [PATCH 0/7] linux-libre kernel updates (2024-09-04)
Date: Tue, 10 Sep 2024 21:52:24 -0400
On Wed, Sep 04, 2024 at 06:42:49PM +0200, Wilko Meyer wrote:
> Wilko Meyer (7):
>   gnu: linux-libre: Update to 6.10.8.
>   gnu: linux-libre 6.6: Update to 6.6.49.
>   gnu: linux-libre 6.1: Update to 6.1.108.
>   gnu: linux-libre 5.15: Update to 5.15.166.
>   gnu: linux-libre 5.10: Update to 5.10.225.
>   gnu: linux-libre 5.4: Update to 5.4.283.
>   gnu: linux-libre 4.19: Update to 4.19.321.

Pushed as 6d9b835e9a0d81a9ee718bb7a92f7d2ecbcad481

Thanks again!




bug closed, send any further explanations to 73029 <at> debbugs.gnu.org and Wilko Meyer <w <at> wmeyer.eu> Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Wed, 11 Sep 2024 01:54:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Oct 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 312 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.