* [bug#71726] [PATCH 1/4] gnu: linux-libre 6.9: Update to 6.9.6.
2024-06-22 23:33 [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Wilko Meyer
@ 2024-06-22 23:37 ` Wilko Meyer
2024-06-22 23:37 ` [bug#71726] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.35 Wilko Meyer
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-06-22 23:37 UTC (permalink / raw)
To: 71726; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.6.
(linux-libre-6.9-pristine-source): Update hash.
---
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 fc2e5b15a6..35178d1521 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,7 @@ (define (%upstream-linux-source version hash)
;; 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.5")
+(define-public linux-libre-6.9-version "6.9.6")
(define-public linux-libre-6.9-gnu-revision "gnu")
(define deblob-scripts-6.9
(linux-libre-deblob-scripts
@@ -521,7 +521,7 @@ (define deblob-scripts-6.9
(base32 "0b8hsr0s4f3hps27bmd5qj1yknhd73q4zplr4v3lmq7sr57mgly6")))
(define-public linux-libre-6.9-pristine-source
(let ((version linux-libre-6.9-version)
- (hash (base32 "1ccm5w2x3faln5d0jj954xf99x7hn74ihk5zv6di99h3a2mv87x5")))
+ (hash (base32 "0jvbv5g9xx76a4ni0b66gzj5i2y77gpmfdg0mdsg564rp3i6chsx")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.9)))
--
2.41.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#71726] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.35.
2024-06-22 23:33 [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Wilko Meyer
2024-06-22 23:37 ` [bug#71726] [PATCH 1/4] gnu: linux-libre 6.9: Update to 6.9.6 Wilko Meyer
@ 2024-06-22 23:37 ` Wilko Meyer
2024-06-22 23:37 ` [bug#71726] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.95 Wilko Meyer
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-06-22 23:37 UTC (permalink / raw)
To: 71726; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.35.
(linux-libre-6.6-pristine-source): Update hash.
---
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 35178d1521..728ca00d50 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,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.34")
+(define-public linux-libre-6.6-version "6.6.35")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ (define deblob-scripts-6.6
(base32 "05ypqx1sz54yhb8jyxphvg5pwgb2cnzb4zqqaiyyywpqsrnya9kq")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "180v8q5376gl6zmjd54qcb1wpmz7cq299bdbhmz738rsb67yrq64")))
+ (hash (base32 "17nxymy3r9q45cfzc9rqp937m37zr1b8fjn1m0x0dv8jhxrfxqzw")))
(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#71726] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.95.
2024-06-22 23:33 [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Wilko Meyer
2024-06-22 23:37 ` [bug#71726] [PATCH 1/4] gnu: linux-libre 6.9: Update to 6.9.6 Wilko Meyer
2024-06-22 23:37 ` [bug#71726] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.35 Wilko Meyer
@ 2024-06-22 23:37 ` Wilko Meyer
2024-06-22 23:37 ` [bug#71726] [PATCH 4/4] gnu: linux-libre 5.10: Update to 5.10.220 Wilko Meyer
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-06-22 23:37 UTC (permalink / raw)
To: 71726; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.95.
(linux-libre-6.1-pristine-source): Update hash.
---
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 728ca00d50..e77786bb35 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -546,7 +546,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.94")
+(define-public linux-libre-6.1-version "6.1.95")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -556,7 +556,7 @@ (define deblob-scripts-6.1
(base32 "0nq8b6rnn031wl0qz7ahyfs3hcb0qsr7hzdmxi2g33ycsm9955lk")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "0sakp5k4q2xfd3la7j8s2rcbvndh6fdqgzz5ivyqf0df4anp3siq")))
+ (hash (base32 "1gfz2j6iixbr0dfkb8jkwnb4gicrm5rc5lsa24wmyrkm3nmg0q19")))
(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#71726] [PATCH 4/4] gnu: linux-libre 5.10: Update to 5.10.220.
2024-06-22 23:33 [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Wilko Meyer
` (2 preceding siblings ...)
2024-06-22 23:37 ` [bug#71726] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.95 Wilko Meyer
@ 2024-06-22 23:37 ` Wilko Meyer
2024-06-23 19:50 ` [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Leo Famulari
2024-06-26 3:30 ` bug#71726: " Leo Famulari
5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-06-22 23:37 UTC (permalink / raw)
To: 71726; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.220.
(linux-libre-5.10-pristine-source): Update hash.
---
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 e77786bb35..5fe9cdc456 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -576,7 +576,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.219")
+(define-public linux-libre-5.10-version "5.10.220")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -586,7 +586,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 "0c6dhi6w8likvyyzw7wj2fqhz8nhv760kkic8bk66r1prhakzdwk")))
+ (hash (base32 "16z1xqm7djm8pl15s5wvgc4pwq81gydcf00jpxfplw794kwszhvw")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.41.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23)
2024-06-22 23:33 [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Wilko Meyer
` (3 preceding siblings ...)
2024-06-22 23:37 ` [bug#71726] [PATCH 4/4] gnu: linux-libre 5.10: Update to 5.10.220 Wilko Meyer
@ 2024-06-23 19:50 ` Leo Famulari
2024-06-26 3:30 ` bug#71726: " Leo Famulari
5 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-06-23 19:50 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 71726
On Sun, Jun 23, 2024 at 01:33:44AM +0200, Wilko Meyer wrote:
> Hi Leo,
>
> There's been another, this time smaller, round of kernel updates, for
> all supported 6.x series kernels as well as 5.10. Deblob scripts didn't
> change this time.
>
> Wilko Meyer (4):
> gnu: linux-libre 6.9: Update to 6.9.6.
> gnu: linux-libre 6.6: Update to 6.6.35.
> gnu: linux-libre 6.1: Update to 6.1.95.
> gnu: linux-libre 5.10: Update to 5.10.220.
Thanks! Pushed to 'kernel-updates'
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#71726: [PATCH 0/4] linux-libre kernel updates (2024-06-23)
2024-06-22 23:33 [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Wilko Meyer
` (4 preceding siblings ...)
2024-06-23 19:50 ` [bug#71726] [PATCH 0/4] linux-libre kernel updates (2024-06-23) Leo Famulari
@ 2024-06-26 3:30 ` Leo Famulari
5 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-06-26 3:30 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 71726-done
On Sun, Jun 23, 2024 at 01:33:44AM +0200, Wilko Meyer wrote:
> Wilko Meyer (4):
> gnu: linux-libre 6.9: Update to 6.9.6.
> gnu: linux-libre 6.6: Update to 6.6.35.
> gnu: linux-libre 6.1: Update to 6.1.95.
> gnu: linux-libre 5.10: Update to 5.10.220.
Pushed as f001b821c11365bcdcf5f386e77d93248d1d6b0a
Thanks again!
^ permalink raw reply [flat|nested] 7+ messages in thread