GNU bug report logs - #66455
[PATCH 0/8] linux-libre kernel updates

Previous Next

Package: guix-patches;

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

Date: Tue, 10 Oct 2023 23:12: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 66455 in the body.
You can then email your comments to 66455 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#66455; Package guix-patches. (Tue, 10 Oct 2023 23:12: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 guix-patches <at> gnu.org. (Tue, 10 Oct 2023 23:12: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/8] linux-libre kernel updates
Date: Wed, 11 Oct 2023 01:10:17 +0200
Hi Guix,

these patches provide the following linux-libre kernel updates:

4.14.327: longterm
4.19.296: longterm
5.10.198: longterm
5.15.135: longterm
5.4.258: longterm
6.1.57: longterm
6.5.7: stable

Wilko Meyer (8):
  gnu: linux-libre 6.5: Update to 6.5.7.
  gnu: linux-libre 6.1: Update to 6.1.57.
  gnu: linux-libre 5.15: Update to 5.15.135.
  gnu: linux-libre 5.10: Update to 5.10.198.
  gnu: linux-libre 5.4: Update to 5.4.258.
  gnu: linux-libre 4.19: Update to 4.19.296.
  gnu: linux-libre 4.14: Update to 4.14.327.
  gnu: Update my copyright.

 gnu/packages/linux.scm | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)


base-commit: 1b6db3209c5c5772dc1a8d1fd08112a7de598e6a
prerequisite-patch-id: f897625b1684ff39c18fb0a69b21f5e9bc9ba343
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/8] gnu: linux-libre 6.5: Update to 6.5.7.
Date: Wed, 11 Oct 2023 01:16:40 +0200
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.7.
(linux-libre-6.5-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 9d58060de0..501c06fd6f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -492,7 +492,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.5-version "6.5.6")
+(define-public linux-libre-6.5-version "6.5.7")
 (define-public linux-libre-6.5-gnu-revision "gnu")
 (define deblob-scripts-6.5
   (linux-libre-deblob-scripts
@@ -502,7 +502,7 @@ (define deblob-scripts-6.5
    (base32 "132ps1jprxw6kqyscsar38fn7s12kg416mfhz7w702f4ajgq1ndi")))
 (define-public linux-libre-6.5-pristine-source
   (let ((version linux-libre-6.5-version)
-        (hash (base32 "1xnjjm50ks18ifrp36md2p2xca4lw160y57j9p152w2l2i16vqvq")))
+        (hash (base32 "135v3y2vgc83dca4xi7q52wqi4dkfal74k1y73jwzj85h12fl28d")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.5)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/8] gnu: linux-libre 6.1: Update to 6.1.57.
Date: Wed, 11 Oct 2023 01:16:41 +0200
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.57.
(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 501c06fd6f..c320819482 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -525,7 +525,7 @@ (define-public linux-libre-6.4-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.56")
+(define-public linux-libre-6.1-version "6.1.57")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -535,7 +535,7 @@ (define deblob-scripts-6.1
    (base32 "1c73516nbhnz0cxjz38b5794dxygb8sznv9idiibw7ablmjbhd11")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1327in80nl0ghbjignjsdw0w5crj4d06d5fivj4q6af26bggvply")))
+        (hash (base32 "1ccidrxswblxw9yaa45y6ds16pc7647f6fz36xxxhljivhyzxszr")))
    (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#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/8] gnu: linux-libre 5.15: Update to 5.15.135.
Date: Wed, 11 Oct 2023 01:16:42 +0200
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.135.
(linux-libre-5.15-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 c320819482..bb317c2828 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -540,7 +540,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.134")
+(define-public linux-libre-5.15-version "5.15.135")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -550,7 +550,7 @@ (define deblob-scripts-5.15
    (base32 "1c3lm0j401lv2lk39dmr4mlf5ic173snm7cc0cckl6czyvxr5ysy")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1lxra3h8pq41hdr1acazwcqk6r8alv9p840ys19nivaprfp84wgk")))
+        (hash (base32 "0w3i8jvzqvfnlarcvg89k1144ln96fszv16lzrn16zr3kri5x0ql")))
    (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#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 5/8] gnu: linux-libre 5.4: Update to 5.4.258.
Date: Wed, 11 Oct 2023 01:16:44 +0200
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.258.
(linux-libre-5.4-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 ca1c4aa015..1d8707ce5a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -570,7 +570,7 @@ (define-public linux-libre-5.10-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
 
-(define-public linux-libre-5.4-version "5.4.257")
+(define-public linux-libre-5.4-version "5.4.258")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -580,7 +580,7 @@ (define deblob-scripts-5.4
    (base32 "0sw67b2pk3lng4y67diqqnhxaggnp3nbkx8dxc5fs27rinfxr4m1")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "1w1x91slzg9ggakqhyxnmvz77v2cwfk8bz0knrpgz9qya9q5jxrf")))
+        (hash (base32 "0gk2xav1ng565l1qsqlr8ja6m4j5g8rfj66vad1fmdd1lwaihw1r")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/8] gnu: linux-libre 5.10: Update to 5.10.198.
Date: Wed, 11 Oct 2023 01:16:43 +0200
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.198.
(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 bb317c2828..ca1c4aa015 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -555,7 +555,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.197")
+(define-public linux-libre-5.10-version "5.10.198")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -565,7 +565,7 @@ (define deblob-scripts-5.10
    (base32 "0nnp46mn32yk436swd2qh34igmzinfgkwvbzp3lqyy45f06hbc2j")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "1awkm7lln5gf6kld9z5h4mg39bd778jsdswwlwb7iv7bn03lafhq")))
+        (hash (base32 "01gsw96anw44nh8ii3zipp6vh61m1n8yf0bv2fzznr23k771y51b")))
    (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#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 6/8] gnu: linux-libre 4.19: Update to 4.19.296.
Date: Wed, 11 Oct 2023 01:16:45 +0200
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.296.
(linux-libre-4.19-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 1d8707ce5a..1e5aa1ea31 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -585,7 +585,7 @@ (define-public linux-libre-5.4-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.295")
+(define-public linux-libre-4.19-version "4.19.296")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -595,7 +595,7 @@ (define deblob-scripts-4.19
    (base32 "1425mhkfxn18vxn05bb4h3li7x1jl7l1hf1zi8xhnqv3wa31h9wl")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "1b1qslpk1kka7nxam48s22xsqd9qmp716hmibgfsjxl5y3jc4cmp")))
+        (hash (base32 "1bk051canr4fb00j6x9ff2wam2f20whw4h4z767x2cn2kmv6cqb3")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:05 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 7/8] gnu: linux-libre 4.14: Update to 4.14.327.
Date: Wed, 11 Oct 2023 01:16:46 +0200
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.327.
(linux-libre-4.14-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 1e5aa1ea31..17fbe801dd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -600,7 +600,7 @@ (define-public linux-libre-4.19-pristine-source
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
 
-(define-public linux-libre-4.14-version "4.14.326")
+(define-public linux-libre-4.14-version "4.14.327")
 (define-public linux-libre-4.14-gnu-revision "gnu1")
 (define deblob-scripts-4.14
   (linux-libre-deblob-scripts
@@ -610,7 +610,7 @@ (define deblob-scripts-4.14
    (base32 "1faagsj4i31z2bp83hflx3q9vrddjnn37a3ah2b47iaplva7z1nd")))
 (define-public linux-libre-4.14-pristine-source
   (let ((version linux-libre-4.14-version)
-        (hash (base32 "0y0lvzidw775mgx211wnc1c6223iqv8amz5y9jkz9h7l3l7y8p2m")))
+        (hash (base32 "0nharfyxlr17yan86zrhlbq7idm0g3zvvvmy2zbw7m9dhgc8bw5z")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.14)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66455; Package guix-patches. (Tue, 10 Oct 2023 23:18:05 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66455 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 8/8] gnu: Update my copyright.
Date: Wed, 11 Oct 2023 01:16:47 +0200
* gnu/packages/linux.scm: Update copyright header.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 17fbe801dd..9db4292dc4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -76,6 +76,7 @@
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2023 dan <i <at> dan.games>
 ;;; Copyright © 2023 Foundation Devices, Inc. <hello <at> foundationdevices.com>
+;;; Copyright © 2023 Wilko Meyer <w <at> wmeyer.eu>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66455; Package guix-patches. (Wed, 11 Oct 2023 03:01:02 GMT) Full text and rfc822 format available.

Message #32 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/8] linux-libre kernel updates
Date: Tue, 10 Oct 2023 22:59:51 -0400
On Wed, Oct 11, 2023 at 01:10:17AM +0200, Wilko Meyer wrote:
> Wilko Meyer (8):
>   gnu: linux-libre 6.5: Update to 6.5.7.
>   gnu: linux-libre 6.1: Update to 6.1.57.
>   gnu: linux-libre 5.15: Update to 5.15.135.
>   gnu: linux-libre 5.10: Update to 5.10.198.
>   gnu: linux-libre 5.4: Update to 5.4.258.
>   gnu: linux-libre 4.19: Update to 4.19.296.
>   gnu: linux-libre 4.14: Update to 4.14.327.
>   gnu: Update my copyright.

Thanks! Pushed to the 'kernel-updates' branch so that CI will build
them:

https://git.savannah.gnu.org/cgit/guix.git/log/?h=kernel-updates
https://ci.guix.gnu.org/jobset/kernel-updates




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 12 Oct 2023 18:46:02 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Thu, 12 Oct 2023 18:46:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 66455-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/8] gnu: linux-libre 6.5: Update to 6.5.7.
Date: Thu, 12 Oct 2023 14:45:21 -0400
On Wed, Oct 11, 2023 at 01:16:40AM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.7.
> (linux-libre-6.5-pristine-source): Update hash.

Thanks! Pushed as 06acda9715711c406f30b3a314387002244d8792




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 10 Nov 2023 12:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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