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

Hi Leo,

There's been another big round of updates. I'll check the deblob scripts as
soon as they're available.

Wilko Meyer (7):
  gnu: linux-libre 6.10: Update to 6.10.6.
  gnu: linux-libre 6.6: Update to 6.6.47.
  gnu: linux-libre 6.1: Update to 6.1.106.
  gnu: linux-libre 5.15: Update to 5.15.165.
  gnu: linux-libre 5.10: Update to 5.10.224.
  gnu: linux-libre 5.4: Update to 5.4.282.
  gnu: linux-libre 4.19: Update to 4.19.320.

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


base-commit: 3c6773f44e6cb2f606b3a5476e973802df3facfd
prerequisite-patch-id: d3ef2db1435579c7a5c1f78cc1991bf23dee4916
-- 
2.45.2





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

* [bug#72708] [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6.
  2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
@ 2024-08-19  8:03 ` Wilko Meyer
  2024-08-27 16:38   ` bug#72708: " Leo Famulari
  2024-08-19  8:03 ` [bug#72708] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.47 Wilko Meyer
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 11+ messages in thread
From: Wilko Meyer @ 2024-08-19  8:03 UTC (permalink / raw)
  To: 72708; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

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

Change-Id: Iec0abe1fc28afd3481f7e3540fce8bb5654ee269
---
 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 f3b019ce9f..133f65c0ad 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.5")
+(define-public linux-libre-6.10-version "6.10.6")
 (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 "1zmgsgzrcsjzjzhgb12drc0f42ag8xak6z7zzx324f0wrf4i67zf")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "02yckkh6sxvcrwzbqgmw4jhqhxmbvz87xn9wm6bwwka3w2r9x41h")))
+        (hash (base32 "1ldkf2h7ccwq2hdngxjzp96qd4vlmy3z2y8fcrsr6ngqfidhvmg0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.45.2





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

* [bug#72708] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.47.
  2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6 Wilko Meyer
@ 2024-08-19  8:03 ` Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.106 Wilko Meyer
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Wilko Meyer @ 2024-08-19  8:03 UTC (permalink / raw)
  To: 72708; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

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

Change-Id: Id8ae17fbcd8fc544289060c08607cb36fbca2b32
---
 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 133f65c0ad..441ec9f8ba 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.46")
+(define-public linux-libre-6.6-version "6.6.47")
 (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 "0kpkmdmrw9bnypdd0z489smh8bbwgg1ii301g1ynqfdkzd2ca1iq")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1wj5vn8dj0ln85n1xr5xi0hw35zpirm254fsxr6diiyrjqir6bq5")))
+        (hash (base32 "0l2gav312b12w5gxcjynca5caafkc38ln196p6qjpagax74pccyl")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.45.2





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

* [bug#72708] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.106.
  2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6 Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.47 Wilko Meyer
@ 2024-08-19  8:03 ` Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.165 Wilko Meyer
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Wilko Meyer @ 2024-08-19  8:03 UTC (permalink / raw)
  To: 72708; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

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

Change-Id: I198eaa8b4bf663406ce7d6411edd13bf1f96181e
---
 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 441ec9f8ba..3a4aa9c60d 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.105")
+(define-public linux-libre-6.1-version "6.1.106")
 (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 "162yz32jqd2xkswsd1jxmjq4yhzmhzn17snicad35x51k3vaigr3")))
+        (hash (base32 "03zqsm60rqwsp5r2pmprrr6akh8mw6z89jiphcp479vv5h2wjwrp")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.45.2





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

* [bug#72708] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.165.
  2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-08-19  8:03 ` [bug#72708] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.106 Wilko Meyer
@ 2024-08-19  8:03 ` Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.224 Wilko Meyer
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Wilko Meyer @ 2024-08-19  8:03 UTC (permalink / raw)
  To: 72708; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

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

Change-Id: I01a38a5189c828deb566829723b9b94fbb5e7b89
---
 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 3a4aa9c60d..635edbdedc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,7 @@ (define-public linux-libre-6.1-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
 
-(define-public linux-libre-5.15-version "5.15.164")
+(define-public linux-libre-5.15-version "5.15.165")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -572,7 +572,7 @@ (define deblob-scripts-5.15
    (base32 "1l8dhfby3qx8vs8fq6yybixzrghbh03wflzwly4rq08wabcr87z8")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "11linb9jzarr8wz0vim3g9gkhi5ldqm82bkpl5xs9f34xpx9hq7c")))
+        (hash (base32 "1zn627gid0dik3r5k61r9ff4sz7md1jnbwiixpyllqzb5kld6vd3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.45.2





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

* [bug#72708] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.224.
  2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-08-19  8:03 ` [bug#72708] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.165 Wilko Meyer
@ 2024-08-19  8:03 ` Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.282 Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320 Wilko Meyer
  6 siblings, 0 replies; 11+ messages in thread
From: Wilko Meyer @ 2024-08-19  8:03 UTC (permalink / raw)
  To: 72708; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

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

Change-Id: I66e90d4b273b92640a6ee3d1c1c21b54ba95fd5f
---
 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 635edbdedc..c96fdf431a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,7 @@ (define-public linux-libre-5.15-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
 
-(define-public linux-libre-5.10-version "5.10.223")
+(define-public linux-libre-5.10-version "5.10.224")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -587,7 +587,7 @@ (define deblob-scripts-5.10
    (base32 "1isiih0laz4wbivsg0pcvlgrflq3lv10fakv9lvg2b4s0yd9ybdn")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "189b3yl4lsjzh6qpza0phj8hgsvnyh38cgrd70rnqw3rddmdh2fa")))
+        (hash (base32 "06nivms93yjbddv3gl88m7bdrr0676nm3p12iqvsdfr4fg39kc0r")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.45.2





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

* [bug#72708] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.282.
  2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-08-19  8:03 ` [bug#72708] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.224 Wilko Meyer
@ 2024-08-19  8:03 ` Wilko Meyer
  2024-08-19  8:03 ` [bug#72708] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320 Wilko Meyer
  6 siblings, 0 replies; 11+ messages in thread
From: Wilko Meyer @ 2024-08-19  8:03 UTC (permalink / raw)
  To: 72708; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

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

Change-Id: If91e74c115c99c73d9038335060a378def294142
---
 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 c96fdf431a..e28e1117f3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -592,7 +592,7 @@ (define-public linux-libre-5.10-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
 
-(define-public linux-libre-5.4-version "5.4.281")
+(define-public linux-libre-5.4-version "5.4.282")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -602,7 +602,7 @@ (define deblob-scripts-5.4
    (base32 "0x0xg0fcykpd117x3q0gim8jilhx922ashhckjvafxv2gk2zzjhj")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "1ckja83km101h2dwlp86xrnnlzdzvjly48iywhy53xric3kw7824")))
+        (hash (base32 "1q3xvl4c5dlql6jh0g8kn01aljgl946gmq4ljjzvffykfq4pg0jm")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.45.2





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

* [bug#72708] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320.
  2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
                   ` (5 preceding siblings ...)
  2024-08-19  8:03 ` [bug#72708] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.282 Wilko Meyer
@ 2024-08-19  8:03 ` Wilko Meyer
  2024-08-22 20:33   ` Wilko Meyer
  6 siblings, 1 reply; 11+ messages in thread
From: Wilko Meyer @ 2024-08-19  8:03 UTC (permalink / raw)
  To: 72708; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

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

Change-Id: I47ab7cffcbb1dde5aa834234c1536e7c5182b5fe
---
 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 e28e1117f3..6a6757ca56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -607,7 +607,7 @@ (define-public linux-libre-5.4-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.319")
+(define-public linux-libre-4.19-version "4.19.320")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -617,7 +617,7 @@ (define deblob-scripts-4.19
    (base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "0c7bhb31hpbbw1is1ykppk9lm0x025yyd4hrmlg1s6yg75rxqkal")))
+        (hash (base32 "18a723djyq3y2jhjazwgiwqslh1yz954wb82cg7bf083n091lrwx")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.45.2





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

* [bug#72708] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320.
  2024-08-19  8:03 ` [bug#72708] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320 Wilko Meyer
@ 2024-08-22 20:33   ` Wilko Meyer
  2024-08-27  0:11     ` Leo Famulari
  0 siblings, 1 reply; 11+ messages in thread
From: Wilko Meyer @ 2024-08-22 20:33 UTC (permalink / raw)
  To: 72708; +Cc: leo

Hi Leo,

Forgot to follow up on the deblob scripts, they didn't change; so this
patch series can be applied to the kernel-updates branch.

-- 
Kind regards,
Wilko Meyer




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

* [bug#72708] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320.
  2024-08-22 20:33   ` Wilko Meyer
@ 2024-08-27  0:11     ` Leo Famulari
  0 siblings, 0 replies; 11+ messages in thread
From: Leo Famulari @ 2024-08-27  0:11 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72708

On Thu, Aug 22, 2024 at 10:33:28PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> Forgot to follow up on the deblob scripts, they didn't change; so this
> patch series can be applied to the kernel-updates branch.

Thanks for following up! Pushed to 'kernel-updates'




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

* bug#72708: [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6.
  2024-08-19  8:03 ` [bug#72708] [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6 Wilko Meyer
@ 2024-08-27 16:38   ` Leo Famulari
  0 siblings, 0 replies; 11+ messages in thread
From: Leo Famulari @ 2024-08-27 16:38 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72708-done

On Mon, Aug 19, 2024 at 10:03:46AM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.6.
> (linux-libre-6.10-pristine-source): Update hash.

Pushed as 07c1dcbd0c9c8a16659551c91f77530c781ea8ea

Thanks again!




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

end of thread, other threads:[~2024-08-27 16:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19  8:00 [bug#72708] [PATCH 0/7] linux-libre kernel updates (2024-08-19) Wilko Meyer
2024-08-19  8:03 ` [bug#72708] [PATCH 1/7] gnu: linux-libre 6.10: Update to 6.10.6 Wilko Meyer
2024-08-27 16:38   ` bug#72708: " Leo Famulari
2024-08-19  8:03 ` [bug#72708] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.47 Wilko Meyer
2024-08-19  8:03 ` [bug#72708] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.106 Wilko Meyer
2024-08-19  8:03 ` [bug#72708] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.165 Wilko Meyer
2024-08-19  8:03 ` [bug#72708] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.224 Wilko Meyer
2024-08-19  8:03 ` [bug#72708] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.282 Wilko Meyer
2024-08-19  8:03 ` [bug#72708] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.320 Wilko Meyer
2024-08-22 20:33   ` Wilko Meyer
2024-08-27  0:11     ` 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.