GNU bug report logs -
#69490
[PATCH 0/7] linux-libre kernel updates (2024-03-01)
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Fri, 1 Mar 2024 17:50:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69490 in the body.
You can then email your comments to 69490 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:50:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 01 Mar 2024 17:50:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
There has been another full round of kernel updates again for all
currently supported series. According to #gnu-linux-libre on
libera.chat the deblob scripts for at least 6.7.x and 6.6.x will
change, so there'll be a v2 reflecting this as soon as they're updated
and available on the mirror.
Wilko Meyer (7):
gnu: linux-libre 6.7: Update to 6.7.7.
gnu: linux-libre 6.6: Update to 6.6.19.
gnu: linux-libre 6.1: Update to 6.1.80.
gnu: linux-libre 5.15: Update to 5.15.150.
gnu: linux-libre 5.10: Update to 5.10.211.
gnu: linux-libre 5.4: Update to 5.4.270.
gnu: linux-libre 4.19: Update to 4.19.308.
gnu/packages/linux.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
base-commit: 7dbd572c2ec01ded48ef05b28dd1759268492763
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:52:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 69490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.7.
(linux-libre-6.7-pristine-source): Update hash.
Change-Id: Ibf045f6eccaa36acd373ca03dc6239174edbae20
---
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 67c8c67685..58b450e479 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -497,7 +497,7 @@ (define (%upstream-linux-source version hash)
;; The current "mainline" kernel.
-(define-public linux-libre-6.7-version "6.7.6")
+(define-public linux-libre-6.7-version "6.7.7")
(define-public linux-libre-6.7-gnu-revision "gnu")
(define deblob-scripts-6.7
(linux-libre-deblob-scripts
@@ -507,7 +507,7 @@ (define deblob-scripts-6.7
(base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
(define-public linux-libre-6.7-pristine-source
(let ((version linux-libre-6.7-version)
- (hash (base32 "1lrp7pwnxnqyy8c2l4n4nz997039gbnssrfm8ss8kl3h2c7fr2g4")))
+ (hash (base32 "1n8lgf814mfslca51pm3nh4icvv1lb5w5l1sxdkf5nqdax28nsr5")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.7)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:52:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 69490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.19.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I675043d5a7d7a58046c5c4883baf602997ab894c
---
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 58b450e479..8ee96aa7bb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -515,7 +515,7 @@ (define-public linux-libre-6.7-pristine-source
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.6-version "6.6.18")
+(define-public linux-libre-6.6-version "6.6.19")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -525,7 +525,7 @@ (define deblob-scripts-6.6
(base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "07cv97l5jiakmmv35n0ganvqfr0590b02f3qb617qkx1zg2xhhsf")))
+ (hash (base32 "16hk8y3pw40hahhpnpxjwhprq6hlblavr45pglpb3d62f9mpwqxm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:52:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 69490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.80.
(linux-libre-6.1-pristine-source): Update hashes.
Change-Id: Ieeb2db5249ef534a2cd00b66f1064673245c4b91
---
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 8ee96aa7bb..57413ceb68 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -533,7 +533,7 @@ (define-public linux-libre-6.6-pristine-source
;; The "longterm" kernels — the older releases with long-term upstream support.
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.1-version "6.1.79")
+(define-public linux-libre-6.1-version "6.1.80")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -543,7 +543,7 @@ (define deblob-scripts-6.1
(base32 "0vghx43lf7madaihsm279qnw8fsmgwq6p7r39r2m645mvap8mjxw")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "16xkd0hcslqlcf55d4ivzhf1fkhfs5yy0m9arbax8pmm5yi9r97s")))
+ (hash (base32 "0wdnyy7m9kfkl98id0gm6jzp4aa0hfy6gfkb4k4cg1wbpfpcm3jn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:52:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 69490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.150.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: I22b170d3af24151e22cc4f3c830ce91be1b00d0c
---
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 57413ceb68..6a34dee151 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,7 +548,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.149")
+(define-public linux-libre-5.15-version "5.15.150")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -558,7 +558,7 @@ (define deblob-scripts-5.15
(base32 "14pw0yl0yxdgcdp01rpi91ylil9irwzxfq04kfvn3gg2abaq37bn")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "1c01fnaghj55mkgsgddznq1zq4mswsa05rz00kmh1d3y6sd8115x")))
+ (hash (base32 "1m74cwsbjwlamxh8vdg2y9jjzk0h7a40adml2p2wszwf8lmmj1gf")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:52:03 GMT)
Full text and
rfc822 format available.
Message #20 received at 69490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.211.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: I9171f5c2aa6b1184dbbcd12a8546c39ac775d0ce
---
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 6a34dee151..6b147265a2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,7 +563,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.210")
+(define-public linux-libre-5.10-version "5.10.211")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -573,7 +573,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 "0vggj3a71awc1w803cdzrnkn88rxr7l1xh9mmdcw9hzxj1d3r9jf")))
+ (hash (base32 "1cir36s369fl6s46x16xnjg0wdlnkipsp2zhz11m9d3z205hly1s")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:52:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 69490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.270.
(linux-libre-5.4-pristine-source): Update hash.
Change-Id: I1b5c3f1cb770c7d29cf4a9c678ea8786f89c31e3
---
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 6b147265a2..a5fde97610 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,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.269")
+(define-public linux-libre-5.4-version "5.4.270")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -588,7 +588,7 @@ (define deblob-scripts-5.4
(base32 "0x0xg0fcykpd117x3q0gim8jilhx922ashhckjvafxv2gk2zzjhj")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "1kqqm4hpif3jy2ycnb0dfjgzyn18vqhm1i5q7d7rkisks33bwm7z")))
+ (hash (base32 "0svnkpivv5w9b2yyg0z607b84f591d401gxvr8s7kmzdxadhcjqs")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Fri, 01 Mar 2024 17:52:04 GMT)
Full text and
rfc822 format available.
Message #26 received at 69490 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.308.
(linux-libre-4.19-pristine-source): Update hash.
Change-Id: Ifa9d16737ca5961672654822de3e5dd70cb3be1b
---
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 a5fde97610..b2d95cb33e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -593,7 +593,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.307")
+(define-public linux-libre-4.19-version "4.19.308")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -603,7 +603,7 @@ (define deblob-scripts-4.19
(base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "0lp3fc7sqy48vpcl2g0n1bz7i1hp9k0nlz3i1xfh9l056ihzzvl3")))
+ (hash (base32 "1j81zdx75m48rvqacw4xlcb13vkvlx0pfq4kdfxrsdfl7wfcwl9a")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Sat, 02 Mar 2024 18:47:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 69490 <at> debbugs.gnu.org (full text, mbox):
On Fri, Mar 01, 2024 at 06:46:30PM +0100, Wilko Meyer wrote:
> Hi Leo,
>
> There has been another full round of kernel updates again for all
> currently supported series. According to #gnu-linux-libre on
> libera.chat the deblob scripts for at least 6.7.x and 6.6.x will
> change, so there'll be a v2 reflecting this as soon as they're updated
> and available on the mirror.
Thanks! I made the v2 patches as necessary and pushed to
'kernel-updates'.
I also pushed an update of the default linux-libre package to 6.7.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Sun, 03 Mar 2024 20:16:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 69490 <at> debbugs.gnu.org (full text, mbox):
On Sat, Mar 02, 2024 at 01:45:23PM -0500, Leo Famulari wrote:
> Thanks! I made the v2 patches as necessary and pushed to
> 'kernel-updates'.
Most of the builds failed spuriously due to build-farm bugs. For
example:
https://ci.guix.gnu.org/build/3587337/details
------
substitute:
substitute: [Kupdating substitutes from 'http://141.80.167.131'... 0.0%
substitute: [Kcould not fetch http://141.80.167.131/mi5cml42hcv3xzq6m9lngqj9fm7z45dh.narinfo 504
substitute: updating substitutes from 'http://141.80.167.131'... 100.0%
cannot build missing derivation ‘/gnu/store/mi5cml42hcv3xzq6m9lngqj9fm7z45dh-linux-libre-5.4.270.drv’
------
So I rebased the patches on current master and pushed again. Hopefully
the build farm will try again.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Mon, 04 Mar 2024 13:21:01 GMT)
Full text and
rfc822 format available.
Message #35 received at 69490 <at> debbugs.gnu.org (full text, mbox):
Leo Famulari <leo <at> famulari.name> writes:
> Most of the builds failed spuriously due to build-farm bugs. For
> example:
>
> https://ci.guix.gnu.org/build/3587337/details
>
> So I rebased the patches on current master and pushed again. Hopefully
> the build farm will try again.
Thanks for this & for making 6.7 the default!
There's https://ci.guix.gnu.org/eval/1157796 now based on
aa40288692043fb8b213bd1d3c33ad84c2220677 but there doesn't seem to be
a build scheduled nor in progress. Our last jobset did have a few kernel
versions built successfully^[0] despite the failing ones; so I guess all
we can do is wait/maybe trigger another build iteration as soon as the
build-farm hiccups are resolved? (wasn't too active on IRC/guix-devel
the last two weeks, so I'm a bit out of the loop on the state of our
build-farms/what caused this).
[0]: https://ci.guix.gnu.org/eval/1155513?status=succeeded
--
Kind regards,
Wilko Meyer
w <at> wmeyer.eu
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Tue, 05 Mar 2024 17:28:02 GMT)
Full text and
rfc822 format available.
Message #38 received at 69490 <at> debbugs.gnu.org (full text, mbox):
On Sun, Mar 03, 2024 at 03:14:30PM -0500, Leo Famulari wrote:
> So I rebased the patches on current master and pushed again. Hopefully
> the build farm will try again.
Looks like ci.guix.gnu.org is totally stopped, and QA has not started
building yet.
https://qa.guix.gnu.org/issue/69490
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69490
; Package
guix-patches
.
(Mon, 11 Mar 2024 15:30:02 GMT)
Full text and
rfc822 format available.
Message #41 received at 69490 <at> debbugs.gnu.org (full text, mbox):
I logged in to the Berlin build farm over SSH and built the kernels "by
hand" using `pre-inst-env` in a Git checkout. And QA has started working
too.
So I pushed as 001dfb89579856b8695b33b59f484f36e313347f
I'm going to leave the ticket open for a little while to trick QA into
continuing the work, in case we have more problems with Berlin.
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Wed, 13 Mar 2024 17:11:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
bug acknowledged by developer.
(Wed, 13 Mar 2024 17:11:02 GMT)
Full text and
rfc822 format available.
Message #46 received at 69490-done <at> debbugs.gnu.org (full text, mbox):
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 11 Apr 2024 11:24:42 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 125 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.