* [bug#74449] 2024-11-17 kernel updates
@ 2024-11-21 0:30 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
2024-11-24 18:04 ` [bug#74449] 2024-11-17 kernel updates Leo Famulari
0 siblings, 2 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:30 UTC (permalink / raw)
To: 74449
Here is the new round of kernel updates.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9.
2024-11-21 0:30 [bug#74449] 2024-11-17 kernel updates Leo Famulari
@ 2024-11-21 0:39 ` Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.62 Leo Famulari
` (5 more replies)
2024-11-24 18:04 ` [bug#74449] 2024-11-17 kernel updates Leo Famulari
1 sibling, 6 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:39 UTC (permalink / raw)
To: 74449; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.9.
(linux-libre-6.11-pristine-source): Update hash.
Change-Id: I062f6f84c12dad5670dfe48811d603bc300712e2
---
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 7a856c4721..db6f93b1ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -512,7 +512,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.11-version "6.11.8")
+(define-public linux-libre-6.11-version "6.11.9")
(define-public linux-libre-6.11-gnu-revision "gnu")
(define deblob-scripts-6.11
(linux-libre-deblob-scripts
@@ -522,7 +522,7 @@ (define deblob-scripts-6.11
(base32 "076psrj9rx0fb7i76f7s6xyaq8dj3kyrfhc4q6g7q2ll3v4hxvc6")))
(define-public linux-libre-6.11-pristine-source
(let ((version linux-libre-6.11-version)
- (hash (base32 "0g9wz6dqbq9h5yiiz8sdma4k1cmr4n2sxzvhrsz2090mzr2ais5f")))
+ (hash (base32 "1d44yfk105bsf9f853f2fpnzqd0xbqn8drg1dv4ri5dxldx8lrbm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.11)))
base-commit: b2bd56f8fe297ecc5dbd91e5d4f7bd210ff591f1
--
2.46.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [bug#74449] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.62.
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
@ 2024-11-21 0:39 ` Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.118 Leo Famulari
` (4 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:39 UTC (permalink / raw)
To: 74449; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.62.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I8737dfe9a9cc4f94b894ce3c12ec55d74775c9eb
---
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 db6f93b1ef..2875c1c43d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ (define-public linux-libre-6.11-pristine-source
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.6-version "6.6.61")
+(define-public linux-libre-6.6-version "6.6.62")
(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 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "02vw0jphzqj8cd5apf8wbjp2wahwcnvw6vchv4z1q3qrz56w53s1")))
+ (hash (base32 "0dlkgph6chvqrask746wjijqp62vmvrp3n2dkldr8d2mfw8mdhz2")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.46.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [bug#74449] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.118.
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.62 Leo Famulari
@ 2024-11-21 0:39 ` Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.173 Leo Famulari
` (3 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:39 UTC (permalink / raw)
To: 74449; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.118.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: Iacf38639d720e0f56a9d47fd92e1399902de8e57
---
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 2875c1c43d..fe1dd0993c 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.117")
+(define-public linux-libre-6.1-version "6.1.118")
(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 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "12vqj3iqf6kg6lc34lf4zjhw4r0sszxfwd0xlbv3njlpj7kgzyx8")))
+ (hash (base32 "0k12d4l03ziiba1b4f6jfxv5ir0lrd6kshlasr62rhv1f6yq81q1")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.46.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [bug#74449] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.173.
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.62 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.118 Leo Famulari
@ 2024-11-21 0:39 ` Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.230 Leo Famulari
` (2 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:39 UTC (permalink / raw)
To: 74449; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.173.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ifac6956504d0a7c3bc72a84fdb50e94037786381
---
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 fe1dd0993c..5a3ae2ce6c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -561,7 +561,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.172")
+(define-public linux-libre-5.15-version "5.15.173")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -571,7 +571,7 @@ (define deblob-scripts-5.15
(base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0kc46gniifn2jbj4w58bh2kvpja4vl7q0yxn538cic6115c298pg")))
+ (hash (base32 "1a3x3ld6g7ny0hdfqfvj5j2i5sx5l5p236pdnsr0icn9ri3jljwa")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.46.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [bug#74449] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.230.
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
` (2 preceding siblings ...)
2024-11-21 0:39 ` [bug#74449] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.173 Leo Famulari
@ 2024-11-21 0:39 ` Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.286 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.324 Leo Famulari
5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:39 UTC (permalink / raw)
To: 74449; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.230.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: I041153e10a9c5b3f7dfb2472dcccb1b0f2e81725
---
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 5a3ae2ce6c..04ea798b1a 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.229")
+(define-public linux-libre-5.10-version "5.10.230")
(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 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "1q6di05rk4bsy91r03zw6vz14zzcpvv25dv7gw0yz1gzpgkbb9h8")))
+ (hash (base32 "0isbb0ixqg4yzlh3lmdvnax4m1ikf2q4wk0b9vgqc63p7gpm066d")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.46.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [bug#74449] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.286.
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
` (3 preceding siblings ...)
2024-11-21 0:39 ` [bug#74449] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.230 Leo Famulari
@ 2024-11-21 0:39 ` Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.324 Leo Famulari
5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:39 UTC (permalink / raw)
To: 74449; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.286.
(linux-libre-5.4-pristine-source): Update hash.
Change-Id: Ie3795b6627708714e3b018b2dd3059029ed4d2a1
---
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 04ea798b1a..28d2f70da6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -591,7 +591,7 @@ (define-public linux-libre-5.10-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
-(define-public linux-libre-5.4-version "5.4.285")
+(define-public linux-libre-5.4-version "5.4.286")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -601,7 +601,7 @@ (define deblob-scripts-5.4
(base32 "1q1wcslpwpwsnwzbddjdc0qv2h89492skyw2zsjyb4rpz41s66mg")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "1722sc365ajxmqyr4r49yp73mzdckay3rx5c2gx29xzny9zc6cmy")))
+ (hash (base32 "0z48n7vahg318bgkccy8xqgl87vfb8zmn995cqh7z38fvzrm81qq")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
--
2.46.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [bug#74449] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.324.
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
` (4 preceding siblings ...)
2024-11-21 0:39 ` [bug#74449] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.286 Leo Famulari
@ 2024-11-21 0:39 ` Leo Famulari
5 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-21 0:39 UTC (permalink / raw)
To: 74449; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.324.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
Change-Id: I82e9d32dc7adbeaa9e416c3a2dd4763d8cb28c3c
---
gnu/packages/linux.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 28d2f70da6..338944a149 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -606,17 +606,17 @@ (define-public linux-libre-5.4-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
-(define-public linux-libre-4.19-version "4.19.323")
+(define-public linux-libre-4.19-version "4.19.324")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
linux-libre-4.19-version
linux-libre-4.19-gnu-revision
- (base32 "0pjal2cc2f99cvw8r4icb4l24j41k48jkj6bqk7pcahzcgx33ycb")
- (base32 "048isws4h3lya8dwpwyhqglsjg9sckxk0gfsxdbqg336n5vi0gb1")))
+ (base32 "06pqv050bkii0hc2v7ymny5264w1bca8db0dp1pw9mfmjg865am5")
+ (base32 "1mp9d0b7mqw7cl65k0a18265cvn4qwcpnvna8r6n5m3y4pz3rik9")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "073akfd30bnk0r8hw1lywv2d7svslhfl5lx9zlkdhjf6p9gj3jgf")))
+ (hash (base32 "12rd468wvmmdmgzy9vs2ny155yp9wxrf15lrslpc8xm4wimrd0h0")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
--
2.46.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [bug#74449] 2024-11-17 kernel updates
2024-11-21 0:30 [bug#74449] 2024-11-17 kernel updates Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
@ 2024-11-24 18:04 ` Leo Famulari
2024-11-24 23:36 ` bug#74449: " Leo Famulari
1 sibling, 1 reply; 10+ messages in thread
From: Leo Famulari @ 2024-11-24 18:04 UTC (permalink / raw)
To: 74449
[-- Attachment #1.1: Type: text/plain, Size: 350 bytes --]
I pushed the first 6 patches of this series as
c05a78739de9ad2ca2ea97c5899d9b73fca620ea
I've had to amend the commit of the 4.19 kernel series to 4.19.324
because it had the wrong commit hashes. It's building on the
'kernel-updates' branch.
The problem was that I fetched release artifacts for 4.19.234, not
4.19.324. Oops!
Updated patch attached
[-- Attachment #1.2: 0001-gnu-linux-libre-4.19-Update-to-4.19.324.patch --]
[-- Type: text/plain, Size: 1762 bytes --]
From 4931d022b09f03068337c356a4f53e377b50d8e5 Mon Sep 17 00:00:00 2001
Message-ID: <4931d022b09f03068337c356a4f53e377b50d8e5.1732471461.git.leo@famulari.name>
From: Leo Famulari <leo@famulari.name>
Date: Wed, 20 Nov 2024 19:28:54 -0500
Subject: [PATCH] gnu: linux-libre 4.19: Update to 4.19.324.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.324.
(linux-libre-4.19-pristine-source): Update hash.
Change-Id: I82e9d32dc7adbeaa9e416c3a2dd4763d8cb28c3c
---
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 0e29aae2bd..3583da37c2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -606,7 +606,7 @@ (define-public linux-libre-5.4-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
-(define-public linux-libre-4.19-version "4.19.323")
+(define-public linux-libre-4.19-version "4.19.324")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -616,7 +616,7 @@ (define deblob-scripts-4.19
(base32 "048isws4h3lya8dwpwyhqglsjg9sckxk0gfsxdbqg336n5vi0gb1")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "073akfd30bnk0r8hw1lywv2d7svslhfl5lx9zlkdhjf6p9gj3jgf")))
+ (hash (base32 "1rpzhx6zx7kav638m78fcqhw3igzggdcyc2r7ns8inh75nnl1qch")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
base-commit: c05a78739de9ad2ca2ea97c5899d9b73fca620ea
--
2.46.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* bug#74449: 2024-11-17 kernel updates
2024-11-24 18:04 ` [bug#74449] 2024-11-17 kernel updates Leo Famulari
@ 2024-11-24 23:36 ` Leo Famulari
0 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-11-24 23:36 UTC (permalink / raw)
To: 74449-done
On Sun, Nov 24, 2024 at 01:04:26PM -0500, Leo Famulari wrote:
> I pushed the first 6 patches of this series as
> c05a78739de9ad2ca2ea97c5899d9b73fca620ea
>
> I've had to amend the commit of the 4.19 kernel series to 4.19.324
> because it had the wrong commit hashes. It's building on the
> 'kernel-updates' branch.
>
> The problem was that I fetched release artifacts for 4.19.234, not
> 4.19.324. Oops!
>
> Updated patch attached
Pushed as 0de78424bd27ec97633401c735e0a766a79b2eee
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-11-24 23:37 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21 0:30 [bug#74449] 2024-11-17 kernel updates Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 1/7] gnu: linux-libre: Update to 6.11.9 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.62 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.118 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.173 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.230 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.286 Leo Famulari
2024-11-21 0:39 ` [bug#74449] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.324 Leo Famulari
2024-11-24 18:04 ` [bug#74449] 2024-11-17 kernel updates Leo Famulari
2024-11-24 23:36 ` bug#74449: " 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).