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

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Wilko Meyer
Owner
unassigned
Submitted by
Wilko Meyer
Severity
normal

Debbugs page

W
W
Wilko Meyer wrote on 27 Mar 05:33 -0700
(address . guix-patches@gnu.org)
cover.1711542558.git.w@wmeyer.eu
Hi Leo,

There's been another round of updates again for all 8 currently
supported kernel versions. Haven't had the possibility yet to check
deblob scripts as they aren't available yet.

Wilko Meyer (8):
gnu: linux-libre 6.8: Update to 6.8.2.
gnu: linux-libre: Update to 6.7.11.
gnu: linux-libre 6.6: Update to 6.6.23.
gnu: linux-libre 6.1: Update to 6.1.83.
gnu: linux-libre 5.15: Update to 5.15.153.
gnu: linux-libre 5.10: Update to 5.10.214.
gnu: linux-libre 5.4: Update to 5.4.273.
gnu: linux-libre 4.19: Update to 4.19.311.

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


base-commit: 5c8f8330ac7a1531464c2a4d04d483e651124d3e
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 1/8] gnu: linux-libre 6.8: Update to 6.8.2.
(address . 70027@debbugs.gnu.org)
85349df15a599910f6e72e7d2da1f651c2d46d63.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.2.
(linux-libre-6.8-pristine-source): Update hash.

Change-Id: Ia079f31d4b0b18d95ccd65ba08da735b986c473b
---
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 6f62d1bcb0..13f7b06e07 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -497,7 +497,7 @@ (define (%upstream-linux-source version hash)
;; The current "mainline" kernel.
-(define-public linux-libre-6.8-version "6.8.1")
+(define-public linux-libre-6.8-version "6.8.2")
(define-public linux-libre-6.8-gnu-revision "gnu")
(define deblob-scripts-6.8
(linux-libre-deblob-scripts
@@ -507,7 +507,7 @@ (define deblob-scripts-6.8
(base32 "04xk6myysrfrhfpq6zah8wk2ska7idmr968nh6pcd0ixbhas2k92")))
(define-public linux-libre-6.8-pristine-source
(let ((version linux-libre-6.8-version)
- (hash (base32 "0s7zgk9m545v8y7qjhv7cprrh58j46gpmb8iynyhy2hlwcv8j34d")))
+ (hash (base32 "013xs37cnan72baqvmn2qrcbs5bbcv1gaafrcx3a166gbgc25hws")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.8)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 2/8] gnu: linux-libre: Update to 6.7.11.
(address . 70027@debbugs.gnu.org)
2a7655578297bc47dc9cc340fa9229d79eb9f377.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.11.
(linux-libre-6.7-pristine-source): Update hash.

Change-Id: Ifaed591376099432ad2a616ebb2a19b531c29b5e
---
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 13f7b06e07..9efbeec03b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -517,7 +517,7 @@ (define-public linux-libre-6.8-pristine-source
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.7-version "6.7.10")
+(define-public linux-libre-6.7-version "6.7.11")
(define-public linux-libre-6.7-gnu-revision "gnu")
(define deblob-scripts-6.7
(linux-libre-deblob-scripts
@@ -527,7 +527,7 @@ (define deblob-scripts-6.7
(base32 "1lhsy2qnmz47r8m926k1kng912m64j7pnpcvd1ddgdqpq5byp88j")))
(define-public linux-libre-6.7-pristine-source
(let ((version linux-libre-6.7-version)
- (hash (base32 "00vw90mypcliq0d72jdh1ql2dfmm7gpswln2qycxdz7rfsrrzfd9")))
+ (hash (base32 "0jhb175nlcncrp0y8md7p83yydlx6qqql6llav8djbv3f74rfr1c")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.7)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 3/8] gnu: linux-libre 6.6: Update to 6.6.23.
(address . 70027@debbugs.gnu.org)
f3097a38c8fca3dd8e20284e39816b9d072064a9.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.23.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I6cad5af75c5d365e0cf7b0be7d3511748f2d230f
---
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 9efbeec03b..bf2f92156e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -536,7 +536,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.22")
+(define-public linux-libre-6.6-version "6.6.23")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -546,7 +546,7 @@ (define deblob-scripts-6.6
(base32 "014w19b9igdy3rpwrqn21why151zlc9hdx2b1qvdkjsbz6smx3lp")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1x52c6ywmspp3naishzsknhy7i0b7mv9baxx25a0y987cjsygqr3")))
+ (hash (base32 "1fd824ia3ngy65c5qaaln7m66ca4p80bwlnvvk76pw4yrccx23r0")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 5/8] gnu: linux-libre 5.15: Update to 5.15.153.
(address . 70027@debbugs.gnu.org)
0fbea7ef56f9389b2d67ef37fc9ea3f6b4a226a8.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.153.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Ibd5a110d77a2d8bab88172fa6a63b27cfd873a1e
---
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 ff5ff3afdd..f878637276 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -566,7 +566,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.152")
+(define-public linux-libre-5.15-version "5.15.153")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -576,7 +576,7 @@ (define deblob-scripts-5.15
(base32 "1a4la9nfdl5qiyfbzhgbqhl638wy1crkgpfnfaj0qf3hg4jsg0g4")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0zm4wkryj4mim4fr7pf5g9rlzh31yb1c40lkp85lvcm5yhjm507h")))
+ (hash (base32 "1g44gjcwcdq5552vwinljqwiy90bxax72jjvdasp71x88khv3pfp")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 4/8] gnu: linux-libre 6.1: Update to 6.1.83.
(address . 70027@debbugs.gnu.org)
e943e385bb477cca1d72b92015c605b79b5d5f64.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.83.
(linux-libre-6.1-pristine-source): Update hashes.

Change-Id: I2af7693bc3fdf0198a85368ffc72d422f38e186f
---
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 bf2f92156e..ff5ff3afdd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -551,7 +551,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.82")
+(define-public linux-libre-6.1-version "6.1.83")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -561,7 +561,7 @@ (define deblob-scripts-6.1
(base32 "08y5smwgbl2l74dlk850pbvn8d1y14cqvll2gbx80vmvfwlzp8c3")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "01pcrcjp5mifjjmfz7j1jb8nhq8nkxspavxmv1l7d1qnskcx4l6i")))
+ (hash (base32 "145iw3wii7znhrqdmgnwhswk235g6gw8axjjji2cw4rn148rddl8")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 7/8] gnu: linux-libre 5.4: Update to 5.4.273.
(address . 70027@debbugs.gnu.org)
38a1a9ca147275fb47050ee2108172427bfad07f.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.273.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ia245de40de2307e4e8f32993ebd1b6fe68d6c81f
---
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 becd17adb6..b4c45aca42 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -596,7 +596,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.272")
+(define-public linux-libre-5.4-version "5.4.273")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -606,7 +606,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 "0rp3waqrm489crcrms2ls7fxcw5jdkjhazvx82z68gj0kaaxb69m")))
+ (hash (base32 "0hs7af3mcnk5mmp3c5vjl187nva2kzsdx487nd12a8m7zb9wz84b")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 6/8] gnu: linux-libre 5.10: Update to 5.10.214.
(address . 70027@debbugs.gnu.org)
222ff1c063b8dc27bc0d5dadc0a2ab26a4f11bf9.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.214.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: I5785db03604a9ba39c985ba1d8fe0988eac9b5f8
---
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 f878637276..becd17adb6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -581,7 +581,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.213")
+(define-public linux-libre-5.10-version "5.10.214")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -591,7 +591,7 @@ (define deblob-scripts-5.10
(base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "105df7w6m5a3fngi6ajqs5qblaq4lbxsgcppllrk7v1r68i31kw4")))
+ (hash (base32 "0n7m82hw2rkw5mhdqw0vvmq7kq0s43jalr53sbv09wl17vai9w20")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Mar 05:38 -0700
[PATCH 8/8] gnu: linux-libre 4.19: Update to 4.19.311.
(address . 70027@debbugs.gnu.org)
5d65f6deab99ee5532ce59285e50aa6aa7b6054b.1711542558.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.311.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: Ifcac587e87e571dae492b6ff35f017f978846257
---
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 b4c45aca42..d46b0aa33c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -611,7 +611,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.310")
+(define-public linux-libre-4.19-version "4.19.311")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -621,7 +621,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 "0sfy2g9jzxd8ia0idll72l7npi2kssdkz29h8jjxhilgmg299v4m")))
+ (hash (base32 "10dww3cyazcf3wjzh8igpa0frb8gvl6amnksh42zfkji4mskh2r6")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
--
2.41.0
L
L
Leo Famulari wrote on 30 Mar 13:19 -0700
Re: [PATCH 0/8] linux-libre kernel updates (2024-03-27)
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 70027@debbugs.gnu.org)
Zghz1CEOk-gxtOHM@jasmine.lan
On Wed, Mar 27, 2024 at 01:33:59PM +0100, Wilko Meyer wrote:
Toggle quote (6 lines)
> Hi Leo,
>
> There's been another round of updates again for all 8 currently
> supported kernel versions. Haven't had the possibility yet to check
> deblob scripts as they aren't available yet.

Thanks! I updated the deblob scripts where appropriate and pushed to
'kernel-updates'.
L
L
Leo Famulari wrote on 1 Apr 08:21 -0700
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 70027-done@debbugs.gnu.org)
ZgrRB54ra598Z_t4@jasmine.lan
On Sat, Mar 30, 2024 at 04:19:32PM -0400, Leo Famulari wrote:
Toggle quote (3 lines)
> Thanks! I updated the deblob scripts where appropriate and pushed to
> 'kernel-updates'.

Pushed to 'master' as b292a172ac95ece25fbf98957ead53b0223b003e
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70027@patchwise.org

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