all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12)
@ 2024-10-11 23:05 Wilko Meyer
  2024-10-11 23:07 ` [bug#73755] [PATCH 1/2] gnu: linux-libre: Update to 6.10.14 Wilko Meyer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wilko Meyer @ 2024-10-11 23:05 UTC (permalink / raw)
  To: 73755; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

Hi Leo,

There's been another round of updates for almost all 6.x series kernels;
except 6.1.

There would've been an update for 6.11.x as well, but we should probably apply
the patch introducing 6.11[0] to the kernel-updates branch and see if it
builds first[0]; I'll do a v4 for 6.11.3 over there.

Also 6.10.14 will be the last 6.10 version, as it's been declared end of life
on kernel.org. As soon as we're able to have 6.11 on master and have tested it
for a few weeks I'll prepare a patch to remove 6.10.

[0]: https://issues.guix.gnu.org/73321#3

Wilko Meyer (2):
  gnu: linux-libre: Update to 6.10.14.
  gnu: linux-libre: Update to 6.6.56.

 gnu/packages/linux.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


base-commit: 08e939a5bd84dcac8214ddd0a318f270760cb97f
-- 
2.46.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#73755] [PATCH 1/2] gnu: linux-libre: Update to 6.10.14.
  2024-10-11 23:05 [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12) Wilko Meyer
@ 2024-10-11 23:07 ` Wilko Meyer
  2024-10-11 23:07 ` [bug#73755] [PATCH 2/2] gnu: linux-libre: Update to 6.6.56 Wilko Meyer
  2024-10-14 17:44 ` [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12) Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: Wilko Meyer @ 2024-10-11 23:07 UTC (permalink / raw)
  To: 73755; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.14.
  (linux-libre-6.10-pristine-source, deblob-scripts-6.10): Update hash.

Change-Id: Iadd53f2d12e53034da4ca9391e5a184dd516469f
---
 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 375915bdb3..08c1bd090a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,17 +513,17 @@ (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.13")
+(define-public linux-libre-6.10-version "6.10.14")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
    linux-libre-6.10-version
    linux-libre-6.10-gnu-revision
    (base32 "1j43v1z4g1f681wvna2dh9vxaz0pgni0wchbh1xhyhhfcqbm1f47")
-   (base32 "0nbz99nm45jl138jxjvqc8b37s98a997k44r1m04b82pnb16nskz")))
+   (base32 "0bpkqvhvaqpim0h7nbpq7sarqisi7vlnk6x1161d6if8kb8k9glr")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "0smimvnivdswiggplz9x65d03vdysgr3v9iijbk4f5fva0iypz2z")))
+        (hash (base32 "0gj2z9ax1qv59n2mld0pg2svwi28lbq92ql98vy7crynd2ybrram")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#73755] [PATCH 2/2] gnu: linux-libre: Update to 6.6.56.
  2024-10-11 23:05 [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12) Wilko Meyer
  2024-10-11 23:07 ` [bug#73755] [PATCH 1/2] gnu: linux-libre: Update to 6.10.14 Wilko Meyer
@ 2024-10-11 23:07 ` Wilko Meyer
  2024-10-14 17:44 ` [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12) Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: Wilko Meyer @ 2024-10-11 23:07 UTC (permalink / raw)
  To: 73755; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.56.
  (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hash.

Change-Id: Idd4c9a4d78b77144aae61b2d85e4ea83a3842695
---
 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 08c1bd090a..4e68871783 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,17 +532,17 @@ (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.54")
+(define-public linux-libre-6.6-version "6.6.56")
 (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 "0r0nay19iip9j4clgcv9mdzsnzyvq5akpyqw9sl019l9iqwyk5ia")))
+   (base32 "1z4l5a1xhrffagby28rv8kxxvr4py87vrxil0lh0nf5lcdpx4vw1")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "186ggr0yz7fgp05qav6k6j72aazvwdljdnf2zwb5q194dafqdbjz")))
+        (hash (base32 "158snxmb2silss8bndpzp8fmafp175v11jrlci0jr6c8ivvi4j7p")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12)
  2024-10-11 23:05 [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12) Wilko Meyer
  2024-10-11 23:07 ` [bug#73755] [PATCH 1/2] gnu: linux-libre: Update to 6.10.14 Wilko Meyer
  2024-10-11 23:07 ` [bug#73755] [PATCH 2/2] gnu: linux-libre: Update to 6.6.56 Wilko Meyer
@ 2024-10-14 17:44 ` Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2024-10-14 17:44 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 73755

On Sat, Oct 12, 2024 at 01:05:42AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been another round of updates for almost all 6.x series kernels;
> except 6.1.
> 
> There would've been an update for 6.11.x as well, but we should probably apply
> the patch introducing 6.11[0] to the kernel-updates branch and see if it
> builds first[0]; I'll do a v4 for 6.11.3 over there.
> 
> Also 6.10.14 will be the last 6.10 version, as it's been declared end of life
> on kernel.org. As soon as we're able to have 6.11 on master and have tested it
> for a few weeks I'll prepare a patch to remove 6.10.

All sounds good, thanks! I'll push the 6.11 v3 to 'kernel-updates' if
the v4 isn't ready yet.

> Wilko Meyer (2):
>   gnu: linux-libre: Update to 6.10.14.
>   gnu: linux-libre: Update to 6.6.56.

Pushed to 'kernel-updates'




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-14 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 23:05 [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12) Wilko Meyer
2024-10-11 23:07 ` [bug#73755] [PATCH 1/2] gnu: linux-libre: Update to 6.10.14 Wilko Meyer
2024-10-11 23:07 ` [bug#73755] [PATCH 2/2] gnu: linux-libre: Update to 6.6.56 Wilko Meyer
2024-10-14 17:44 ` [bug#73755] [PATCH 0/2] linux-libre kernel updates (2024-10-12) Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.