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

Hi Leo,

We've had a small series of kernel updates today affecting all currently
supported 6.x kernels. Deblob scripts for 6.1 didn't change, the scripts for
the other kernel versions aren't up yet, so I'll check again within the next
hours.

Wilko Meyer (3):
  gnu: linux-libre 6.10: Update to 6.10.4.
  gnu: linux-libre 6.6: Update to 6.6.45.
  gnu: linux-libre 6.1: Update to 6.1.104.

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


base-commit: 48d9cf7631c104a4d220cd8435d044542027d3d2
prerequisite-patch-id: a0d21aed9b43d227bed656db1e371044c03df95d
prerequisite-patch-id: e0d8613bf2a90228585148330ab1bd7eb3a2f554
prerequisite-patch-id: fd6fdc9dbc83df902ba2fb0dbb972db3f8572a13
prerequisite-patch-id: 4b445b3ba011f7176d7894756ce97eb3baf95e7f
prerequisite-patch-id: dc077441acbaf1b2a741040905a0c0e4b039a3c4
prerequisite-patch-id: 383ce685fcce5f5ca4d8954ef6dd69a17d169131
prerequisite-patch-id: 10bca2ae683059eeb42892d2e07dbd6afe3ed91f
prerequisite-patch-id: 0cbf46637fd3adc6f60c77c85d294b413b49d67d
-- 
2.45.2





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

* [bug#72583] [PATCH 1/3] gnu: linux-libre 6.10: Update to 6.10.4.
  2024-08-11 22:57 [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12) Wilko Meyer
@ 2024-08-11 22:59 ` Wilko Meyer
  2024-08-18 14:33   ` bug#72583: " Leo Famulari
  2024-08-11 22:59 ` [bug#72583] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.45 Wilko Meyer
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Wilko Meyer @ 2024-08-11 22:59 UTC (permalink / raw)
  To: 72583; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.4.
(linux-libre-6.10-pristine-source): Update hash.

Change-Id: I94bcc44b07020ed65cac59ce815557dc46447d72
---
 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 dec2d23881..11cea92c75 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ (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.3")
+(define-public linux-libre-6.10-version "6.10.4")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.10
    (base32 "00bx8g1ijswi9zypmwqhxsk9fdkzmarxdbdx5h6gpn7z4d1qly3j")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "1666dypfg193l5460maadki4hc291hr7k9fw74nq21fxczyj4pzs")))
+        (hash (base32 "1y2m2pqrvsgr9ng72nnh4yvsprkvkznhnmn4p8g78350bzyrvip2")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.45.2





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

* [bug#72583] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.45.
  2024-08-11 22:57 [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12) Wilko Meyer
  2024-08-11 22:59 ` [bug#72583] [PATCH 1/3] gnu: linux-libre 6.10: Update to 6.10.4 Wilko Meyer
@ 2024-08-11 22:59 ` Wilko Meyer
  2024-08-11 22:59 ` [bug#72583] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.104 Wilko Meyer
  2024-08-12 17:00 ` [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12) Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-08-11 22:59 UTC (permalink / raw)
  To: 72583; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.45.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I310ccf81c5fbe06f054bc824f74931a29e49a63f
---
 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 11cea92c75..ffdf7a371e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (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.44")
+(define-public linux-libre-6.6-version "6.6.45")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ (define deblob-scripts-6.6
    (base32 "15xb4miirfmi1khlq4zhb8zmmh82f41jhsfbsfpv8v98yfka2nmb")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1n6ckxx0i4dbq018b56q1wkwq944jhjy225swrpn65a9jfb848ck")))
+        (hash (base32 "0ygiqh4zdg9ndqgyv9fiv4h0cgmgxa7ff28nkjas1r370wjfs6qj")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.45.2





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

* [bug#72583] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.104.
  2024-08-11 22:57 [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12) Wilko Meyer
  2024-08-11 22:59 ` [bug#72583] [PATCH 1/3] gnu: linux-libre 6.10: Update to 6.10.4 Wilko Meyer
  2024-08-11 22:59 ` [bug#72583] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.45 Wilko Meyer
@ 2024-08-11 22:59 ` Wilko Meyer
  2024-08-12 17:00 ` [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12) Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-08-11 22:59 UTC (permalink / raw)
  To: 72583; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.104.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I9384dca3a42eb9f08ed78d6bf1720dcd1957a9da
---
 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 ffdf7a371e..7c1e940274 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.103")
+(define-public linux-libre-6.1-version "6.1.104")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-6.1
    (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0ws59jjd71vhwbzkn0wqaby3yb8kjbc4clgza8aqhl4gi5pp1d2y")))
+        (hash (base32 "0xlrfm15c7cx1r3lndjgcwv29dyzr79wq09nbkhrf4r4j9j35yjw")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.45.2





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

* [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12)
  2024-08-11 22:57 [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-08-11 22:59 ` [bug#72583] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.104 Wilko Meyer
@ 2024-08-12 17:00 ` Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-08-12 17:00 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72583

On Mon, Aug 12, 2024 at 12:57:45AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> We've had a small series of kernel updates today affecting all currently
> supported 6.x kernels. Deblob scripts for 6.1 didn't change, the scripts for
> the other kernel versions aren't up yet, so I'll check again within the next
> hours.
> 
> Wilko Meyer (3):
>   gnu: linux-libre 6.10: Update to 6.10.4.
>   gnu: linux-libre 6.6: Update to 6.6.45.
>   gnu: linux-libre 6.1: Update to 6.1.104.

Thanks! I've been AFK but I just pushed this and the previous patch
series to 'kernel-updates'.




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

* bug#72583: [PATCH 1/3] gnu: linux-libre 6.10: Update to 6.10.4.
  2024-08-11 22:59 ` [bug#72583] [PATCH 1/3] gnu: linux-libre 6.10: Update to 6.10.4 Wilko Meyer
@ 2024-08-18 14:33   ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-08-18 14:33 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72583-done

I'm closing this patch series because it's already been superseded by
the next round of updates.




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

end of thread, other threads:[~2024-08-18 14:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 22:57 [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-12) Wilko Meyer
2024-08-11 22:59 ` [bug#72583] [PATCH 1/3] gnu: linux-libre 6.10: Update to 6.10.4 Wilko Meyer
2024-08-18 14:33   ` bug#72583: " Leo Famulari
2024-08-11 22:59 ` [bug#72583] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.45 Wilko Meyer
2024-08-11 22:59 ` [bug#72583] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.104 Wilko Meyer
2024-08-12 17:00 ` [bug#72583] [PATCH 0/3] linux-libre kernel updates (2024-08-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.