GNU bug report logs - #72079
[PATCH 0/3] linux-libre kernel updates (2024-07-12)

Previous Next

Package: guix-patches;

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

Date: Fri, 12 Jul 2024 17:21: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 72079 in the body.
You can then email your comments to 72079 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#72079; Package guix-patches. (Fri, 12 Jul 2024 17:21: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 leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org. (Fri, 12 Jul 2024 17:21: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/3] linux-libre kernel updates (2024-07-12)
Date: Fri, 12 Jul 2024 19:20:10 +0200
Hi Leo,

There's been another round of 6.x updates, this time deblob scripts have
changed for all affected kernels.

Wilko Meyer (3):
  gnu: linux-libre 6.9: Update to 6.9.9.
  gnu: linux-libre 6.6: Update to 6.6.39.
  gnu: linux-libre 6.1: Update to 6.1.98.

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


base-commit: b922565b4a766e363b7eca12ee132dc2cf06bbd7
-- 
2.41.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72079; Package guix-patches. (Fri, 12 Jul 2024 17:23:01 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72079 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/3] gnu: linux-libre 6.9: Update to 6.9.9.
Date: Fri, 12 Jul 2024 19:22:10 +0200
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.9.
(linux-libre-6.9-pristine-source, deblob-scripts-6.9): Update hash.

Change-Id: Id6f12a21b78acac8d24527086c1e669fc4d35baa
---
 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 142ae88dcd..c4d784428e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -512,17 +512,17 @@ (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.9-version "6.9.8")
+(define-public linux-libre-6.9-version "6.9.9")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
    linux-libre-6.9-version
    linux-libre-6.9-gnu-revision
    (base32 "1izfwmk0mxikx3bblcwiyrxdd4bg9v0jsph3i8gvrpjb7kw0lhna")
-   (base32 "0b8hsr0s4f3hps27bmd5qj1yknhd73q4zplr4v3lmq7sr57mgly6")))
+   (base32 "18vfz1fx4vjssfh1w7aqfjf91y2g34a2qnzbl9pyawa7qnqxq33n")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "109j8f69bsvk2a61ihs3r77jv05fm4aqvih8lyf6qcc8gdxjcj7h")))
+        (hash (base32 "1f8y88rif3z5lp1bq00g66fd0xs1227qlqkxd2zs6fdjgr45pq1b")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.9)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72079; Package guix-patches. (Fri, 12 Jul 2024 17:23:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72079 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.39.
Date: Fri, 12 Jul 2024 19:22:11 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.39.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hash.

Change-Id: Ibbce0092c1e565c4fe971ec7ffa951d9adb89966
---
 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 c4d784428e..ad2b9e90ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,17 +532,17 @@ (define-public linux-libre-6.9-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.38")
+(define-public linux-libre-6.6-version "6.6.39")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
    linux-libre-6.6-version
    linux-libre-6.6-gnu-revision
    (base32 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
-   (base32 "05ypqx1sz54yhb8jyxphvg5pwgb2cnzb4zqqaiyyywpqsrnya9kq")))
+   (base32 "15xb4miirfmi1khlq4zhb8zmmh82f41jhsfbsfpv8v98yfka2nmb")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0hz79x9919g3kqd3ldsa7zjdv30j5jjskv2s901msmjhnpzh7m2f")))
+        (hash (base32 "0svpgakk81082mhhq17r8nlbz36zavq23d71232rapq928hx90r7")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72079; Package guix-patches. (Fri, 12 Jul 2024 17:23:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72079 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.98.
Date: Fri, 12 Jul 2024 19:22:12 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.98.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hash.

Change-Id: I02e5966fff27fb7f49f0a5ecc241a14e30b9eebe
---
 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 ad2b9e90ef..c2dafdb5d4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,17 +547,17 @@ (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.97")
+(define-public linux-libre-6.1-version "6.1.98")
 (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 "0nq8b6rnn031wl0qz7ahyfs3hcb0qsr7hzdmxi2g33ycsm9955lk")))
+   (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1bs1pv9h5lwjadl4wjylrl3zd125ccxqkpb2drqjh8s56rgq82w9")))
+        (hash (base32 "01ilkykg65590f1gndhnp3s75wscqah6f4l9l1p5a03pgh9ckkcp")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#72079; Package guix-patches. (Sat, 13 Jul 2024 18:11:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 72079 <at> debbugs.gnu.org
Subject: Re: [bug#72079] [PATCH 0/3] linux-libre kernel updates (2024-07-12)
Date: Sat, 13 Jul 2024 14:10:09 -0400
On Fri, Jul 12, 2024 at 07:20:10PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been another round of 6.x updates, this time deblob scripts have
> changed for all affected kernels.
> 
> Wilko Meyer (3):
>   gnu: linux-libre 6.9: Update to 6.9.9.
>   gnu: linux-libre 6.6: Update to 6.6.39.
>   gnu: linux-libre 6.1: Update to 6.1.98.

Thanks, pushed to 'kernel-updates'




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 14 Jul 2024 18:14:01 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Sun, 14 Jul 2024 18:14:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 72079-done <at> debbugs.gnu.org
Subject: Re: [bug#72079] [PATCH 0/3] linux-libre kernel updates (2024-07-12)
Date: Sun, 14 Jul 2024 14:13:15 -0400
On Fri, Jul 12, 2024 at 07:20:10PM +0200, Wilko Meyer wrote:
> Wilko Meyer (3):
>   gnu: linux-libre 6.9: Update to 6.9.9.
>   gnu: linux-libre 6.6: Update to 6.6.39.
>   gnu: linux-libre 6.1: Update to 6.1.98.

Pushed as eb508e32d2d359c94d2cabebfe90dc32ca5dcf4f

Thanks again!




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

This bug report was last modified 84 days ago.

Previous Next


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