GNU bug report logs - #72301
[PATCH 0/4] linux-libre kernel updates (2024-07-25)

Previous Next

Package: guix-patches;

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

Date: Thu, 25 Jul 2024 22:04: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 72301 in the body.
You can then email your comments to 72301 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#72301; Package guix-patches. (Thu, 25 Jul 2024 22:04: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. (Thu, 25 Jul 2024 22:04: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/4] linux-libre kernel updates (2024-07-25)
Date: Fri, 26 Jul 2024 00:00:55 +0200
Hi Leo,

There's been a series of updates for all 6.x including 6.10. As the deblob
scripts did change for the latter, let's see if the build failure is fixed by
this/the change in scripts addresses the cause of it.

Wilko Meyer (4):
  gnu: linux-libre 6.10: Update to 6.10.1.
  gnu: linux-libre 6.9.11: Update to 6.9.11.
  gnu: linux-libre 6.6: Update to 6.6.42.
  gnu: linux-libre 6.1: Update to 6.1.101.

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


base-commit: 132639c9dacf6c966fce8857ab0790754d0ca7f5
prerequisite-patch-id: 58efdd6ff2418b91eae89e7964de00b95f83105f
-- 
2.41.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72301; Package guix-patches. (Thu, 25 Jul 2024 22:07:01 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72301 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 2/4] gnu: linux-libre 6.9: Update to 6.9.11.
Date: Fri, 26 Jul 2024 00:05:46 +0200
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.11.
(linux-libre-6.9-pristine-source): Update hash.

Change-Id: I1a400cd4abecca2e1c6344353ede1e7b5be75d7b
---
 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 f27d2e03e3..14a62f99ad 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -529,7 +529,7 @@ (define-public linux-libre-6.10-pristine-source
 ;; 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.10")
+(define-public linux-libre-6.9-version "6.9.11")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
@@ -539,7 +539,7 @@ (define deblob-scripts-6.9
    (base32 "18vfz1fx4vjssfh1w7aqfjf91y2g34a2qnzbl9pyawa7qnqxq33n")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "18adcli0pazz7x62ws4hrj64prs6fmxln3p3xaii6zd6bwrjxlgg")))
+        (hash (base32 "1q8kyn9cxc1ykf3cvifmfqk2p2p4x53l7h704hh92gichgh89pyy")))
    (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#72301; Package guix-patches. (Thu, 25 Jul 2024 22:07:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72301 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 1/4] gnu: linux-libre 6.10: Update to 6.10.1.
Date: Fri, 26 Jul 2024 00:05:45 +0200
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.1.
(linux-libre-6.10-pristine-source, deblob-scripts-6.10): Update hash.

Change-Id: Ied6a1d545f73b491ed01865d5c4b8ff773a74a43
---
 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 2053866de6..f27d2e03e3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,17 +511,17 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.10-version "6.10")
+(define-public linux-libre-6.10-version "6.10.1")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
    linux-libre-6.10-version
    linux-libre-6.10-gnu-revision
-   (base32 "1q7w3jdd1hjb87h6713r8m8gq4xc81jnhxdrn1w8h2hh1vadvxix")
+   (base32 "1j43v1z4g1f681wvna2dh9vxaz0pgni0wchbh1xhyhhfcqbm1f47")
    (base32 "00bx8g1ijswi9zypmwqhxsk9fdkzmarxdbdx5h6gpn7z4d1qly3j")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "09p2z3z8c3aq6ipqdc58x6s52sy0cmyg6mj4f0g5yk755r19hikp")))
+        (hash (base32 "0szpkhrwfqwj068vz032daf3zycv5c93gjxiisjziifi3kyrs43h")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#72301; Package guix-patches. (Thu, 25 Jul 2024 22:07:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72301 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.42.
Date: Fri, 26 Jul 2024 00:05:47 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.42.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I898fab9f04f71f6cdc759315f7fd4e5d28e8d710
---
 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 14a62f99ad..ef77463202 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -549,7 +549,7 @@ (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.41")
+(define-public linux-libre-6.6-version "6.6.42")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -559,7 +559,7 @@ (define deblob-scripts-6.6
    (base32 "15xb4miirfmi1khlq4zhb8zmmh82f41jhsfbsfpv8v98yfka2nmb")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1vrjw0yhzmmnbrxyzjrfyz1s8bixciv1ly9pkgcqbasqh5brrjcy")))
+        (hash (base32 "10z6fjvpiv3l11rpsd6fgi7dr6a3d38c6zlp8ihffx6pjz1ch0c8")))
    (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#72301; Package guix-patches. (Thu, 25 Jul 2024 22:07:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72301 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.101.
Date: Fri, 26 Jul 2024 00:05:48 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.101.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: Ia489adca9b27b469e777726c20ccb373c6d6aab4
---
 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 ef77463202..0fb5eac575 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -564,7 +564,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.100")
+(define-public linux-libre-6.1-version "6.1.101")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -574,7 +574,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 "1fd8cmdni1lgjzgn74i5dih5kx3b1axqyhiddxn4s8qgl30nxamr")))
+        (hash (base32 "0k5kjb2n78dcfpqqj8n76fxqbmifs2gqd2z1g9had7s2d2m9yigi")))
    (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#72301; Package guix-patches. (Fri, 26 Jul 2024 15:42:02 GMT) Full text and rfc822 format available.

Message #20 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/4] linux-libre kernel updates (2024-07-25)
Date: Fri, 26 Jul 2024 11:41:39 -0400
On Fri, Jul 26, 2024 at 12:00:55AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been a series of updates for all 6.x including 6.10. As the deblob
> scripts did change for the latter, let's see if the build failure is fixed by
> this/the change in scripts addresses the cause of it.
> 
> Wilko Meyer (4):
>   gnu: linux-libre 6.10: Update to 6.10.1.
>   gnu: linux-libre 6.9.11: Update to 6.9.11.
>   gnu: linux-libre 6.6: Update to 6.6.42.
>   gnu: linux-libre 6.1: Update to 6.1.101.

Thanks! Pushed to 'kernel-updates'




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 30 Jul 2024 03:32:02 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Tue, 30 Jul 2024 03:32:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 72301-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/4] linux-libre kernel updates (2024-07-25)
Date: Mon, 29 Jul 2024 23:31:14 -0400
On Fri, Jul 26, 2024 at 12:00:55AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been a series of updates for all 6.x including 6.10. As the deblob
> scripts did change for the latter, let's see if the build failure is fixed by
> this/the change in scripts addresses the cause of it.
> 
> Wilko Meyer (4):
>   gnu: linux-libre 6.10: Update to 6.10.1.
>   gnu: linux-libre 6.9.11: Update to 6.9.11.
>   gnu: linux-libre 6.6: Update to 6.6.42.
>   gnu: linux-libre 6.1: Update to 6.1.101.

I pushed this series as 4f68605d564010a0a5a1a93b020b929d61ee9ba7,
squashing the addition of 6.10 and 6.10.1 update.

Thanks again!




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

This bug report was last modified 198 days ago.

Previous Next


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