[PATCH 0/4] linux-libre kernel updates (2024-04-18)

  • 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 18 Apr 01:24 -0700
(address . guix-patches@gnu.org)
20240418082422.5491-3-w@wmeyer.eu
Hi Leo,

There have been updates for all 6.x kernels as well as 5.15 again. It's also
probably a good idea to apply #70286 and remove 6.7 (QA is red right now
because of a merge conflict regarding etc/news.scm; I'll probably resolve this
as soon as I find the time to do that today).

Wilko Meyer (4):
gnu: linux-libre 6.8: Update to 6.8.7.
gnu: linux-libre 6.6: Update to 6.6.28.
gnu: linux-libre 6.1: Update to 6.1.87.
gnu: linux-libre 5.15: Update to 5.15.156.

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


base-commit: ac50b46fef0019f8e728c92478a149b75df77449
--
2.41.0
W
W
Wilko Meyer wrote on 18 Apr 01:27 -0700
[PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7.
(address . 70448@debbugs.gnu.org)
20240418082719.5580-2-w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.7.
(linux-libre-6.8-pristine-source): Update hashes.
---
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 9c819838bd..6266a81c17 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.6")
+(define-public linux-libre-6.8-version "6.8.7")
(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 "158rb8x4qaig8ywbr6n2jnqpl9wgqha4ghs3y3mlbaq3sqr34wly")))
+ (hash (base32 "1bigq9my88d9xh647hgsy8gzval7p06hhacpxaqb71sfmwgil799")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.8)))
--
2.41.0
W
W
Wilko Meyer wrote on 18 Apr 01:27 -0700
[PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.28.
(address . 70448@debbugs.gnu.org)
20240418082719.5580-3-w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.28.
(linux-libre-6.6-pristine-source): Update hashes.
---
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 6266a81c17..7558727675 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.27")
+(define-public linux-libre-6.6-version "6.6.28")
(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 "14c229mcrd2rd2vjp0c3apzqifn6mkz0rcbw07nj73rw1q3517k3")))
+ (hash (base32 "151kdpp25fcl5qki138jxl90h9iyk5rk0kp2xamadnz72gnid1w1")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.41.0
W
W
Wilko Meyer wrote on 18 Apr 01:27 -0700
[PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.87.
(address . 70448@debbugs.gnu.org)
20240418082719.5580-4-w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.87.
(linux-libre-6.1-pristine-source): Update hashes.
---
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 7558727675..d6f2635ecb 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.86")
+(define-public linux-libre-6.1-version "6.1.87")
(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 "0nqiwcaln36drkcaav96dymd2y8rv7wj6a5xjl58f2hg9z2cilyk")))
+ (hash (base32 "092iv5w5d6kwgiyzs7zajmhdxc1w03sinvvr1dwy9bp8f9mg2ypw")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.41.0
W
W
Wilko Meyer wrote on 18 Apr 01:27 -0700
[PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156.
(address . 70448@debbugs.gnu.org)
20240418082719.5580-5-w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.156.
(linux-libre-5.15-pristine-source): Update hashes.
---
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 d6f2635ecb..db61075994 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.155")
+(define-public linux-libre-5.15-version "5.15.156")
(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 "1r16j5asd8v5hr5b0sb8z2wmp6say928pgm13k4iyv9fdnw5jn68")))
+ (hash (base32 "0y3p7sqr8hsn0v9ybqlcmn1z150zc13yckgrymb10sck9k8na14z")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.41.0
L
L
Leo Famulari wrote on 18 Apr 12:39 -0700
Re: [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7.
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 70448@debbugs.gnu.org)
ZiF3B1hZ6qAsul3j@jasmine.lan
On Thu, Apr 18, 2024 at 10:27:17AM +0200, Wilko Meyer wrote:
Toggle quote (3 lines)
> * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.7.
># (linux-libre-6.8-pristine-source): Update hashes.

Thanks! Pushed to 'kernel-updates'
L
L
Leo Famulari wrote on 22 Apr 04:54 -0700
Re: [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156.
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 70448-done@debbugs.gnu.org)
ZiZP7fkLU_FEkz27@jasmine.lan
On Thu, Apr 18, 2024 at 10:27:20AM +0200, Wilko Meyer wrote:
Toggle quote (3 lines)
> * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.156.
> (linux-libre-5.15-pristine-source): Update hashes.

Pushed as 30de2751094fa7cceeb692c656296209970d61cb

Thanks!
Closed
?
Your comment

This issue is archived.

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

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