GNU bug report logs - #67513
[PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 28 Nov 2023 20:37:02 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 67513 in the body.
You can then email your comments to 67513 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:37:02 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. (Tue, 28 Nov 2023 20:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
Date: Tue, 28 Nov 2023 21:34:45 +0100
Hi Leo,

There have been minor kernel updates again today. I marked this patch
set as WIP as the deblob-scripts mirror hasn't been updated yet, thus
I'll have to wait a few(?) more hours until it provides the deblob
scripts for these minor release so I can verify/update the hashes for
the deblob scripts as well.

Wilko Meyer (8):
  gnu: linux-libre 6.6: Update to 6.6.3.
  gnu: linux-libre 6.5: Update to 6.5.13.
  gnu: linux-libre 6.1: Update to 6.1.64.
  gnu: linux-libre 5.15: Update to 5.15.140.
  gnu: linux-libre 5.10: Update to 5.10.202.
  gnu: linux-libre 5.4: Update to 5.4.262.
  gnu: linux-libre 4.19: Update to 4.19.300.
  gnu: linux-libre 4.14: Update to 4.14.331.

 gnu/packages/linux.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:02 GMT) Full text and rfc822 format available.

Message #8 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/8] gnu: linux-libre 6.5: Update to 6.5.13.
Date: Tue, 28 Nov 2023 21:39:43 +0100
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.13.
(linux-libre-6.5-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 239d4dfede..014f3617d2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -508,7 +508,7 @@ (define-public linux-libre-6.6-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
 
-(define-public linux-libre-6.5-version "6.5.12")
+(define-public linux-libre-6.5-version "6.5.13")
 (define-public linux-libre-6.5-gnu-revision "gnu")
 (define deblob-scripts-6.5
   (linux-libre-deblob-scripts
@@ -518,7 +518,7 @@ (define deblob-scripts-6.5
    (base32 "066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh")))
 (define-public linux-libre-6.5-pristine-source
   (let ((version linux-libre-6.5-version)
-        (hash (base32 "17rmkzxszp2jg1zx2mmdcy30ffrsd0qms513sxd14klp5k9w2saa")))
+        (hash (base32 "1dfbbydmayfj9npx3z0g38p574pmcx3qgs49dv0npigl48wd9yvq")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.5)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:03 GMT) Full text and rfc822 format available.

Message #11 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/8] gnu: linux-libre 5.15: Update to 5.15.140.
Date: Tue, 28 Nov 2023 21:39:45 +0100
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.140.
(linux-libre-5.15-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 0bfd0cdd01..641cecb91e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -541,7 +541,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.139")
+(define-public linux-libre-5.15-version "5.15.140")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -551,7 +551,7 @@ (define deblob-scripts-5.15
    (base32 "1idjrn2w8jrixj8ifkk1awxyyq5042nc4p2mld4rda96azlnp948")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "0kh4v1224a7p7ib64pnmc1qid3d1lvg3c14l5s4rpr8qzq6w2s4w")))
+        (hash (base32 "0isa9si9wjn10lw41431wdqsbp9y685ch5lzhwswng3g6j5ywaxy")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:03 GMT) Full text and rfc822 format available.

Message #14 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 5/8] gnu: linux-libre 5.10: Update to 5.10.202.
Date: Tue, 28 Nov 2023 21:39:46 +0100
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.202.
(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 641cecb91e..c73eaf7e1a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -556,7 +556,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.201")
+(define-public linux-libre-5.10-version "5.10.202")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -566,7 +566,7 @@ (define deblob-scripts-5.10
    (base32 "0xrrnmb5kcc5r21bdm24aq0fnkk1imn367c1cxlj78b6l6gigx4b")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0642y6qj2d4aww6jcki81ba53pvjyfazjxgzgj8brqx8ixchdz3a")))
+        (hash (base32 "12zs2bz2plps6xp80sdg36zkyr00rf5l5c85jl4dd7b9klly04ij")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:04 GMT) Full text and rfc822 format available.

Message #17 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/8] gnu: linux-libre 6.1: Update to 6.1.64.
Date: Tue, 28 Nov 2023 21:39:44 +0100
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.64.
(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 014f3617d2..0bfd0cdd01 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -526,7 +526,7 @@ (define-public linux-libre-6.5-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.63")
+(define-public linux-libre-6.1-version "6.1.64")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -536,7 +536,7 @@ (define deblob-scripts-6.1
    (base32 "1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "13bmy22mi4ybl21kr3hdy6qiaawiqz2jgl2gl9hwqkyx04xh97f2")))
+        (hash (base32 "1ry7dp39010hfja1wial6r6q6ilgygwm7gdz22bg4rzaycwam7b2")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:04 GMT) Full text and rfc822 format available.

Message #20 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3.
Date: Tue, 28 Nov 2023 21:39:42 +0100
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.3.
(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 e5a977f3fc..239d4dfede 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -493,7 +493,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.6-version "6.6.2")
+(define-public linux-libre-6.6-version "6.6.3")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -503,7 +503,7 @@ (define deblob-scripts-6.6
    (base32 "1hg3ck1j8288fhlhcvhgs1zzwh3i62nfvphw7x3vsaqr75kiwbjp")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0zmpk5ls6282j88xpnymkr8z5hxpk2495hjjxm0jmb6ninnzdm3k")))
+        (hash (base32 "19wmjkyyv5glv1w647qisrv829hhhpba5x905a7p7kch9wyzrv98")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:05 GMT) Full text and rfc822 format available.

Message #23 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 7/8] gnu: linux-libre 4.19: Update to 4.19.300.
Date: Tue, 28 Nov 2023 21:39:48 +0100
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.300.
(linux-libre-4.19-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 8ab905d668..30a128c1b4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -586,7 +586,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.299")
+(define-public linux-libre-4.19-version "4.19.300")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -596,7 +596,7 @@ (define deblob-scripts-4.19
    (base32 "1425mhkfxn18vxn05bb4h3li7x1jl7l1hf1zi8xhnqv3wa31h9wl")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "12p431p2jqjfsf0all3fgn47z9fr2cdqyxipfrf4s4mlw4hpbyy6")))
+        (hash (base32 "0ilksl94gjpc4pzc90swfawsl8lvibpq14nkaxzl0831i219ahd8")))
     (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#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:05 GMT) Full text and rfc822 format available.

Message #26 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 6/8] gnu: linux-libre 5.4: Update to 5.4.262.
Date: Tue, 28 Nov 2023 21:39:47 +0100
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.262.
(linux-libre-5.4-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 c73eaf7e1a..8ab905d668 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,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.261")
+(define-public linux-libre-5.4-version "5.4.262")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -581,7 +581,7 @@ (define deblob-scripts-5.4
    (base32 "0sw67b2pk3lng4y67diqqnhxaggnp3nbkx8dxc5fs27rinfxr4m1")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "1hsgnv2vcziflhzrrxiny2yp88ybdqda48fm60xhpaphhs0cgfii")))
+        (hash (base32 "1p34x33gkvpv26zcrpx1i6dr7dknyxj8gnp6caqb8sj58h3slgkx")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Tue, 28 Nov 2023 20:41:06 GMT) Full text and rfc822 format available.

Message #29 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 8/8] gnu: linux-libre 4.14: Update to 4.14.331.
Date: Tue, 28 Nov 2023 21:39:49 +0100
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.331.
(linux-libre-4.14-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 30a128c1b4..8ff3f9aa58 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -601,7 +601,7 @@ (define-public linux-libre-4.19-pristine-source
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
 
-(define-public linux-libre-4.14-version "4.14.330")
+(define-public linux-libre-4.14-version "4.14.331")
 (define-public linux-libre-4.14-gnu-revision "gnu1")
 (define deblob-scripts-4.14
   (linux-libre-deblob-scripts
@@ -611,7 +611,7 @@ (define deblob-scripts-4.14
    (base32 "1faagsj4i31z2bp83hflx3q9vrddjnn37a3ah2b47iaplva7z1nd")))
 (define-public linux-libre-4.14-pristine-source
   (let ((version linux-libre-4.14-version)
-        (hash (base32 "0rwgzyfmrns6zir0dpxkwz2hm3z8c0af3wy11lmxamaa5i2wq3k7")))
+        (hash (base32 "03sk82dgvccv70i3hy8gf2hw0n4m305f7rxjw93p7jnjrbpdrp1r")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.14)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Wed, 29 Nov 2023 13:43:01 GMT) Full text and rfc822 format available.

Message #32 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 67513 <at> debbugs.gnu.org 
Cc: leo <at> famulari.name
Subject: [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
Date: Wed, 29 Nov 2023 14:37:32 +0100
Hi Leo,

Just checked the deblob scripts and its hashes doesn't seem to have changed in this iteration:

1vbgykwzf7j0yjqcwn747cfhwj0rgw3s9h627q94wb9a19x9p0fr 1faagsj4i31z2bp83hflx3q9vrddjnn37a3ah2b47iaplva7z1nd 4.14.331
0pjal2cc2f99cvw8r4icb4l24j41k48jkj6bqk7pcahzcgx33ycb 1425mhkfxn18vxn05bb4h3li7x1jl7l1hf1zi8xhnqv3wa31h9wl 4.19.300
0xg5cz82k2cb0ikxvwv1hp5c3h377jkb5sd6aszvsk7hnabhk62v 0sw67b2pk3lng4y67diqqnhxaggnp3nbkx8dxc5fs27rinfxr4m1 5.4.262
1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch 0xrrnmb5kcc5r21bdm24aq0fnkk1imn367c1cxlj78b6l6gigx4b 5.10.202
18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8 1idjrn2w8jrixj8ifkk1awxyyq5042nc4p2mld4rda96azlnp948 5.15.140
1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy 1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js 6.1.64
01mm6v67bcrhgm97axsw46x0iix9im7hmlb765f3bkjhwklpxdy7 066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh 6.5.13
0g8m0rb15b0231dv8ji456s75a67szsaim71may3yprplycz6pav 1hg3ck1j8288fhlhcvhgs1zzwh3i62nfvphw7x3vsaqr75kiwbjp 6.6.3

so feel free to apply these updates to the kernel-updates branch!

-- 
Kind regards,

Wilko Meyer
w <at> wmeyer.eu




Information forwarded to guix-patches <at> gnu.org:
bug#67513; Package guix-patches. (Wed, 29 Nov 2023 18:09:01 GMT) Full text and rfc822 format available.

Message #35 received at 67513 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 67513 <at> debbugs.gnu.org
Subject: Re: [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
Date: Wed, 29 Nov 2023 13:08:30 -0500
On Tue, Nov 28, 2023 at 09:34:45PM +0100, Wilko Meyer wrote:
> Hi Leo,
> 
> There have been minor kernel updates again today. I marked this patch
> set as WIP as the deblob-scripts mirror hasn't been updated yet, thus
> I'll have to wait a few(?) more hours until it provides the deblob
> scripts for these minor release so I can verify/update the hashes for
> the deblob scripts as well.

Thanks! The deblob scripts are available and unchanged for these
releases. So I've pushed to 'kernel-updates', and we'll wait for QA:

https://ci.guix.gnu.org/eval/947499
https://qa.guix.gnu.org/issue/67513




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 05 Dec 2023 02:38:02 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Tue, 05 Dec 2023 02:38:02 GMT) Full text and rfc822 format available.

Message #40 received at 67513-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 67513-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
Date: Mon, 4 Dec 2023 21:37:38 -0500
On Wed, Nov 29, 2023 at 01:08:30PM -0500, Leo Famulari wrote:
> Thanks! The deblob scripts are available and unchanged for these
> releases. So I've pushed to 'kernel-updates', and we'll wait for QA:
> 
> https://ci.guix.gnu.org/eval/947499
> https://qa.guix.gnu.org/issue/67513

QA still hasn't built the changes, but CI did build the changes that it
has the capability to build, so I went ahead and pushed
3fe483c1741c261f69f6cff749d43c3804d6b9ab




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 Jan 2024 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 128 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.