GNU bug report logs - #73158
[PATCH 0/3] linux-libre kernel updates (2024-09-10)

Previous Next

Package: guix-patches;

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

Date: Mon, 9 Sep 2024 22:20:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 73158 in the body.
You can then email your comments to 73158 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#73158; Package guix-patches. (Mon, 09 Sep 2024 22:20: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. (Mon, 09 Sep 2024 22:20: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-09-10)
Date: Tue, 10 Sep 2024 00:18:58 +0200
Hi Leo,

There's been a small series of updates for 6.x kernels.

Wilko Meyer (3):
  gnu: linux-libre: Update to 6.10.9.
  gnu: linux-libre 6.6: Update to 6.6.50.
  gnu: linux-libre 6.1: Update to 6.1.109.

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


base-commit: 7fade9d974469ae69094a2bcd8d957d9c6830b6d
-- 
2.45.2





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

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73158 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/3] gnu: linux-libre: Update to 6.10.9.
Date: Tue, 10 Sep 2024 00:20:33 +0200
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.9.
(linux-libre-6.10-pristine-source): Update hash.

Change-Id: I5c704e3693e3a9edfd269ef50fd42af79ccbd8b8
---
 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 5fe0a1ba02..66d4ee16c8 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.8")
+(define-public linux-libre-6.10-version "6.10.9")
 (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 "15f5wdzd8k70vgaz9a8w1kjfk5pp27zbcwkzm2xhcilxfwsk54n0")))
+        (hash (base32 "0n385x7hc5pqxiiy26ampgzf56wqfvydg70va27xrhm7w1q9nj54")))
    (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#73158; Package guix-patches. (Mon, 09 Sep 2024 22:22:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73158 <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.50.
Date: Tue, 10 Sep 2024 00:20:34 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.50.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I3be372e13f242c3cc160f8b53f753dab99df3340
---
 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 66d4ee16c8..1956682e19 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.49")
+(define-public linux-libre-6.6-version "6.6.50")
 (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 "1dyk5pr5g8s5ia7f1vnkid4jghi81pxvwlgn9rmw2n88nz1dlmic")))
+        (hash (base32 "0vp8sbm9fqj09vh7fib39rw18n5cj8zfydqsr5h00898mxny6rf0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.45.2





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

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 73158 <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.109.
Date: Tue, 10 Sep 2024 00:20:35 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.109.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I5af25fbb3fd69d791faa1b4212ef1a0c5f62bb42
---
 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 1956682e19..8b81aefb24 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.108")
+(define-public linux-libre-6.1-version "6.1.109")
 (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 "18lcd2b7ffwzqwqnmb948r7z95470bh7jiqps5nil8hfl24lwkiz")))
+        (hash (base32 "1h8sq3p075wyfgs2vjg8y1dbj27dj16c4rbxpgfwahinqq5g8bvk")))
    (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#73158; Package guix-patches. (Tue, 10 Sep 2024 05:40:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 73158 <at> debbugs.gnu.org, leo <at> famulari.name
Subject: Re: [bug#73158] [PATCH 0/3] linux-libre kernel updates (2024-09-10)
Date: Tue, 10 Sep 2024 14:38:25 +0900
Hi,

Wilko Meyer <w <at> wmeyer.eu> writes:

> Hi Leo,
>
> There's been a small series of updates for 6.x kernels.
>
> Wilko Meyer (3):
>   gnu: linux-libre: Update to 6.10.9.
>   gnu: linux-libre 6.6: Update to 6.6.50.
>   gnu: linux-libre 6.1: Update to 6.1.109.
>

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#73158; Package guix-patches. (Wed, 11 Sep 2024 01:55:01 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/3] linux-libre kernel updates (2024-09-10)
Date: Tue, 10 Sep 2024 21:54:33 -0400
On Tue, Sep 10, 2024 at 12:18:58AM +0200, Wilko Meyer wrote:
> There's been a small series of updates for 6.x kernels.
> 
> Wilko Meyer (3):
>   gnu: linux-libre: Update to 6.10.9.
>   gnu: linux-libre 6.6: Update to 6.6.50.
>   gnu: linux-libre 6.1: Update to 6.1.109.

Thanks! Pushed to 'kernel-updates'




bug closed, send any further explanations to 73158 <at> debbugs.gnu.org and Wilko Meyer <w <at> wmeyer.eu> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 13 Sep 2024 14:13:06 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#73158; Package guix-patches. (Fri, 13 Sep 2024 15:55:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 73158-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/3] linux-libre kernel updates (2024-09-10)
Date: Fri, 13 Sep 2024 11:54:30 -0400
On Tue, Sep 10, 2024 at 12:18:58AM +0200, Wilko Meyer wrote:
> There's been a small series of updates for 6.x kernels.
> 
> Wilko Meyer (3):
>   gnu: linux-libre: Update to 6.10.9.
>   gnu: linux-libre 6.6: Update to 6.6.50.
>   gnu: linux-libre 6.1: Update to 6.1.109.

Pushe as 078f3eea72325dbbb2d200bda549da70d4abbfbc

Thanks again!




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

This bug report was last modified 251 days ago.

Previous Next


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