GNU bug report logs - #71726
[PATCH 0/4] linux-libre kernel updates (2024-06-23)

Previous Next

Package: guix-patches;

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

Date: Sat, 22 Jun 2024 23:35: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 71726 in the body.
You can then email your comments to 71726 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#71726; Package guix-patches. (Sat, 22 Jun 2024 23:35: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. (Sat, 22 Jun 2024 23:35: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-06-23)
Date: Sun, 23 Jun 2024 01:33:44 +0200
Hi Leo,

There's been another, this time smaller, round of kernel updates, for
all supported 6.x series kernels as well as 5.10. Deblob scripts didn't
change this time.

Wilko Meyer (4):
  gnu: linux-libre 6.9: Update to 6.9.6.
  gnu: linux-libre 6.6: Update to 6.6.35.
  gnu: linux-libre 6.1: Update to 6.1.95.
  gnu: linux-libre 5.10: Update to 5.10.220.

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


base-commit: 8980618b2dce9a594524908475d144796096619c
-- 
2.41.0





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

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71726 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/4] gnu: linux-libre 6.9: Update to 6.9.6.
Date: Sun, 23 Jun 2024 01:37:08 +0200
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.6.
  (linux-libre-6.9-pristine-source): Update hash.
---
 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 fc2e5b15a6..35178d1521 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,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.9-version "6.9.5")
+(define-public linux-libre-6.9-version "6.9.6")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
@@ -521,7 +521,7 @@ (define deblob-scripts-6.9
    (base32 "0b8hsr0s4f3hps27bmd5qj1yknhd73q4zplr4v3lmq7sr57mgly6")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "1ccm5w2x3faln5d0jj954xf99x7hn74ihk5zv6di99h3a2mv87x5")))
+        (hash (base32 "0jvbv5g9xx76a4ni0b66gzj5i2y77gpmfdg0mdsg564rp3i6chsx")))
    (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#71726; Package guix-patches. (Sat, 22 Jun 2024 23:38:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71726 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.35.
Date: Sun, 23 Jun 2024 01:37:09 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.35.
  (linux-libre-6.6-pristine-source): Update hash.
---
 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 35178d1521..728ca00d50 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,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.34")
+(define-public linux-libre-6.6-version "6.6.35")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ (define deblob-scripts-6.6
    (base32 "05ypqx1sz54yhb8jyxphvg5pwgb2cnzb4zqqaiyyywpqsrnya9kq")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "180v8q5376gl6zmjd54qcb1wpmz7cq299bdbhmz738rsb67yrq64")))
+        (hash (base32 "17nxymy3r9q45cfzc9rqp937m37zr1b8fjn1m0x0dv8jhxrfxqzw")))
    (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#71726; Package guix-patches. (Sat, 22 Jun 2024 23:38:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71726 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.95.
Date: Sun, 23 Jun 2024 01:37:10 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.95.
  (linux-libre-6.1-pristine-source): Update hash.
---
 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 728ca00d50..e77786bb35 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -546,7 +546,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.94")
+(define-public linux-libre-6.1-version "6.1.95")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -556,7 +556,7 @@ (define deblob-scripts-6.1
    (base32 "0nq8b6rnn031wl0qz7ahyfs3hcb0qsr7hzdmxi2g33ycsm9955lk")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0sakp5k4q2xfd3la7j8s2rcbvndh6fdqgzz5ivyqf0df4anp3siq")))
+        (hash (base32 "1gfz2j6iixbr0dfkb8jkwnb4gicrm5rc5lsa24wmyrkm3nmg0q19")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#71726; Package guix-patches. (Sat, 22 Jun 2024 23:38:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 71726 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/4] gnu: linux-libre 5.10: Update to 5.10.220.
Date: Sun, 23 Jun 2024 01:37:11 +0200
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.220.
  (linux-libre-5.10-pristine-source): Update hash.
---
 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 e77786bb35..5fe9cdc456 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -576,7 +576,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.219")
+(define-public linux-libre-5.10-version "5.10.220")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -586,7 +586,7 @@ (define deblob-scripts-5.10
    (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0c6dhi6w8likvyyzw7wj2fqhz8nhv760kkic8bk66r1prhakzdwk")))
+        (hash (base32 "16z1xqm7djm8pl15s5wvgc4pwq81gydcf00jpxfplw794kwszhvw")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71726; Package guix-patches. (Sun, 23 Jun 2024 19:51:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 71726 <at> debbugs.gnu.org
Subject: Re: [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23)
Date: Sun, 23 Jun 2024 15:50:39 -0400
On Sun, Jun 23, 2024 at 01:33:44AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been another, this time smaller, round of kernel updates, for
> all supported 6.x series kernels as well as 5.10. Deblob scripts didn't
> change this time.
> 
> Wilko Meyer (4):
>   gnu: linux-libre 6.9: Update to 6.9.6.
>   gnu: linux-libre 6.6: Update to 6.6.35.
>   gnu: linux-libre 6.1: Update to 6.1.95.
>   gnu: linux-libre 5.10: Update to 5.10.220.

Thanks! Pushed to 'kernel-updates'




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 26 Jun 2024 03:31:01 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Wed, 26 Jun 2024 03:31:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 71726-done <at> debbugs.gnu.org
Subject: Re: [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23)
Date: Tue, 25 Jun 2024 23:30:41 -0400
On Sun, Jun 23, 2024 at 01:33:44AM +0200, Wilko Meyer wrote:
> Wilko Meyer (4):
>   gnu: linux-libre 6.9: Update to 6.9.6.
>   gnu: linux-libre 6.6: Update to 6.6.35.
>   gnu: linux-libre 6.1: Update to 6.1.95.
>   gnu: linux-libre 5.10: Update to 5.10.220.

Pushed as f001b821c11365bcdcf5f386e77d93248d1d6b0a

Thanks again!




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

This bug report was last modified 330 days ago.

Previous Next


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