all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04)
@ 2024-09-04 16:42 Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 1/7] gnu: linux-libre: Update to 6.10.8 Wilko Meyer
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:42 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

Hi Leo,

Thanks for taking care of last weeks updates, was afk for a couple of days!
There's been another round of updates today affecting all supported kernels,
I'll follow up as soon as I am able to check the deblobs if a v2 of this
series is needed.

Wilko Meyer (7):
  gnu: linux-libre: Update to 6.10.8.
  gnu: linux-libre 6.6: Update to 6.6.49.
  gnu: linux-libre 6.1: Update to 6.1.108.
  gnu: linux-libre 5.15: Update to 5.15.166.
  gnu: linux-libre 5.10: Update to 5.10.225.
  gnu: linux-libre 5.4: Update to 5.4.283.
  gnu: linux-libre 4.19: Update to 4.19.321.

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


base-commit: dbbf34e71030eb24700ce6341a397451bf35d047
-- 
2.45.2





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

* [bug#73029] [PATCH 1/7] gnu: linux-libre: Update to 6.10.8.
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
@ 2024-09-04 16:45 ` Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.49 Wilko Meyer
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:45 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

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

Change-Id: I6a59a74f32403717243a8af54cd97e529c5ab277
---
 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 6559d3de9e..b1351a0523 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.7")
+(define-public linux-libre-6.10-version "6.10.8")
 (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 "1adkbn6dqbpzlr3x87a18mhnygphmvx3ffscwa67090qy1zmc3ch")))
+        (hash (base32 "15f5wdzd8k70vgaz9a8w1kjfk5pp27zbcwkzm2xhcilxfwsk54n0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.45.2





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

* [bug#73029] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.49.
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 1/7] gnu: linux-libre: Update to 6.10.8 Wilko Meyer
@ 2024-09-04 16:45 ` Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.108 Wilko Meyer
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:45 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

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

Change-Id: I30c1cf617f483f80004210dde63b658b60996219
---
 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 b1351a0523..fdb1db8c9d 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.48")
+(define-public linux-libre-6.6-version "6.6.49")
 (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 "0a90fx0r25nkcr5b16dn1j7vwyndnshaxn6ziyviccds59xxy5kb")))
+        (hash (base32 "1dyk5pr5g8s5ia7f1vnkid4jghi81pxvwlgn9rmw2n88nz1dlmic")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.45.2





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

* [bug#73029] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.108.
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 1/7] gnu: linux-libre: Update to 6.10.8 Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.49 Wilko Meyer
@ 2024-09-04 16:45 ` Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.166 Wilko Meyer
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:45 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

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

Change-Id: Ic69e1c509943af197b4d71d1799ea4c740eefd76
---
 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 fdb1db8c9d..d96e214c3f 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.107")
+(define-public linux-libre-6.1-version "6.1.108")
 (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 "1s5h51r41l0d3k1h9i4mya7nz53jd6i200s06w5gl49hsz8jjcpl")))
+        (hash (base32 "18lcd2b7ffwzqwqnmb948r7z95470bh7jiqps5nil8hfl24lwkiz")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.45.2





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

* [bug#73029] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.166.
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-09-04 16:45 ` [bug#73029] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.108 Wilko Meyer
@ 2024-09-04 16:45 ` Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.225 Wilko Meyer
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:45 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

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

Change-Id: I80eee16365e9fc0dfa0f1a09618af60d3f4be2b6
---
 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 d96e214c3f..2d2e72a5ce 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.165")
+(define-public linux-libre-5.15-version "5.15.166")
 (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 "1zn627gid0dik3r5k61r9ff4sz7md1jnbwiixpyllqzb5kld6vd3")))
+        (hash (base32 "1krri2sf0hvvgai0z9lp8h12gcmpigapb42qxs2pcnxqb7ialv75")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.45.2





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

* [bug#73029] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.225.
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-09-04 16:45 ` [bug#73029] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.166 Wilko Meyer
@ 2024-09-04 16:45 ` Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.283 Wilko Meyer
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:45 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

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

Change-Id: Ia685679631e11f156f761424e0060a74cdb52030
---
 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 2d2e72a5ce..7d262ed69a 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.224")
+(define-public linux-libre-5.10-version "5.10.225")
 (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 "06nivms93yjbddv3gl88m7bdrr0676nm3p12iqvsdfr4fg39kc0r")))
+        (hash (base32 "0770757ildcc0cs6alnb5cspg6ysg2wqly9z5q1vjf3mh0xbzmw5")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.45.2





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

* [bug#73029] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.283.
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-09-04 16:45 ` [bug#73029] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.225 Wilko Meyer
@ 2024-09-04 16:45 ` Wilko Meyer
  2024-09-04 16:45 ` [bug#73029] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.321 Wilko Meyer
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:45 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

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

Change-Id: I8e375309f7d22339d723b67b229fa2b3ce6465f6
---
 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 7d262ed69a..e8b2a3e23c 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.282")
+(define-public linux-libre-5.4-version "5.4.283")
 (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 "1q3xvl4c5dlql6jh0g8kn01aljgl946gmq4ljjzvffykfq4pg0jm")))
+        (hash (base32 "15zpw5vwi8c4yjap28lzrwdvj3yrynnbx6vw8aqiqamlk4qnl315")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.45.2





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

* [bug#73029] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.321.
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
                   ` (5 preceding siblings ...)
  2024-09-04 16:45 ` [bug#73029] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.283 Wilko Meyer
@ 2024-09-04 16:45 ` Wilko Meyer
  2024-09-07 22:43 ` [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Leo Famulari
  2024-09-11  1:52 ` Leo Famulari
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-09-04 16:45 UTC (permalink / raw)
  To: 73029; +Cc: Wilko Meyer, leo

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

Change-Id: Ice26ee11b8162038cb5d3cfcb14c997917a5cf97
---
 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 e8b2a3e23c..1d596647e1 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.320")
+(define-public linux-libre-4.19-version "4.19.321")
 (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 "18a723djyq3y2jhjazwgiwqslh1yz954wb82cg7bf083n091lrwx")))
+        (hash (base32 "1n86dfv8qcm21z3inrz0n7gnwik7s51xfrabyq8ajy15b93a2fpi")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.45.2





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

* [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04)
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
                   ` (6 preceding siblings ...)
  2024-09-04 16:45 ` [bug#73029] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.321 Wilko Meyer
@ 2024-09-07 22:43 ` Leo Famulari
  2024-09-11  1:52 ` Leo Famulari
  8 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-09-07 22:43 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 73029

On Wed, Sep 04, 2024 at 06:42:49PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> Thanks for taking care of last weeks updates, was afk for a couple of days!
> There's been another round of updates today affecting all supported kernels,
> I'll follow up as soon as I am able to check the deblobs if a v2 of this
> series is needed.

Thanks! I missed this for a couple days. But now it's been pushed to
'kernel-updates'.




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

* [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04)
  2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
                   ` (7 preceding siblings ...)
  2024-09-07 22:43 ` [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Leo Famulari
@ 2024-09-11  1:52 ` Leo Famulari
  8 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-09-11  1:52 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 73029

On Wed, Sep 04, 2024 at 06:42:49PM +0200, Wilko Meyer wrote:
> Wilko Meyer (7):
>   gnu: linux-libre: Update to 6.10.8.
>   gnu: linux-libre 6.6: Update to 6.6.49.
>   gnu: linux-libre 6.1: Update to 6.1.108.
>   gnu: linux-libre 5.15: Update to 5.15.166.
>   gnu: linux-libre 5.10: Update to 5.10.225.
>   gnu: linux-libre 5.4: Update to 5.4.283.
>   gnu: linux-libre 4.19: Update to 4.19.321.

Pushed as 6d9b835e9a0d81a9ee718bb7a92f7d2ecbcad481

Thanks again!




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

end of thread, other threads:[~2024-09-11  1:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 16:42 [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Wilko Meyer
2024-09-04 16:45 ` [bug#73029] [PATCH 1/7] gnu: linux-libre: Update to 6.10.8 Wilko Meyer
2024-09-04 16:45 ` [bug#73029] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.49 Wilko Meyer
2024-09-04 16:45 ` [bug#73029] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.108 Wilko Meyer
2024-09-04 16:45 ` [bug#73029] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.166 Wilko Meyer
2024-09-04 16:45 ` [bug#73029] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.225 Wilko Meyer
2024-09-04 16:45 ` [bug#73029] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.283 Wilko Meyer
2024-09-04 16:45 ` [bug#73029] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.321 Wilko Meyer
2024-09-07 22:43 ` [bug#73029] [PATCH 0/7] linux-libre kernel updates (2024-09-04) Leo Famulari
2024-09-11  1:52 ` 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.