GNU bug report logs -
#71809
[PATCH 0/3] linux-libre kernel updates (2024-06-27)
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Thu, 27 Jun 2024 21:40: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 71809 in the body.
You can then email your comments to 71809 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71809
; Package
guix-patches
.
(Thu, 27 Jun 2024 21:40: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
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
.
(Thu, 27 Jun 2024 21:40:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
There's been three kernel updates today for all currently supported 6.x
kernels. Haven't been able to check wether the deblob scripts have changed
yet, so there's a possibility this patch series needs a v2.
Wilko Meyer (3):
gnu: linux-libre 6.9: Update to 6.9.7.
gnu: linux-libre 6.6: Update to 6.6.36.
gnu: linux-libre 6.1: Update to 6.1.96.
gnu/packages/linux.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
base-commit: a0eccc02ed1b86f12513df6dd66aea60c29ad95f
--
2.41.0
Information forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71809
; Package
guix-patches
.
(Thu, 27 Jun 2024 21:44:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71809 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.7.
(linux-libre-6.9-pristine-source): Update hash.
Change-Id: Iaf0d5224075070feadf4065fb8c42242d1eaa5a4
---
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 5fe9cdc456..a9d2c5cccd 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.6")
+(define-public linux-libre-6.9-version "6.9.7")
(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 "0jvbv5g9xx76a4ni0b66gzj5i2y77gpmfdg0mdsg564rp3i6chsx")))
+ (hash (base32 "1y01w26sas7pl24l09yczdr8mzzy2nadykz1wmhx9ygfj76qixg4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.9)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71809
; Package
guix-patches
.
(Thu, 27 Jun 2024 21:44:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71809 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.36.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I330ce29406db109161a5c9d2712d6a398434fabd
---
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 a9d2c5cccd..6c4c88b362 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.35")
+(define-public linux-libre-6.6-version "6.6.36")
(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 "17nxymy3r9q45cfzc9rqp937m37zr1b8fjn1m0x0dv8jhxrfxqzw")))
+ (hash (base32 "1mfdw2prjb54r19y22sm37q8spnk6lyk162ima7gps1pnwl6hrxr")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71809
; Package
guix-patches
.
(Thu, 27 Jun 2024 21:44:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 71809 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.96.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I449d75f6ef37ca62f45f2eaa56b428627a7c42e3
---
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 6c4c88b362..0bde1000fc 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.95")
+(define-public linux-libre-6.1-version "6.1.96")
(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 "1gfz2j6iixbr0dfkb8jkwnb4gicrm5rc5lsa24wmyrkm3nmg0q19")))
+ (hash (base32 "1ab290vm6h8vj1qi1qhxzh9kc6dbgpkwybcwzw1aprz5kl3cjxry")))
(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#71809
; Package
guix-patches
.
(Fri, 28 Jun 2024 20:20:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 71809 <at> debbugs.gnu.org (full text, mbox):
On Thu, Jun 27, 2024, at 17:38, Wilko Meyer wrote:
> Hi Leo,
>
> There's been three kernel updates today for all currently supported 6.x
> kernels. Haven't been able to check wether the deblob scripts have changed
> yet, so there's a possibility this patch series needs a v2.
>
> Wilko Meyer (3):
> gnu: linux-libre 6.9: Update to 6.9.7.
> gnu: linux-libre 6.6: Update to 6.6.36.
> gnu: linux-libre 6.1: Update to 6.1.96.
Thanks! I'm AFK until Sunday night. Can someone else handle this round?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71809
; Package
guix-patches
.
(Mon, 01 Jul 2024 01:13:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 71809 <at> debbugs.gnu.org (full text, mbox):
On Thu, Jun 27, 2024 at 11:38:11PM +0200, Wilko Meyer wrote:
> Hi Leo,
>
> There's been three kernel updates today for all currently supported 6.x
> kernels. Haven't been able to check wether the deblob scripts have changed
> yet, so there's a possibility this patch series needs a v2.
>
> Wilko Meyer (3):
> gnu: linux-libre 6.9: Update to 6.9.7.
> gnu: linux-libre 6.6: Update to 6.6.36.
> gnu: linux-libre 6.1: Update to 6.1.96.
No changes to the deblob scripts, so I pushed to 'kernel-updates'
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Tue, 02 Jul 2024 04:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
bug acknowledged by developer.
(Tue, 02 Jul 2024 04:27:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 71809-done <at> debbugs.gnu.org (full text, mbox):
On Thu, Jun 27, 2024 at 11:38:11PM +0200, Wilko Meyer wrote:
> Wilko Meyer (3):
> gnu: linux-libre 6.9: Update to 6.9.7.
> gnu: linux-libre 6.6: Update to 6.6.36.
> gnu: linux-libre 6.1: Update to 6.1.96.
Pushed to 'master' as 0f51ddd8dba6b69115d07f4a77ba70abb6521293
Thanks again!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 30 Jul 2024 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.