GNU bug report logs -
#71531
[PATCH 0/3] linux-libre kernel updates (2024-06-13)
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Thu, 13 Jun 2024 07:40:01 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 71531 in the body.
You can then email your comments to 71531 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, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71531
; Package
guix-patches
.
(Thu, 13 Jun 2024 07:40:01 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, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
.
(Thu, 13 Jun 2024 07:40:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
There's been another round of kernel updates again. Except for 6.6.x the
deblob scripts didn't change.
Wilko Meyer (3):
gnu: linux-libre 6.9: Update to 6.9.4.
gnu: linux-libre 6.6: Update to 6.6.33.
gnu: linux-libre 6.1: Update to 6.1.93.
gnu/packages/linux.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71531
; Package
guix-patches
.
(Thu, 13 Jun 2024 07:43:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71531 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.4.
(linux-libre-6.9-pristine-source): Update hashes.
Change-Id: If77eedd24bd747dc3a6bff47f4498e48499bfb19
---
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 feacbfda73..02cb8ab886 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -510,7 +510,7 @@ (define (%upstream-linux-source version hash)
;; The current "mainline" kernel.
-(define-public linux-libre-6.9-version "6.9.3")
+(define-public linux-libre-6.9-version "6.9.4")
(define-public linux-libre-6.9-gnu-revision "gnu")
(define deblob-scripts-6.9
(linux-libre-deblob-scripts
@@ -520,7 +520,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 "1bnzxparybwh320019pr2msaapas41dhjmvg4gy791rn05jc88f3")))
+ (hash (base32 "1hpcc1bkan1y03bigi8mxd86z0c0bjpklnp9piw1ml57s7h00a17")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.9)))
--
2.41.0
Information forwarded
to
leo <at> famulari.name, me <at> tobias.gr, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71531
; Package
guix-patches
.
(Thu, 13 Jun 2024 07:43:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71531 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.33.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: Icb7e3a018d4608b241c2367f6f6f119d15a4ffec
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 02cb8ab886..54a3083150 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,17 +547,17 @@ (define-public linux-libre-6.8-pristine-source
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.6-version "6.6.32")
+(define-public linux-libre-6.6-version "6.6.33")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
linux-libre-6.6-version
linux-libre-6.6-gnu-revision
(base32 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
- (base32 "0g45msp8l6hm8b9yq1rp03wab3ssahm5z3zflkspi16d42ikm793")))
+ (base32 "05ypqx1sz54yhb8jyxphvg5pwgb2cnzb4zqqaiyyywpqsrnya9kq")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1qbc8dqmk2xs1cz968rysw5xvhq3lj8g0pxp48fr2qbzy3m29a5a")))
+ (hash (base32 "15yy80dwis74gmmamnnn8kayak3am15gg6llk4k74x9avhhbqgm1")))
(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, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#71531
; Package
guix-patches
.
(Thu, 13 Jun 2024 07:43:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 71531 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.93.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I7349e9bec6b2c9dcc9916531e93cf1eab743db17
---
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 54a3083150..bbbca6df1e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,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.92")
+(define-public linux-libre-6.1-version "6.1.93")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -572,7 +572,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 "1j9n8gk76nn4gw42iba5zgghr360gb9n1mslr5dyv76wpwkz86ch")))
+ (hash (base32 "1kqbfbw7ivhl6aqb8pl92fll4bhgyn8xkgv8vpx62gcjylpaycfz")))
(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#71531
; Package
guix-patches
.
(Sat, 15 Jun 2024 20:53:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 71531 <at> debbugs.gnu.org (full text, mbox):
On Thu, Jun 13, 2024 at 09:39:16AM +0200, Wilko Meyer wrote:
> Hi Leo,
>
> There's been another round of kernel updates again. Except for 6.6.x the
> deblob scripts didn't change.
>
> Wilko Meyer (3):
> gnu: linux-libre 6.9: Update to 6.9.4.
> gnu: linux-libre 6.6: Update to 6.6.33.
> gnu: linux-libre 6.1: Update to 6.1.93.
Thanks! Pushed to 'kernel-updates'
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Sun, 16 Jun 2024 18:13:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
bug acknowledged by developer.
(Sun, 16 Jun 2024 18:13:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 71531-done <at> debbugs.gnu.org (full text, mbox):
On Sat, Jun 15, 2024 at 04:51:53PM -0400, Leo Famulari wrote:
> Thanks! Pushed to 'kernel-updates'
And pushed to master as 6bdc3757cbc51bc1f5822221af4c1c396b1d91d7
Thanks again!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 15 Jul 2024 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.