* [bug#68608] [PATCH 0/3] linux-libre kernel updates (2024-01-20)
@ 2024-01-20 11:56 Wilko Meyer
2024-01-20 11:57 ` [bug#68608] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.1 Wilko Meyer
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-01-20 11:56 UTC (permalink / raw)
To: 68608; +Cc: Wilko Meyer, leo
Hi Leo,
There have been updates to the 6.x-series kernels today again. Have yet
to check the deblob scripts as they still have to be updated on the
fsfla mirror.
Wilko Meyer (3):
gnu: linux-libre 6.7: Update to 6.7.1.
gnu: linux-libre 6.6: Update to 6.6.13.
gnu: linux-libre 6.1: Update to 6.1.74.
gnu/packages/linux.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
base-commit: efeab56db36053f1c141e4e29afc591197219b59
--
2.41.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#68608] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.1.
2024-01-20 11:56 [bug#68608] [PATCH 0/3] linux-libre kernel updates (2024-01-20) Wilko Meyer
@ 2024-01-20 11:57 ` Wilko Meyer
2024-01-21 20:26 ` bug#68608: " Leo Famulari
2024-01-20 11:57 ` [bug#68608] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.13 Wilko Meyer
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Wilko Meyer @ 2024-01-20 11:57 UTC (permalink / raw)
To: 68608; +Cc: Wilko Meyer, leo
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.1.
(linux-libre-6.7-pristine-source): Update hash.
Change-Id: I466a1c0ff4dea0efc9c48fcc670a1adebe6e3c00
---
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 d0c7d987b28..0fe6f9b37ec 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -493,7 +493,7 @@ (define (%upstream-linux-source version hash)
;; The current "mainline" kernel.
-(define-public linux-libre-6.7-version "6.7")
+(define-public linux-libre-6.7-version "6.7.1")
(define-public linux-libre-6.7-gnu-revision "gnu")
(define deblob-scripts-6.7
(linux-libre-deblob-scripts
@@ -503,7 +503,7 @@ (define deblob-scripts-6.7
(base32 "0pivh1hjc5ylgcyjx0z7x1dqax614pai502idzil98j35pwa24za")))
(define-public linux-libre-6.7-pristine-source
(let ((version linux-libre-6.7-version)
- (hash (base32 "0s8hbcsg7fdvspqam8kzcxygjsznr4zfi60nqgc81l3n4m518cgg")))
+ (hash (base32 "1hv8mma3i6zhjix5k2g12jmajqy29c1xjfjkllmj18l6irbgmkqy")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.7)))
--
2.41.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#68608] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.13.
2024-01-20 11:56 [bug#68608] [PATCH 0/3] linux-libre kernel updates (2024-01-20) Wilko Meyer
2024-01-20 11:57 ` [bug#68608] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.1 Wilko Meyer
@ 2024-01-20 11:57 ` Wilko Meyer
2024-01-20 11:57 ` [bug#68608] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.74 Wilko Meyer
[not found] ` <handler.68608.B.170575182119768.ack@debbugs.gnu.org>
3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-01-20 11:57 UTC (permalink / raw)
To: 68608; +Cc: Wilko Meyer, leo
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.13.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I489472a5cac6f1e27868f9e3064cc265a3fb075a
---
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 0fe6f9b37ec..b61ffb160ae 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,7 @@ (define-public linux-libre-6.7-pristine-source
;; 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.12")
+(define-public linux-libre-6.6-version "6.6.13")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -521,7 +521,7 @@ (define deblob-scripts-6.6
(base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "01a6czk6xz9syxvkb2yhbn3vypqy2mnjq7ni84x4nklw7n6frmqz")))
+ (hash (base32 "1g60hblf4mywq3rivkqmz2n7a9arinxwh4g4n4x4xb8ysiyrxf48")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.41.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#68608] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.74.
2024-01-20 11:56 [bug#68608] [PATCH 0/3] linux-libre kernel updates (2024-01-20) Wilko Meyer
2024-01-20 11:57 ` [bug#68608] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.1 Wilko Meyer
2024-01-20 11:57 ` [bug#68608] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.13 Wilko Meyer
@ 2024-01-20 11:57 ` Wilko Meyer
[not found] ` <handler.68608.B.170575182119768.ack@debbugs.gnu.org>
3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-01-20 11:57 UTC (permalink / raw)
To: 68608; +Cc: Wilko Meyer, leo
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.74.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: Ic6186373d0f4af011e22acf4a5bd0753af5b0834
---
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 b61ffb160ae..8f7dae94fbf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -529,7 +529,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.73")
+(define-public linux-libre-6.1-version "6.1.74")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -539,7 +539,7 @@ (define deblob-scripts-6.1
(base32 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "11vyblm4nkjncdi3akcyizw7jkyxsqn2mjixc51f7kgiddq4ibbc")))
+ (hash (base32 "08i0pgmmdnrmlha6ncl6if39rqg44c9dqyggf0swxlmfkzbx3yxp")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.41.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#68608] Acknowledgement ([PATCH 0/3] linux-libre kernel updates (2024-01-20))
[not found] ` <handler.68608.B.170575182119768.ack@debbugs.gnu.org>
@ 2024-01-21 17:34 ` Wilko Meyer
0 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-01-21 17:34 UTC (permalink / raw)
To: 68608; +Cc: Wilko Meyer
Just checked the deblob scripts and they didn't seem to have changed for
the latest 6.x releases; so this patch series should be good.
--
Kind regards,
Wilko Meyer
w@wmeyer.eu
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#68608: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.1.
2024-01-20 11:57 ` [bug#68608] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.1 Wilko Meyer
@ 2024-01-21 20:26 ` Leo Famulari
0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-01-21 20:26 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 68608-done
On Sat, Jan 20, 2024 at 12:57:42PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.1.
> (linux-libre-6.7-pristine-source): Update hash.
Pushed as d3c3922a8f5d50855165941e19a204d32469006f, thanks!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-21 20:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 11:56 [bug#68608] [PATCH 0/3] linux-libre kernel updates (2024-01-20) Wilko Meyer
2024-01-20 11:57 ` [bug#68608] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.1 Wilko Meyer
2024-01-21 20:26 ` bug#68608: " Leo Famulari
2024-01-20 11:57 ` [bug#68608] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.13 Wilko Meyer
2024-01-20 11:57 ` [bug#68608] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.74 Wilko Meyer
[not found] ` <handler.68608.B.170575182119768.ack@debbugs.gnu.org>
2024-01-21 17:34 ` [bug#68608] Acknowledgement ([PATCH 0/3] linux-libre kernel updates (2024-01-20)) Wilko Meyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).