GNU bug report logs - #70448
[PATCH 0/4] linux-libre kernel updates (2024-04-18)

Previous Next

Package: guix-patches;

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

Date: Thu, 18 Apr 2024 08:26:04 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

To reply to this bug, email your comments to 70448 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#70448; Package guix-patches. (Thu, 18 Apr 2024 08:26:05 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. (Thu, 18 Apr 2024 08:26:06 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-04-18)
Date: Thu, 18 Apr 2024 10:24:24 +0200
Hi Leo,

There have been updates for all 6.x kernels as well as 5.15 again. It's also
probably a good idea to apply #70286 and remove 6.7 (QA is red right now
because of a merge conflict regarding etc/news.scm; I'll probably resolve this
as soon as I find the time to do that today).

Wilko Meyer (4):
  gnu: linux-libre 6.8: Update to 6.8.7.
  gnu: linux-libre 6.6: Update to 6.6.28.
  gnu: linux-libre 6.1: Update to 6.1.87.
  gnu: linux-libre 5.15: Update to 5.15.156.

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


base-commit: ac50b46fef0019f8e728c92478a149b75df77449
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70448; Package guix-patches. (Thu, 18 Apr 2024 08:29:09 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70448 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7.
Date: Thu, 18 Apr 2024 10:27:17 +0200
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.7.
(linux-libre-6.8-pristine-source): Update hashes.
---
 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 9c819838bd..6266a81c17 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -502,7 +502,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.6")
+(define-public linux-libre-6.8-version "6.8.7")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -512,7 +512,7 @@ (define deblob-scripts-6.8
    (base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "158rb8x4qaig8ywbr6n2jnqpl9wgqha4ghs3y3mlbaq3sqr34wly")))
+        (hash (base32 "1bigq9my88d9xh647hgsy8gzval7p06hhacpxaqb71sfmwgil799")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70448; Package guix-patches. (Thu, 18 Apr 2024 08:29:15 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70448 <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.28.
Date: Thu, 18 Apr 2024 10:27:18 +0200
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.28.
(linux-libre-6.6-pristine-source): Update hashes.
---
 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 6266a81c17..7558727675 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -541,7 +541,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.27")
+(define-public linux-libre-6.6-version "6.6.28")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -551,7 +551,7 @@ (define deblob-scripts-6.6
    (base32 "0s8ys7nz4p50c766f3z9h68vxnrsrgps1i5zskk3cjwik3q60an8")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "14c229mcrd2rd2vjp0c3apzqifn6mkz0rcbw07nj73rw1q3517k3")))
+        (hash (base32 "151kdpp25fcl5qki138jxl90h9iyk5rk0kp2xamadnz72gnid1w1")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70448; Package guix-patches. (Thu, 18 Apr 2024 08:29:24 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70448 <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.87.
Date: Thu, 18 Apr 2024 10:27:19 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.87.
(linux-libre-6.1-pristine-source): Update hashes.
---
 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 7558727675..d6f2635ecb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -556,7 +556,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.86")
+(define-public linux-libre-6.1-version "6.1.87")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -566,7 +566,7 @@ (define deblob-scripts-6.1
    (base32 "0104m61mqhlmsjjprj51njwbffjcqgjln5bf1wknb6y3iiazl6ng")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0nqiwcaln36drkcaav96dymd2y8rv7wj6a5xjl58f2hg9z2cilyk")))
+        (hash (base32 "092iv5w5d6kwgiyzs7zajmhdxc1w03sinvvr1dwy9bp8f9mg2ypw")))
    (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#70448; Package guix-patches. (Thu, 18 Apr 2024 08:30:10 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70448 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156.
Date: Thu, 18 Apr 2024 10:27:20 +0200
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.156.
(linux-libre-5.15-pristine-source): Update hashes.
---
 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 d6f2635ecb..db61075994 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,7 @@ (define-public linux-libre-6.1-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
 
-(define-public linux-libre-5.15-version "5.15.155")
+(define-public linux-libre-5.15-version "5.15.156")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -581,7 +581,7 @@ (define deblob-scripts-5.15
    (base32 "121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1r16j5asd8v5hr5b0sb8z2wmp6say928pgm13k4iyv9fdnw5jn68")))
+        (hash (base32 "0y3p7sqr8hsn0v9ybqlcmn1z150zc13yckgrymb10sck9k8na14z")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70448; Package guix-patches. (Thu, 18 Apr 2024 19:41:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 70448 <at> debbugs.gnu.org
Subject: Re: [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7.
Date: Thu, 18 Apr 2024 15:39:51 -0400
On Thu, Apr 18, 2024 at 10:27:17AM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.7.
># (linux-libre-6.8-pristine-source): Update hashes.

Thanks! Pushed to 'kernel-updates'




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 22 Apr 2024 11:55:02 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Mon, 22 Apr 2024 11:55:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 70448-done <at> debbugs.gnu.org
Subject: Re: [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156.
Date: Mon, 22 Apr 2024 07:54:21 -0400
On Thu, Apr 18, 2024 at 10:27:20AM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.156.
> (linux-libre-5.15-pristine-source): Update hashes.

Pushed as 30de2751094fa7cceeb692c656296209970d61cb

Thanks!




This bug report was last modified 12 days ago.

Previous Next


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