* [bug#70448] [PATCH 0/4] linux-libre kernel updates (2024-04-18)
@ 2024-04-18 8:24 Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Wilko Meyer
0 siblings, 1 reply; 7+ messages in thread
From: Wilko Meyer @ 2024-04-18 8:24 UTC (permalink / raw)
To: 70448; +Cc: Wilko Meyer, leo
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7.
2024-04-18 8:24 [bug#70448] [PATCH 0/4] linux-libre kernel updates (2024-04-18) Wilko Meyer
@ 2024-04-18 8:27 ` Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.28 Wilko Meyer
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-04-18 8:27 UTC (permalink / raw)
To: 70448; +Cc: Wilko Meyer, leo
* 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(-)
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#70448] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.28.
2024-04-18 8:27 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Wilko Meyer
@ 2024-04-18 8:27 ` Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.87 Wilko Meyer
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-04-18 8:27 UTC (permalink / raw)
To: 70448; +Cc: Wilko Meyer, leo
* 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(-)
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#70448] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.87.
2024-04-18 8:27 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.28 Wilko Meyer
@ 2024-04-18 8:27 ` Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156 Wilko Meyer
2024-04-18 19:39 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Leo Famulari
3 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-04-18 8:27 UTC (permalink / raw)
To: 70448; +Cc: Wilko Meyer, leo
* 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(-)
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#70448] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156.
2024-04-18 8:27 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.28 Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.87 Wilko Meyer
@ 2024-04-18 8:27 ` Wilko Meyer
2024-04-22 11:54 ` bug#70448: " Leo Famulari
2024-04-18 19:39 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Leo Famulari
3 siblings, 1 reply; 7+ messages in thread
From: Wilko Meyer @ 2024-04-18 8:27 UTC (permalink / raw)
To: 70448; +Cc: Wilko Meyer, leo
* 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(-)
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7.
2024-04-18 8:27 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Wilko Meyer
` (2 preceding siblings ...)
2024-04-18 8:27 ` [bug#70448] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156 Wilko Meyer
@ 2024-04-18 19:39 ` Leo Famulari
3 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-04-18 19:39 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 70448
On Thu, Apr 18, 2024 at 10:27:17AM +0200, Wilko Meyer wrote:
> * 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'
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#70448: [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156.
2024-04-18 8:27 ` [bug#70448] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156 Wilko Meyer
@ 2024-04-22 11:54 ` Leo Famulari
0 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-04-22 11:54 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 70448-done
On Thu, Apr 18, 2024 at 10:27:20AM +0200, Wilko Meyer wrote:
> * 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!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-22 11:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18 8:24 [bug#70448] [PATCH 0/4] linux-libre kernel updates (2024-04-18) Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.28 Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.87 Wilko Meyer
2024-04-18 8:27 ` [bug#70448] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.156 Wilko Meyer
2024-04-22 11:54 ` bug#70448: " Leo Famulari
2024-04-18 19:39 ` [bug#70448] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.7 Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).