* [bug#73973] Kernel updates 2024-10-23
@ 2024-10-23 17:03 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
2024-10-23 19:21 ` [bug#73973] Kernel updates 2024-10-23 Wilko Meyer
0 siblings, 2 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:03 UTC (permalink / raw)
To: 73973; +Cc: Wilko Meyer
Here are the latest round of kernel updates.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5.
2024-10-23 17:03 [bug#73973] Kernel updates 2024-10-23 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58 Leo Famulari
` (3 more replies)
2024-10-23 19:21 ` [bug#73973] Kernel updates 2024-10-23 Wilko Meyer
1 sibling, 4 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.5.
(linux-libre-6.11-pristine-source): Update hash.
Change-Id: Ib62399b6dd9d1270b716a100835767ad0e5075a3
---
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 5bc770da3e..8fc02e34f0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,7 @@ (define (%upstream-linux-source version hash)
;; The current "mainline" kernel.
-(define-public linux-libre-6.11-version "6.11.4")
+(define-public linux-libre-6.11-version "6.11.5")
(define-public linux-libre-6.11-gnu-revision "gnu")
(define deblob-scripts-6.11
(linux-libre-deblob-scripts
@@ -521,7 +521,7 @@ (define deblob-scripts-6.11
(base32 "184f3p911nyimz7s51h2n15j0zlpphrzslvz5yq1jzjs4y099dca")))
(define-public linux-libre-6.11-pristine-source
(let ((version linux-libre-6.11-version)
- (hash (base32 "0mcg1rrw9b0lwj88jkaw6ic2mks8xh8i92v90sbr2x35ljhb0m5x")))
+ (hash (base32 "01rafnqal2v96dzkabz0irymq4sc9ja00ggyv1xn7yzjnyrqa527")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.11)))
base-commit: 5f4ba1c09fa0fba1ed230b80bae9f6a4d0d2d303
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 3/5] gnu: linux-libre 6.1: Update to 6.1.114 Leo Famulari
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.58.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: Ibcefff57307b675d27fda532b34095a162d0bcf9
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8fc02e34f0..7612f59ed5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,17 +548,17 @@ (define-public linux-libre-6.10-pristine-source
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.6-version "6.6.56")
+(define-public linux-libre-6.6-version "6.6.58")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
linux-libre-6.6-version
linux-libre-6.6-gnu-revision
(base32 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
- (base32 "1z4l5a1xhrffagby28rv8kxxvr4py87vrxil0lh0nf5lcdpx4vw1")))
+ (base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "158snxmb2silss8bndpzp8fmafp175v11jrlci0jr6c8ivvi4j7p")))
+ (hash (base32 "1nwrd017l5m4w12yrcf31y3g0l9xqm5b0fzcqdgan3ypi3jq3pz7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 3/5] gnu: linux-libre 6.1: Update to 6.1.114.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 4/5] gnu: linux-libre 5.15: Update to 5.15.169 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 5/5] gnu: linux-libre 5.10: Update to 5.10.228 Leo Famulari
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.114.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
Change-Id: I174f6c6186f29d1bfbb85f2ea2de3a313bf90d05
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7612f59ed5..8a13553238 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,17 +563,17 @@ (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.112")
+(define-public linux-libre-6.1-version "6.1.114")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
linux-libre-6.1-version
linux-libre-6.1-gnu-revision
(base32 "1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy")
- (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
+ (base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "094z3wfcxqx2rbi072i5frshpy6rdvk39aahwm9nc07vc8sxxn4b")))
+ (hash (base32 "0mm2392qk01p9685bv9pilmvm5591br7kxyv4d8fdyx25shf91i2")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 4/5] gnu: linux-libre 5.15: Update to 5.15.169.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 3/5] gnu: linux-libre 6.1: Update to 6.1.114 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 5/5] gnu: linux-libre 5.10: Update to 5.10.228 Leo Famulari
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.169.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Change-Id: I1f58e02014ce55fe8b2e4d037ea1206cd326166d
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8a13553238..13f99ff425 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,17 +578,17 @@ (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.167")
+(define-public linux-libre-5.15-version "5.15.169")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
linux-libre-5.15-version
linux-libre-5.15-gnu-revision
(base32 "18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8")
- (base32 "1l8dhfby3qx8vs8fq6yybixzrghbh03wflzwly4rq08wabcr87z8")))
+ (base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0c6s6l5sz9ibws7bymb393ww0z9i3amsk1yx0bahipz3xhc1yxdi")))
+ (hash (base32 "0w2k4yrfrdnywbg3lqppig41yydy9c48v3jhfyach6zx8pccc676")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 5/5] gnu: linux-libre 5.10: Update to 5.10.228.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
` (2 preceding siblings ...)
2024-10-23 17:05 ` [bug#73973] [PATCH 4/5] gnu: linux-libre 5.15: Update to 5.15.169 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.228.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Change-Id: Icd3cd5b6e444cfe980b8d33d83b81f46dc256284
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 13f99ff425..e0785cccf7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -593,17 +593,17 @@ (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.226")
+(define-public linux-libre-5.10-version "5.10.228")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
linux-libre-5.10-version
linux-libre-5.10-gnu-revision
(base32 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch")
- (base32 "1isiih0laz4wbivsg0pcvlgrflq3lv10fakv9lvg2b4s0yd9ybdn")))
+ (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "19hwwl5sbya65mch7fwmji2cli9b8796zjqbmkybjrarg1j9m8gn")))
+ (hash (base32 "0wkvn49sdy9ykyz6cqdqd9yplqfhc6b255w6wc17ky182mzqvk3n")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] Kernel updates 2024-10-23
2024-10-23 17:03 [bug#73973] Kernel updates 2024-10-23 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
@ 2024-10-23 19:21 ` Wilko Meyer
2024-10-23 20:50 ` Leo Famulari
1 sibling, 1 reply; 9+ messages in thread
From: Wilko Meyer @ 2024-10-23 19:21 UTC (permalink / raw)
To: Leo Famulari; +Cc: w, 73973
Hi Leo,
Leo Famulari <leo@famulari.name> writes:
> Here are the latest round of kernel updates.
Thanks for taking care of this round! I'll probably get around to
prepare the patch for removal of 6.10 and setting 6.11 as the new
default kernel tomorrow.
--
Kind regards,
Wilko Meyer
^ permalink raw reply [flat|nested] 9+ messages in thread
* [bug#73973] Kernel updates 2024-10-23
2024-10-23 19:21 ` [bug#73973] Kernel updates 2024-10-23 Wilko Meyer
@ 2024-10-23 20:50 ` Leo Famulari
2024-10-24 0:32 ` bug#73973: " Leo Famulari
0 siblings, 1 reply; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 20:50 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 73973
On Wed, Oct 23, 2024 at 09:21:17PM +0200, Wilko Meyer wrote:
> Thanks for taking care of this round! I'll probably get around to
> prepare the patch for removal of 6.10 and setting 6.11 as the new
> default kernel tomorrow.
CI is building the update to 6.11 now:
https://ci.guix.gnu.org/eval/1748199
I noticed today that I had forgotten to update
linux-libre-headers-latest when adding linux-libre-6.11.
I guess we need to make an effort to keep it in sync. I wonder if there
is a way to do it automatically?
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#73973: Kernel updates 2024-10-23
2024-10-23 20:50 ` Leo Famulari
@ 2024-10-24 0:32 ` Leo Famulari
0 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-24 0:32 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 73973-done
On Wed, Oct 23, 2024 at 04:50:59PM -0400, Leo Famulari wrote:
> On Wed, Oct 23, 2024 at 09:21:17PM +0200, Wilko Meyer wrote:
> > Thanks for taking care of this round! I'll probably get around to
> > prepare the patch for removal of 6.10 and setting 6.11 as the new
> > default kernel tomorrow.
I pushed the kernel updates to 'master'.
> CI is building the update to 6.11 now:
>
> https://ci.guix.gnu.org/eval/1748199
And I'll send another patch for this.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-10-24 0:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 17:03 [bug#73973] Kernel updates 2024-10-23 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 3/5] gnu: linux-libre 6.1: Update to 6.1.114 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 4/5] gnu: linux-libre 5.15: Update to 5.15.169 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 5/5] gnu: linux-libre 5.10: Update to 5.10.228 Leo Famulari
2024-10-23 19:21 ` [bug#73973] Kernel updates 2024-10-23 Wilko Meyer
2024-10-23 20:50 ` Leo Famulari
2024-10-24 0:32 ` bug#73973: " 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).