GNU bug report logs -
#67663
[PATCH 0/3] linux-libre kernel updates (2023-12-03)
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Wed, 6 Dec 2023 15:52:01 UTC
Severity: normal
Tags: patch
Done: Dariqq <dariqq <at> posteo.net>
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 67663 in the body.
You can then email your comments to 67663 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, me <at> tobias.gr, guix-patches <at> gnu.org
:
bug#67663
; Package
guix-patches
.
(Wed, 06 Dec 2023 15:52:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dariqq <dariqq <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
leo <at> famulari.name, me <at> tobias.gr, guix-patches <at> gnu.org
.
(Wed, 06 Dec 2023 15:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
a couple of days ago there have been a few more kernel minor releases for which I have not yet seen any patches yet.
The deblob scripts seem unchanged.
As this is my first time using git send-email I hope I did everything correctly.
Dariqq (3):
gnu: linux-libre 6.6: Update to 6.6.4.
gnu: linux-libre 6.1: Update to 6.1.65.
gnu: linux-libre 5.15: Update to 5.15.141.
gnu/packages/linux.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
base-commit: 8c294e43eb0b0ea61da7c0570872e0908f64c8ed
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, guix-patches <at> gnu.org
:
bug#67663
; Package
guix-patches
.
(Wed, 06 Dec 2023 16:12:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 67663 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.4.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I730b2f668ed976f766259aeeb5822028f1ce529c
---
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 c4f005ea67..18f3f6dfba 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.3")
+(define-public linux-libre-6.6-version "6.6.4")
(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 "19wmjkyyv5glv1w647qisrv829hhhpba5x905a7p7kch9wyzrv98")))
+ (hash (base32 "0i9ym5nqf704iz5674k66kn9a5hkm0y0sdhqy5c6v39xr5h9dr29")))
(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, guix-patches <at> gnu.org
:
bug#67663
; Package
guix-patches
.
(Wed, 06 Dec 2023 16:12:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67663 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.65.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: Ib023da86c272decc191d1539097dad9b0b8f3374
---
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 18f3f6dfba..638c5b7bd4 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.64")
+(define-public linux-libre-6.1-version "6.1.65")
(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 "1ry7dp39010hfja1wial6r6q6ilgygwm7gdz22bg4rzaycwam7b2")))
+ (hash (base32 "02mj394ina3npp6qqinc4pc6afp5pg1rlbjc90g4p902d29jjwj0")))
(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, guix-patches <at> gnu.org
:
bug#67663
; Package
guix-patches
.
(Wed, 06 Dec 2023 16:12:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 67663 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.141.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ic8f4c7851bb9026f4ed9e10927ceaf46cd92e13e
---
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 638c5b7bd4..fd944d1345 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.140")
+(define-public linux-libre-5.15-version "5.15.141")
(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 "0isa9si9wjn10lw41431wdqsbp9y685ch5lzhwswng3g6j5ywaxy")))
+ (hash (base32 "1yicgvq413801qrfzr0rdzwgg45dszrvfd6y9dmrhak9bk36lvck")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.41.0
bug closed, send any further explanations to
67663 <at> debbugs.gnu.org and Dariqq <dariqq <at> posteo.net>
Request was from
Dariqq <dariqq <at> posteo.net>
to
control <at> debbugs.gnu.org
.
(Sat, 09 Dec 2023 14:57:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67663
; Package
guix-patches
.
(Thu, 14 Dec 2023 23:21:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 67663-done <at> debbugs.gnu.org (full text, mbox):
On Wed, Dec 06, 2023 at 03:06:17PM +0000, Dariqq wrote:
> a couple of days ago there have been a few more kernel minor releases for which I have not yet seen any patches yet.
>
> The deblob scripts seem unchanged.
>
> As this is my first time using git send-email I hope I did everything correctly.
>
> Dariqq (3):
> gnu: linux-libre 6.6: Update to 6.6.4.
> gnu: linux-libre 6.1: Update to 6.1.65.
> gnu: linux-libre 5.15: Update to 5.15.141.
Hi and thank you for these patches!
They were perfect but unfortunately the kernel team didn't see them
until the next round of releases a few days later.
But I encourage you to join in the kernel update fun!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 12 Jan 2024 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.