GNU bug report logs -
#68198
[PATCH 0/3] linux-libre kernel updates (2024-01-01)
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Mon, 1 Jan 2024 23:23: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 68198 in the body.
You can then email your comments to 68198 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#68198
; Package
guix-patches
.
(Mon, 01 Jan 2024 23:23: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
.
(Mon, 01 Jan 2024 23:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
There have been two kernel updates today; wasn't able to check the
deblob script hashes as they weren't available yet on the fsfla mirror
for the respective kernel versions (so I think there'll maybe be a v2 of
this patch series as soon as I'm able to check in a few hours).
Happy new year!
Wilko Meyer (3):
gnu: Update my copyright.
gnu: linux-libre 6.6: Update to 6.6.9.
gnu: linux-libre 6.1: Update to 6.1.70.
gnu/packages/linux.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
base-commit: 07159bb2bd9ec3c9187bd920bad4b5b0c599fb2f
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68198
; Package
guix-patches
.
(Mon, 01 Jan 2024 23:26:04 GMT)
Full text and
rfc822 format available.
Message #8 received at 68198 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.9.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: Id68891618879662b08e539f684482c4a8ef02541
---
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 18fb2ffeabd..d4cd24bcf67 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -494,7 +494,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.8")
+(define-public linux-libre-6.6-version "6.6.9")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -504,7 +504,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 "05i4ayj9wyjkd1s8ixx7bxwcyagqyx8rhj1zvbc3cjqyw4sc8djh")))
+ (hash (base32 "1cs8ym3yq9czjx6sbxpmn16l6a577mc4c1ff7nk1p2gw1jpnbg4f")))
(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#68198
; Package
guix-patches
.
(Mon, 01 Jan 2024 23:26:05 GMT)
Full text and
rfc822 format available.
Message #11 received at 68198 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.70.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I5bcebd56f3b4d6cc7ad7419264c78c56c6f3ff95
---
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 d4cd24bcf67..8c83b1f597b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -512,7 +512,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.69")
+(define-public linux-libre-6.1-version "6.1.70")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -522,7 +522,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 "0hdm28k49kmy9r96hckps0bvvaq9m06l72n8ih305rccs6a2cgby")))
+ (hash (base32 "1vxgardfm2fi4c7zkxpljqicllfqqnp835a9lyb7dh2nchk6a4zd")))
(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#68198
; Package
guix-patches
.
(Mon, 01 Jan 2024 23:26:05 GMT)
Full text and
rfc822 format available.
Message #14 received at 68198 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm: Update copyright header.
Change-Id: Idaa9c90e05eba9d0f417f11e86a80bf8119a7a65
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1c359cb3003..18fb2ffeabd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -76,7 +76,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2023 dan <i <at> dan.games>
;;; Copyright © 2023 Foundation Devices, Inc. <hello <at> foundationdevices.com>
-;;; Copyright © 2023 Wilko Meyer <w <at> wmeyer.eu>
+;;; Copyright © 2023, 2024 Wilko Meyer <w <at> wmeyer.eu>
;;; Copyright © 2023 Jaeme Sifat <jaeme <at> runbox.com>
;;;
;;; This file is part of GNU Guix.
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68198
; Package
guix-patches
.
(Tue, 02 Jan 2024 23:06:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 68198 <at> debbugs.gnu.org (full text, mbox):
On Tue, Jan 02, 2024 at 12:21:10AM +0100, Wilko Meyer wrote:
> There have been two kernel updates today; wasn't able to check the
> deblob script hashes as they weren't available yet on the fsfla mirror
> for the respective kernel versions (so I think there'll maybe be a v2 of
> this patch series as soon as I'm able to check in a few hours).
>
> Happy new year!
Happy new year Wilko!
I updated the deblob-scripts, as one of the two components has indeed
changed, and pushed to kernel-updates:
https://ci.guix.gnu.org/eval/1021550
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Fri, 05 Jan 2024 18:17:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
bug acknowledged by developer.
(Fri, 05 Jan 2024 18:17:01 GMT)
Full text and
rfc822 format available.
Message #22 received at 68198-done <at> debbugs.gnu.org (full text, mbox):
On Tue, Jan 02, 2024 at 12:25:10AM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm: Update copyright header.
Thanks! I pushed the series as 9abca269ddc5cd1b689ec6137e6def2402ccce19
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Feb 2024 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 136 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.