[PATCH 0/8] linux-libre kernel updates

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Wilko Meyer
Owner
unassigned
Submitted by
Wilko Meyer
Severity
normal
W
W
Wilko Meyer wrote on 11 Oct 2023 01:10
(address . guix-patches@gnu.org)
20231010231017.6599-1-w@wmeyer.eu
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 1/8] gnu: linux-libre 6.5: Update to 6.5.7.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-1-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 2/8] gnu: linux-libre 6.1: Update to 6.1.57.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-2-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 3/8] gnu: linux-libre 5.15: Update to 5.15.135.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-3-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 5/8] gnu: linux-libre 5.4: Update to 5.4.258.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-5-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 4/8] gnu: linux-libre 5.10: Update to 5.10.198.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-4-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 6/8] gnu: linux-libre 4.19: Update to 4.19.296.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-6-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 7/8] gnu: linux-libre 4.14: Update to 4.14.327.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-7-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 11 Oct 2023 01:16
[PATCH 8/8] gnu: Update my copyright.
(address . 66455@debbugs.gnu.org)
20231010231654.6978-8-w@wmeyer.eu
* gnu/packages/linux.scm: Update copyright header.
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
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@qq.com>
;;; Copyright © 2023 dan <i@dan.games>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
+;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
;;;
;;; This file is part of GNU Guix.
;;;
--
2.41.0
L
L
Leo Famulari wrote on 11 Oct 2023 04:59
Re: [PATCH 0/8] linux-libre kernel updates
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . guix-patches@gnu.org)
ZSYPpxFXpUKeTL_q@jasmine.lan
On Wed, Oct 11, 2023 at 01:10:17AM +0200, Wilko Meyer wrote:
Toggle quote (10 lines)
> 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.

L
L
Leo Famulari wrote on 12 Oct 2023 20:45
Re: [PATCH 1/8] gnu: linux-libre 6.5: Update to 6.5.7.
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 66455-done@debbugs.gnu.org)
ZSg-wZpogR4X4vHz@jasmine.lan
On Wed, Oct 11, 2023 at 01:16:40AM +0200, Wilko Meyer wrote:
Toggle quote (3 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66455@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66455
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch