GNU bug report logs -
#73408
[PATCH 0/3] linux-libre kernel updates (2024-09-21)
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Sat, 21 Sep 2024 12:55: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 73408 in the body.
You can then email your comments to 73408 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#73408
; Package
guix-patches
.
(Sat, 21 Sep 2024 12:55: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
.
(Sat, 21 Sep 2024 12:55: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 updates for all 6.10 kernels except for 6.11.x. Deblobs didn't
change.
Wilko Meyer (3):
gnu: linux-libre: Update to 6.10.11.
gnu: linux-libre 6.6: Update to 6.6.52.
gnu: linux-libre 6.1: Update to 6.1.111.
gnu/packages/linux.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
base-commit: 02484ef03cb235be55f5630d2997537f9c5d51a9
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73408
; Package
guix-patches
.
(Sat, 21 Sep 2024 12:59:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73408 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.11.
(linux-libre-6.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 53c5d0697b..7b31460cd0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,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.10-version "6.10.10")
+(define-public linux-libre-6.10-version "6.10.11")
(define-public linux-libre-6.10-gnu-revision "gnu")
(define deblob-scripts-6.10
(linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.10
(base32 "1zmgsgzrcsjzjzhgb12drc0f42ag8xak6z7zzx324f0wrf4i67zf")))
(define-public linux-libre-6.10-pristine-source
(let ((version linux-libre-6.10-version)
- (hash (base32 "1kcvh1g3p1sj4q34ylcmm43824f97z4k695lcxnzp7pbnlsyg1z6")))
+ (hash (base32 "15ihkbsj0idwzbvhynjm3kcnkk0alf3xipip8ngib1f1z13a0kgv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.10)))
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73408
; Package
guix-patches
.
(Sat, 21 Sep 2024 12:59:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 73408 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.111.
(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 b17b7fcb63..c929794bf2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.110")
+(define-public linux-libre-6.1-version "6.1.111")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-6.1
(base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "0slgvwldjdyi5vzhgriamkmrj4p942yacclgcw29331gfjs39gly")))
+ (hash (base32 "1c7d49kppv8xgqlsrfm1286mnvz8vcnbqqh6zgfca2s13px9hwn4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73408
; Package
guix-patches
.
(Sat, 21 Sep 2024 12:59:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 73408 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.52.
(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 7b31460cd0..b17b7fcb63 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (define-public linux-libre-6.10-pristine-source
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.6-version "6.6.51")
+(define-public linux-libre-6.6-version "6.6.52")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ (define deblob-scripts-6.6
(base32 "0kpkmdmrw9bnypdd0z489smh8bbwgg1ii301g1ynqfdkzd2ca1iq")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1cq8l3n12gnk6kgms5c7v71l199ip8lc9fpx7s8w8y88cla9l30w")))
+ (hash (base32 "1f5l6y7abscm01dr740fzvq8r756ar854n0i299smm4rhcsap48m")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73408
; Package
guix-patches
.
(Sun, 22 Sep 2024 02:37:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 73408 <at> debbugs.gnu.org (full text, mbox):
On Sat, Sep 21, 2024 at 02:57:21PM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.11.
> (linux-libre-6.10-pristine-source): Update hash.
Thanks! Pushed to 'kernel-updates'
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Tue, 24 Sep 2024 15:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
bug acknowledged by developer.
(Tue, 24 Sep 2024 15:32:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 73408-done <at> debbugs.gnu.org (full text, mbox):
On Sat, Sep 21, 2024 at 02:57:21PM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.11.
> (linux-libre-6.10-pristine-source): Update hash.
Pushed as 3ac69c1a757430d6dfdd37eb948ba1d6967967cc
Thanks again!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 23 Oct 2024 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.