GNU bug report logs - #69214
[PATCH 0/3] linux-libre kernel updates (2024-02-18)

Previous Next

Package: guix-patches;

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

Date: Sun, 18 Feb 2024 18:23:07 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 69214 in the body.
You can then email your comments to 69214 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 guix-patches <at> gnu.org:
bug#69214; Package guix-patches. (Sun, 18 Feb 2024 18:23:07 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 guix-patches <at> gnu.org. (Sun, 18 Feb 2024 18:23:07 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-02-18)
Date: Sun, 18 Feb 2024 12:59:43 +0100
Hi Leo,

there has been another round of 6.x kernel updates again, deblob scripts
didn't change this time. I also sent in new {arm,arm64}.conf files for
the 6.7.x series, to reenable platform support in 68988^1, a few days
ago so ARM platforms will be usable again with 6.7.x kernels.

[1]: https://issues.guix.gnu.org/68988#3 

Wilko Meyer (3):
  gnu: linux-libre 6.7: Update to 6.7.5.
  gnu: linux-libre 6.6: Update to 6.6.17.
  gnu: linux-libre 6.1: Update to 6.1.78.

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


base-commit: e7cb8f75932b6a60a74b8341d24a1195cf6076db
prerequisite-patch-id: c2c1353b2f893d861efde26a34ec41e331beaf5f
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69214; Package guix-patches. (Sun, 18 Feb 2024 21:18:01 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 69214 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.5.
Date: Sun, 18 Feb 2024 22:17:05 +0100
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.5.
  (linux-libre-6.7-pristine-source): Update hashes.

Change-Id: I29490cd45a43a960b380a23cfb810494ea238691
---
 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 b8b119e474..9845e8b253 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -495,7 +495,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.4")
+(define-public linux-libre-6.7-version "6.7.5")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -505,7 +505,7 @@ (define deblob-scripts-6.7
    (base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "036nk3h7vqzd7gnxan2173kpss5qm2pci1lvd58gh90azigrz3gn")))
+        (hash (base32 "1zrralagnv9yr8qdg7lc05735691dbh92mgwfyxrq5xqc504dxi9")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69214; Package guix-patches. (Sun, 18 Feb 2024 21:18:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 69214 <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.78.
Date: Sun, 18 Feb 2024 22:17:07 +0100
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.78.
  (linux-libre-6.1-pristine-source): Update hash.

Change-Id: I1293b6494fa26f2c786d8cbabe6c855610eca499
---
 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 039d049d92..2095636465 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ (define-public linux-libre-6.6-pristine-source
 ;; The "longterm" kernels — the older releases with long-term upstream support.
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.1-version "6.1.77")
+(define-public linux-libre-6.1-version "6.1.78")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ (define deblob-scripts-6.1
    (base32 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "07grng6rrgpy6c3465hwqhn3gcdam1c8rwya30vgpk8nfxbfqm1v")))
+        (hash (base32 "12fn23m2xwdlv6gr1s8872lk8mvigqkblvlhr54nh8rik2b6n835")))
    (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#69214; Package guix-patches. (Sun, 18 Feb 2024 21:18:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 69214 <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.17.
Date: Sun, 18 Feb 2024 22:17:06 +0100
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.17.
  (linux-libre-6.6-pristine-source): Update hashes.

Change-Id: I911c604ff188f80068ec49edaa8df5aab00439a7
---
 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 9845e8b253..039d049d92 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.6-version "6.6.16")
+(define-public linux-libre-6.6-version "6.6.17")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.6
    (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0c5a9agdr27bwd1z6790whczb858z8i34hhn548lzbdylfamf7dj")))
+        (hash (base32 "0si20m9ckir826jg40bh7sh4kwlp610rnc3gwsgs4nm7dfcm0xpf")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 20 Feb 2024 17:16:02 GMT) Full text and rfc822 format available.

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

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 69214-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/3] linux-libre kernel updates (2024-02-18)
Date: Tue, 20 Feb 2024 12:15:22 -0500
On Sun, Feb 18, 2024 at 12:59:43PM +0100, Wilko Meyer wrote:
> Hi Leo,
> 
> there has been another round of 6.x kernel updates again, deblob scripts
> didn't change this time. I also sent in new {arm,arm64}.conf files for
> the 6.7.x series, to reenable platform support in 68988^1, a few days
> ago so ARM platforms will be usable again with 6.7.x kernels.
> 
> [1]: https://issues.guix.gnu.org/68988#3 
> 
> Wilko Meyer (3):
>   gnu: linux-libre 6.7: Update to 6.7.5.
>   gnu: linux-libre 6.6: Update to 6.6.17.
>   gnu: linux-libre 6.1: Update to 6.1.78.

Thanks! Pushed as d51ac341050b8f1b6b22515c356ed3d6e3c85797




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

This bug report was last modified 1 year and 93 days ago.

Previous Next


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