[PATCH 0/2] Update linux-libre-lts to 6.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Leo Famulari
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

A
A
Ahmad Draidi wrote on 8 Apr 03:18 -0700
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
cover.1712571492.git.a.r.draidi@redscript.org
Hello Guix,

I don't speak German, but I think the news entry should be OK. It's copied from 6.1 entry.
The commit hash will have to be updated, I believe.

Thanks!

Ahmad Draidi (2):
gnu: linux-libre-lts: Update to 6.6.
news: Add entry for the linux-libre-lts 6.6 update.

etc/news.scm | 10 ++++++++++
gnu/packages/linux.scm | 10 +++++-----
2 files changed, 15 insertions(+), 5 deletions(-)


base-commit: cd45294d576975a3bff2f755764a3f46f09ea6f9
--
2.41.0
A
A
Ahmad Draidi wrote on 8 Apr 03:22 -0700
[PATCH 1/2] gnu: linux-libre-lts: Update to 6.6.
(address . 70273@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
1e46dd36dcfa87b8e720944cc235a4c79d112f15.1712571492.git.a.r.draidi@redscript.org
6.6 is the newest long-term support version of the kernel.

* gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision,
linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use
linux-libre-6.6.

Change-Id: Ia461c64004977e1a61a7d049b1d355438bae451e
---
gnu/packages/linux.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1877ebe394..68674d2ec3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1207,11 +1207,11 @@ (define-public linux-libre-4.19
;; Linux-Libre.
;; Reference: <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-lts-version linux-libre-6.1-version)
-(define-public linux-libre-lts-gnu-revision linux-libre-6.1-gnu-revision)
-(define-public linux-libre-lts-pristine-source linux-libre-6.1-pristine-source)
-(define-public linux-libre-lts-source linux-libre-6.1-source)
-(define-public linux-libre-lts linux-libre-6.1)
+(define-public linux-libre-lts-version linux-libre-6.6-version)
+(define-public linux-libre-lts-gnu-revision linux-libre-6.6-gnu-revision)
+(define-public linux-libre-lts-pristine-source linux-libre-6.6-pristine-source)
+(define-public linux-libre-lts-source linux-libre-6.6-source)
+(define-public linux-libre-lts linux-libre-6.6)
;;;
--
2.41.0
A
A
Ahmad Draidi wrote on 8 Apr 03:22 -0700
[PATCH 2/2] news: Add entry for the linux-libre-lts 6.6 update.
(address . 70273@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
6c0135c3a11094b447f84b3afc1dbe9f4ce1346b.1712571492.git.a.r.draidi@redscript.org
* etc/news.scm: Add entry.

Change-Id: Ic57c76c300712e4a6053052611e6483b4d72f0c5
---
etc/news.scm | 10 ++++++++++
1 file changed, 10 insertions(+)

Toggle diff (23 lines)
diff --git a/etc/news.scm b/etc/news.scm
index 9443475455..b83046c646 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -31,6 +31,16 @@
(channel-news
(version 0)
+ (entry (commit "1e46dd36dcfa87b8e720944cc235a4c79d112f15")
+ (title
+ (en "Linux-libre LTS kernel updated to 6.6")
+ (de "Linux-libre LTS Kernel wird auf 6.6 aktualisiert"))
+ (body
+ (en "The default version of the @code{linux-libre-lts} kernel has been
+ updated to the 6.6 longterm release series.")
+ (de "Der standardmäßig verwendete @code{linux-libre-lts}-Kernel basiert
+ jetzt auf der 6.6-Versionsreihe (Langzeitunterstützung).")))
+
(entry (commit "523f3def65ab061a87f4fc9e6f9008e6a78fafb5")
(title
(en "GNOME updated to version 44 with a more modular desktop service")
--
2.41.0
L
L
Leo Famulari wrote on 8 Apr 15:31 -0700
Re: [bug#70273] [PATCH 0/2] Update linux-libre-lts to 6.6.
(name . Ahmad Draidi via Guix-patches via)(address . guix-patches@gnu.org)
ZhRwSlHgbiRqvlpa@jasmine.lan
On Mon, Apr 08, 2024 at 02:18:21PM +0400, Ahmad Draidi via Guix-patches via wrote:
Toggle quote (5 lines)
> Hello Guix,
>
> I don't speak German, but I think the news entry should be OK. It's copied from 6.1 entry.
> The commit hash will have to be updated, I believe.

Thanks! Pushed as b4aed68e960116b2b60f68ea1468d7a526149823
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70273@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70273
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch