GNU bug report logs - #72708
[PATCH 0/7] linux-libre kernel updates (2024-08-19)

Previous Next

Package: guix-patches;

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

Date: Mon, 19 Aug 2024 08:03:02 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 72708 in the body.
You can then email your comments to 72708 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 leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:03:02 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 leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org. (Mon, 19 Aug 2024 08:03: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-08-19)
Date: Mon, 19 Aug 2024 10:00:57 +0200
Hi Leo,

There's been another big round of updates. I'll check the deblob scripts as
soon as they're available.

Wilko Meyer (7):
  gnu: linux-libre 6.10: Update to 6.10.6.
  gnu: linux-libre 6.6: Update to 6.6.47.
  gnu: linux-libre 6.1: Update to 6.1.106.
  gnu: linux-libre 5.15: Update to 5.15.165.
  gnu: linux-libre 5.10: Update to 5.10.224.
  gnu: linux-libre 5.4: Update to 5.4.282.
  gnu: linux-libre 4.19: Update to 4.19.320.

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


base-commit: 3c6773f44e6cb2f606b3a5476e973802df3facfd
prerequisite-patch-id: d3ef2db1435579c7a5c1f78cc1991bf23dee4916
-- 
2.45.2





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:06:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6.
Date: Mon, 19 Aug 2024 10:03:46 +0200
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.6.
(linux-libre-6.10-pristine-source): Update hash.

Change-Id: Iec0abe1fc28afd3481f7e3540fce8bb5654ee269
---
 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 f3b019ce9f..133f65c0ad 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.5")
+(define-public linux-libre-6.10-version "6.10.6")
 (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 "02yckkh6sxvcrwzbqgmw4jhqhxmbvz87xn9wm6bwwka3w2r9x41h")))
+        (hash (base32 "1ldkf2h7ccwq2hdngxjzp96qd4vlmy3z2y8fcrsr6ngqfidhvmg0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.45.2





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:06:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <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.106.
Date: Mon, 19 Aug 2024 10:03:48 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.106.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I198eaa8b4bf663406ce7d6411edd13bf1f96181e
---
 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 441ec9f8ba..3a4aa9c60d 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.105")
+(define-public linux-libre-6.1-version "6.1.106")
 (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 "162yz32jqd2xkswsd1jxmjq4yhzmhzn17snicad35x51k3vaigr3")))
+        (hash (base32 "03zqsm60rqwsp5r2pmprrr6akh8mw6z89jiphcp479vv5h2wjwrp")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.45.2





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:06:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <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.165.
Date: Mon, 19 Aug 2024 10:03:49 +0200
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.165.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: I01a38a5189c828deb566829723b9b94fbb5e7b89
---
 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 3a4aa9c60d..635edbdedc 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.164")
+(define-public linux-libre-5.15-version "5.15.165")
 (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 "11linb9jzarr8wz0vim3g9gkhi5ldqm82bkpl5xs9f34xpx9hq7c")))
+        (hash (base32 "1zn627gid0dik3r5k61r9ff4sz7md1jnbwiixpyllqzb5kld6vd3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.45.2





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:06:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <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.224.
Date: Mon, 19 Aug 2024 10:03:50 +0200
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.224.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: I66e90d4b273b92640a6ee3d1c1c21b54ba95fd5f
---
 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 635edbdedc..c96fdf431a 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.223")
+(define-public linux-libre-5.10-version "5.10.224")
 (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 "189b3yl4lsjzh6qpza0phj8hgsvnyh38cgrd70rnqw3rddmdh2fa")))
+        (hash (base32 "06nivms93yjbddv3gl88m7bdrr0676nm3p12iqvsdfr4fg39kc0r")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.45.2





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:06:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <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.282.
Date: Mon, 19 Aug 2024 10:03:51 +0200
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.282.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: If91e74c115c99c73d9038335060a378def294142
---
 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 c96fdf431a..e28e1117f3 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.281")
+(define-public linux-libre-5.4-version "5.4.282")
 (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 "1ckja83km101h2dwlp86xrnnlzdzvjly48iywhy53xric3kw7824")))
+        (hash (base32 "1q3xvl4c5dlql6jh0g8kn01aljgl946gmq4ljjzvffykfq4pg0jm")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.45.2





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:06:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <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.320.
Date: Mon, 19 Aug 2024 10:03:52 +0200
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.320.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I47ab7cffcbb1dde5aa834234c1536e7c5182b5fe
---
 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 e28e1117f3..6a6757ca56 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.319")
+(define-public linux-libre-4.19-version "4.19.320")
 (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 "0c7bhb31hpbbw1is1ykppk9lm0x025yyd4hrmlg1s6yg75rxqkal")))
+        (hash (base32 "18a723djyq3y2jhjazwgiwqslh1yz954wb82cg7bf083n091lrwx")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.45.2





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Mon, 19 Aug 2024 08:06:05 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <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.47.
Date: Mon, 19 Aug 2024 10:03:47 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.47.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Id8ae17fbcd8fc544289060c08607cb36fbca2b32
---
 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 133f65c0ad..441ec9f8ba 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.46")
+(define-public linux-libre-6.6-version "6.6.47")
 (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 "1wj5vn8dj0ln85n1xr5xi0hw35zpirm254fsxr6diiyrjqir6bq5")))
+        (hash (base32 "0l2gav312b12w5gxcjynca5caafkc38ln196p6qjpagax74pccyl")))
    (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#72708; Package guix-patches. (Thu, 22 Aug 2024 20:35:01 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72708 <at> debbugs.gnu.org
Cc: leo <at> famulari.name
Subject: Re: [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320.
Date: Thu, 22 Aug 2024 22:33:28 +0200
Hi Leo,

Forgot to follow up on the deblob scripts, they didn't change; so this
patch series can be applied to the kernel-updates branch.

-- 
Kind regards,
Wilko Meyer




Information forwarded to guix-patches <at> gnu.org:
bug#72708; Package guix-patches. (Tue, 27 Aug 2024 00:13:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 72708 <at> debbugs.gnu.org
Subject: Re: [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320.
Date: Mon, 26 Aug 2024 20:11:25 -0400
On Thu, Aug 22, 2024 at 10:33:28PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> Forgot to follow up on the deblob scripts, they didn't change; so this
> patch series can be applied to the kernel-updates branch.

Thanks for following up! Pushed to 'kernel-updates'




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 27 Aug 2024 16:40:01 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Tue, 27 Aug 2024 16:40:02 GMT) Full text and rfc822 format available.

Message #37 received at 72708-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 72708-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6.
Date: Tue, 27 Aug 2024 12:38:32 -0400
On Mon, Aug 19, 2024 at 10:03:46AM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.6.
> (linux-libre-6.10-pristine-source): Update hash.

Pushed as 07c1dcbd0c9c8a16659551c91f77530c781ea8ea

Thanks again!




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

This bug report was last modified 268 days ago.

Previous Next


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