[PATCH 0/4] linux-libre kernel updates (2024-04-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 Apr 19:36 +0200
(address . guix-patches@gnu.org)
cover.1714239302.git.w@wmeyer.eu
Hi Leo,

There have been updates for the 6.x series as well as 5.15 again. Have
yet to check the deblob scripts as they weren't updated yet at this
moment.

Wilko Meyer (4):
gnu: linux-libre 6.8: Update to 6.8.8.
gnu: linux-libre 6.6: Update to 6.6.29.
gnu: linux-libre 6.1: Update to 6.1.88.
gnu: linux-libre 5.15: Update to 5.15.157.

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


base-commit: bf0f5301f01a079477cd1be6ac9e6bd60c1a64ec
--
2.41.0
W
W
Wilko Meyer wrote on 27 Apr 19:39 +0200
[PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.8.
(address . 70612@debbugs.gnu.org)
318bef33a3e22d03292b21968a02fbe83d3cc5e7.1714239302.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.8.
(linux-libre-6.8-pristine-source): Update hashes.

Change-Id: I72a667804f4e66494507182662fff67cd82317a9
---
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 db61075994..e7625c8427 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.7")
+(define-public linux-libre-6.8-version "6.8.8")
(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 "1bigq9my88d9xh647hgsy8gzval7p06hhacpxaqb71sfmwgil799")))
+ (hash (base32 "1fiiyvwi6frn83z730w4mng2z4nwpspvhb6vjpxx3yk0snwxqk0w")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.8)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Apr 19:39 +0200
[PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.29.
(address . 70612@debbugs.gnu.org)
e6bdeb54ba063121d3bdd47838f506f8346670be.1714239302.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.29.
(linux-libre-6.6-pristine-source): Update hashes.

Change-Id: I861818c7e6f90bba80d8c849d4b103262af2f4eb
---
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 e7625c8427..7cb5e0b71d 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.28")
+(define-public linux-libre-6.6-version "6.6.29")
(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 "151kdpp25fcl5qki138jxl90h9iyk5rk0kp2xamadnz72gnid1w1")))
+ (hash (base32 "1l6bcz0pwiby6q79va063767d0jxkkaf8rpqvaqqcb08116gf9kz")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Apr 19:39 +0200
[PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.88.
(address . 70612@debbugs.gnu.org)
a736fab45cac99b5f0c8b552a90d629dc2f906f3.1714239302.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.88.
(linux-libre-6.1-pristine-source): Update hashes.

Change-Id: Ia75fb61a322b54d7c1f82e324c7467faed4ea046
---
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 7cb5e0b71d..47996198e7 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.87")
+(define-public linux-libre-6.1-version "6.1.88")
(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 "092iv5w5d6kwgiyzs7zajmhdxc1w03sinvvr1dwy9bp8f9mg2ypw")))
+ (hash (base32 "1lgqclvcxfs5c4my6fh041gxzgzz8i64cw43cf5ichy58pyh4sb9")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.41.0
W
W
Wilko Meyer wrote on 27 Apr 19:39 +0200
[PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.157.
(address . 70612@debbugs.gnu.org)
927635c77be8bf5dbfaed2b0de57429fe7042c0a.1714239302.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.157.
(linux-libre-5.15-pristine-source): Update hashes.

Change-Id: Ie45c3bd3bbd1398a06beb48f545a3353fd3ad116
---
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 47996198e7..d641b00fa6 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.156")
+(define-public linux-libre-5.15-version "5.15.157")
(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 "0y3p7sqr8hsn0v9ybqlcmn1z150zc13yckgrymb10sck9k8na14z")))
+ (hash (base32 "0554qxnai66mpm3p5dln9dfsb392zr8zvwfwc9ks2sadsd8j7wmg")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.41.0
W
W
Wilko Meyer wrote on 28 Apr 21:31 +0200
Re: [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.8.
(address . 70612@debbugs.gnu.org)(address . leo@famulari.name)
871q6pmggw.fsf@wmeyer.eu
Hi Leo,

Just checked on the deblob scripts and, as of now, their hashes didn't
appear to have change. Guess this patch series is ready to be applied to
our kernel-updates branch then.

--
Kind regards,

Wilko Meyer
w@wmeyer.eu
L
L
Leo Famulari wrote on 30 Apr 00:31 +0200
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 70612-done@debbugs.gnu.org)
ZjAftIj1TN3z-Nmw@jasmine.lan
On Sun, Apr 28, 2024 at 09:31:43PM +0200, Wilko Meyer wrote:
Toggle quote (6 lines)
> Hi Leo,
>
> Just checked on the deblob scripts and, as of now, their hashes didn't
> appear to have change. Guess this patch series is ready to be applied to
> our kernel-updates branch then.

Thanks! I let kernel-updates build as far as usual and observed
successful results.

Pushed as ddf3759645ba76ef532658a257ae74fe0b1788b5
Closed
?