all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13)
@ 2024-06-13  7:39 Wilko Meyer
  2024-06-13  7:42 ` [bug#71531] [PATCH 1/3] gnu: linux-libre 6.9: Update to 6.9.4 Wilko Meyer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-06-13  7:39 UTC (permalink / raw)
  To: 71531; +Cc: Wilko Meyer, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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





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

* [bug#71531] [PATCH 1/3] gnu: linux-libre 6.9: Update to 6.9.4.
  2024-06-13  7:39 [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Wilko Meyer
@ 2024-06-13  7:42 ` Wilko Meyer
  2024-06-13  7:42 ` [bug#71531] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.33 Wilko Meyer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-06-13  7:42 UTC (permalink / raw)
  To: 71531; +Cc: Wilko Meyer, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

* 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





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

* [bug#71531] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.33.
  2024-06-13  7:39 [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Wilko Meyer
  2024-06-13  7:42 ` [bug#71531] [PATCH 1/3] gnu: linux-libre 6.9: Update to 6.9.4 Wilko Meyer
@ 2024-06-13  7:42 ` Wilko Meyer
  2024-06-13  7:42 ` [bug#71531] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.93 Wilko Meyer
  2024-06-15 20:51 ` [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-06-13  7:42 UTC (permalink / raw)
  To: 71531; +Cc: Wilko Meyer, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

* 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





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

* [bug#71531] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.93.
  2024-06-13  7:39 [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Wilko Meyer
  2024-06-13  7:42 ` [bug#71531] [PATCH 1/3] gnu: linux-libre 6.9: Update to 6.9.4 Wilko Meyer
  2024-06-13  7:42 ` [bug#71531] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.33 Wilko Meyer
@ 2024-06-13  7:42 ` Wilko Meyer
  2024-06-15 20:51 ` [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-06-13  7:42 UTC (permalink / raw)
  To: 71531; +Cc: Wilko Meyer, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

* 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





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

* [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13)
  2024-06-13  7:39 [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-06-13  7:42 ` [bug#71531] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.93 Wilko Meyer
@ 2024-06-15 20:51 ` Leo Famulari
  2024-06-16 18:12   ` bug#71531: " Leo Famulari
  3 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2024-06-15 20:51 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: Tobias Geerinckx-Rice, 71531

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'




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

* bug#71531: [PATCH 0/3] linux-libre kernel updates (2024-06-13)
  2024-06-15 20:51 ` [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Leo Famulari
@ 2024-06-16 18:12   ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-06-16 18:12 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: Tobias Geerinckx-Rice, 71531-done

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!




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

end of thread, other threads:[~2024-06-16 18:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13  7:39 [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Wilko Meyer
2024-06-13  7:42 ` [bug#71531] [PATCH 1/3] gnu: linux-libre 6.9: Update to 6.9.4 Wilko Meyer
2024-06-13  7:42 ` [bug#71531] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.33 Wilko Meyer
2024-06-13  7:42 ` [bug#71531] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.93 Wilko Meyer
2024-06-15 20:51 ` [bug#71531] [PATCH 0/3] linux-libre kernel updates (2024-06-13) Leo Famulari
2024-06-16 18:12   ` bug#71531: " 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.