[PATCH 0/8] linux-libre kernel updates (2024-07-27)

  • 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 27 Jul 15:17 +0200
(address . guix-patches@gnu.org)
cover.1722086103.git.w@wmeyer.eu
Hi Leo,

There's been a series of updates affecting all supported kernels today. Deblob
scripts weren't up yet the last time I checked, so there's a possibility that
we'll need a v2 of this patch series.

Wilko Meyer (8):
gnu: linux-libre 6.10: Update to 6.10.2.
gnu: linux-libre 6.9: Update to 6.9.12.
gnu: linux-libre 6.6: Update to 6.6.43.
gnu: linux-libre 6.1: Update to 6.1.102.
gnu: linux-libre 5.15: Update to 5.15.164.
gnu: linux-libre 5.10: Update to 5.10.223.
gnu: linux-libre 5.4: Update to 5.4.281.
gnu: linux-libre 4.19: Update to 4.19.319.

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


base-commit: 0fff8adfb95ea01a0236bcb69e9beafff163e722
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 1/8] gnu: linux-libre 6.10: Update to 6.10.2.
(address . 72321@debbugs.gnu.org)
c91ecc9b9e0532669fb28028d1b14627028d4e6f.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.2.
(linux-libre-6.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 283f9511ab..10bdb78d37 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,7 @@ (define (%upstream-linux-source version hash)
;; The current "mainline" kernel.
-(define-public linux-libre-6.10-version "6.10.1")
+(define-public linux-libre-6.10-version "6.10.2")
(define-public linux-libre-6.10-gnu-revision "gnu")
(define deblob-scripts-6.10
(linux-libre-deblob-scripts
@@ -521,7 +521,7 @@ (define deblob-scripts-6.10
(base32 "00bx8g1ijswi9zypmwqhxsk9fdkzmarxdbdx5h6gpn7z4d1qly3j")))
(define-public linux-libre-6.10-pristine-source
(let ((version linux-libre-6.10-version)
- (hash (base32 "0szpkhrwfqwj068vz032daf3zycv5c93gjxiisjziifi3kyrs43h")))
+ (hash (base32 "0w4vsb0c8bp34j90l89qms50nx6r6mmyf23jbvyar9fbv46m5n3k")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.10)))
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 2/8] gnu: linux-libre 6.9: Update to 6.9.12.
(address . 72321@debbugs.gnu.org)
d893daf3621aa99acf4c26f405deb345210e21e5.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.12.
(linux-libre-6.9-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 10bdb78d37..1309e09a97 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -529,7 +529,7 @@ (define-public linux-libre-6.10-pristine-source
;; 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.11")
+(define-public linux-libre-6.9-version "6.9.12")
(define-public linux-libre-6.9-gnu-revision "gnu")
(define deblob-scripts-6.9
(linux-libre-deblob-scripts
@@ -539,7 +539,7 @@ (define deblob-scripts-6.9
(base32 "18vfz1fx4vjssfh1w7aqfjf91y2g34a2qnzbl9pyawa7qnqxq33n")))
(define-public linux-libre-6.9-pristine-source
(let ((version linux-libre-6.9-version)
- (hash (base32 "1q8kyn9cxc1ykf3cvifmfqk2p2p4x53l7h704hh92gichgh89pyy")))
+ (hash (base32 "08ngskni7d9wi93vlwcmbdg7sb2jl1drhhzn62k9nsrg1r7crrss")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.9)))
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.43.
(address . 72321@debbugs.gnu.org)
02447ff27e6fcc495af11959f98879d4f06da97e.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.43.
(linux-libre-6.6-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 1309e09a97..6169a4e5ae 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -549,7 +549,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.42")
+(define-public linux-libre-6.6-version "6.6.43")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -559,7 +559,7 @@ (define deblob-scripts-6.6
(base32 "15xb4miirfmi1khlq4zhb8zmmh82f41jhsfbsfpv8v98yfka2nmb")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "10z6fjvpiv3l11rpsd6fgi7dr6a3d38c6zlp8ihffx6pjz1ch0c8")))
+ (hash (base32 "0pha226h5011kl5r2iiddxi0rib3xraslmcdjjnil2kq38d3pn0a")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.102.
(address . 72321@debbugs.gnu.org)
b9ace94704df535458d9fd4a3c1e2bab73b45604.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.102.
(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 6169a4e5ae..4433b70f95 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -564,7 +564,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.101")
+(define-public linux-libre-6.1-version "6.1.102")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -574,7 +574,7 @@ (define deblob-scripts-6.1
(base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "0k5kjb2n78dcfpqqj8n76fxqbmifs2gqd2z1g9had7s2d2m9yigi")))
+ (hash (base32 "1v4p4i8pfg4i6v90dr7m65npkxjnqv3fxcj8zs3pbb8y84xzk98v")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.164.
(address . 72321@debbugs.gnu.org)
4b39792ffe83c12daa336c7d79d5ad10c8aa2621.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.164.
(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 4433b70f95..99fae8362c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -579,7 +579,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.163")
+(define-public linux-libre-5.15-version "5.15.164")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -589,7 +589,7 @@ (define deblob-scripts-5.15
(base32 "1l8dhfby3qx8vs8fq6yybixzrghbh03wflzwly4rq08wabcr87z8")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "00mkipkhz0i5xld7kyaxcj8cj8faw4gmjl5fribg832nn7ccfpq2")))
+ (hash (base32 "11linb9jzarr8wz0vim3g9gkhi5ldqm82bkpl5xs9f34xpx9hq7c")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.281.
(address . 72321@debbugs.gnu.org)
b68232f3918dd9e46a312c81b13aeff60581b194.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.281.
(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 4975bced1c..3add3e15ba 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -609,7 +609,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.280")
+(define-public linux-libre-5.4-version "5.4.281")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -619,7 +619,7 @@ (define deblob-scripts-5.4
(base32 "0x0xg0fcykpd117x3q0gim8jilhx922ashhckjvafxv2gk2zzjhj")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "0hix0dywf2ybvzxkijjsjmkrj7sx61hwq6mg1wqsq317p1zccxm9")))
+ (hash (base32 "1ckja83km101h2dwlp86xrnnlzdzvjly48iywhy53xric3kw7824")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.223.
(address . 72321@debbugs.gnu.org)
85860803db798472359f7c0a342d0a8357d9ccd9.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.223.
(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 99fae8362c..4975bced1c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -594,7 +594,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.222")
+(define-public linux-libre-5.10-version "5.10.223")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -604,7 +604,7 @@ (define deblob-scripts-5.10
(base32 "1isiih0laz4wbivsg0pcvlgrflq3lv10fakv9lvg2b4s0yd9ybdn")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "1jshn64g165rdshyjvq38ni6pkbskp50048pbz407fss7f00cbbv")))
+ (hash (base32 "189b3yl4lsjzh6qpza0phj8hgsvnyh38cgrd70rnqw3rddmdh2fa")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.45.2
W
W
Wilko Meyer wrote on 27 Jul 15:19 +0200
[PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.319.
(address . 72321@debbugs.gnu.org)
ea71b73ccc2d0cbdc050496dbaa7cbd39440a988.1722086103.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.319.
(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 3add3e15ba..97fb5979dc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -624,7 +624,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.318")
+(define-public linux-libre-4.19-version "4.19.319")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -634,7 +634,7 @@ (define deblob-scripts-4.19
(base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "14vl0288apl76rvxa9yxfggrc4600bjsn4gw097m4gy5ldiaapqd")))
+ (hash (base32 "0c7bhb31hpbbw1is1ykppk9lm0x025yyd4hrmlg1s6yg75rxqkal")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
--
2.45.2
W
W
Wilko Meyer wrote on 28 Jul 23:24 +0200
(address . 72321@debbugs.gnu.org)(address . leo@famulari.name)
877cd5ky6l.fsf@wmeyer.eu
Hi Leo,

checked the deblob scripts and they haven't changed this time, so the
patch series can be applied without the need for a second revision.

--
Kind regards,
Wilko Meyer
L
L
Leo Famulari wrote on 30 Jul 05:34 +0200
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 72321@debbugs.gnu.org)
ZqhfQ7iww-f51WsS@jasmine.lan
On Sun, Jul 28, 2024 at 11:24:02PM +0200, Wilko Meyer wrote:
Toggle quote (5 lines)
> Hi Leo,
>
> checked the deblob scripts and they haven't changed this time, so the
> patch series can be applied without the need for a second revision.

Great, thanks for checking! I just pushed these to 'kernel-updates'.
L
L
Leo Famulari wrote on 4 Aug 21:57 +0200
Re: [PATCH 0/8] linux-libre kernel updates (2024-07-27)
(name . Wilko Meyer)(address . w@wmeyer.eu)
Zq_dOhTPBnXXcTtz@jasmine.lan
On Sat, Jul 27, 2024 at 03:17:50PM +0200, Wilko Meyer wrote:
Toggle quote (14 lines)
> There's been a series of updates affecting all supported kernels today. Deblob
> scripts weren't up yet the last time I checked, so there's a possibility that
> we'll need a v2 of this patch series.
>
> Wilko Meyer (8):
> gnu: linux-libre 6.10: Update to 6.10.2.
> gnu: linux-libre 6.9: Update to 6.9.12.
> gnu: linux-libre 6.6: Update to 6.6.43.
> gnu: linux-libre 6.1: Update to 6.1.102.
> gnu: linux-libre 5.15: Update to 5.15.164.
> gnu: linux-libre 5.10: Update to 5.10.223.
> gnu: linux-libre 5.4: Update to 5.4.281.
> gnu: linux-libre 4.19: Update to 4.19.319.

Pushed as 8006d74ce6dbe74806d14e74e3f32e7a5c92811a

The CLISP build failure on aarch64-linux [0] seems to have cleared up on its
own (I got a substitute for the build). Not sure what happened there but
I'm moving on from it.

[0]
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72321
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