unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
@ 2023-11-28 20:34 Wilko Meyer
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:34 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

Hi Leo,

There have been minor kernel updates again today. I marked this patch
set as WIP as the deblob-scripts mirror hasn't been updated yet, thus
I'll have to wait a few(?) more hours until it provides the deblob
scripts for these minor release so I can verify/update the hashes for
the deblob scripts as well.

Wilko Meyer (8):
  gnu: linux-libre 6.6: Update to 6.6.3.
  gnu: linux-libre 6.5: Update to 6.5.13.
  gnu: linux-libre 6.1: Update to 6.1.64.
  gnu: linux-libre 5.15: Update to 5.15.140.
  gnu: linux-libre 5.10: Update to 5.10.202.
  gnu: linux-libre 5.4: Update to 5.4.262.
  gnu: linux-libre 4.19: Update to 4.19.300.
  gnu: linux-libre 4.14: Update to 4.14.331.

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

-- 
2.41.0





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

* [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3.
  2023-11-28 20:34 [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28) Wilko Meyer
@ 2023-11-28 20:39 ` Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 2/8] gnu: linux-libre 6.5: Update to 6.5.13 Wilko Meyer
                     ` (6 more replies)
  2023-11-29 13:37 ` [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28) Wilko Meyer
  2023-11-29 18:08 ` Leo Famulari
  2 siblings, 7 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.3.
(linux-libre-6.6-pristine-source): Update hash.
---
 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 e5a977f3fc..239d4dfede 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -493,7 +493,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.6-version "6.6.2")
+(define-public linux-libre-6.6-version "6.6.3")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -503,7 +503,7 @@ (define deblob-scripts-6.6
    (base32 "1hg3ck1j8288fhlhcvhgs1zzwh3i62nfvphw7x3vsaqr75kiwbjp")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0zmpk5ls6282j88xpnymkr8z5hxpk2495hjjxm0jmb6ninnzdm3k")))
+        (hash (base32 "19wmjkyyv5glv1w647qisrv829hhhpba5x905a7p7kch9wyzrv98")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#67513] [PATCH 2/8] gnu: linux-libre 6.5: Update to 6.5.13.
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
@ 2023-11-28 20:39   ` Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 3/8] gnu: linux-libre 6.1: Update to 6.1.64 Wilko Meyer
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.13.
(linux-libre-6.5-pristine-source): Update hash.
---
 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 239d4dfede..014f3617d2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -508,7 +508,7 @@ (define-public linux-libre-6.6-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
 
-(define-public linux-libre-6.5-version "6.5.12")
+(define-public linux-libre-6.5-version "6.5.13")
 (define-public linux-libre-6.5-gnu-revision "gnu")
 (define deblob-scripts-6.5
   (linux-libre-deblob-scripts
@@ -518,7 +518,7 @@ (define deblob-scripts-6.5
    (base32 "066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh")))
 (define-public linux-libre-6.5-pristine-source
   (let ((version linux-libre-6.5-version)
-        (hash (base32 "17rmkzxszp2jg1zx2mmdcy30ffrsd0qms513sxd14klp5k9w2saa")))
+        (hash (base32 "1dfbbydmayfj9npx3z0g38p574pmcx3qgs49dv0npigl48wd9yvq")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.5)))
-- 
2.41.0





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

* [bug#67513] [PATCH 3/8] gnu: linux-libre 6.1: Update to 6.1.64.
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 2/8] gnu: linux-libre 6.5: Update to 6.5.13 Wilko Meyer
@ 2023-11-28 20:39   ` Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 4/8] gnu: linux-libre 5.15: Update to 5.15.140 Wilko Meyer
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.64.
(linux-libre-6.1-pristine-source): Update hash.
---
 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 014f3617d2..0bfd0cdd01 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -526,7 +526,7 @@ (define-public linux-libre-6.5-pristine-source
 ;; The "longterm" kernels — the older releases with long-term upstream support.
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.1-version "6.1.63")
+(define-public linux-libre-6.1-version "6.1.64")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -536,7 +536,7 @@ (define deblob-scripts-6.1
    (base32 "1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "13bmy22mi4ybl21kr3hdy6qiaawiqz2jgl2gl9hwqkyx04xh97f2")))
+        (hash (base32 "1ry7dp39010hfja1wial6r6q6ilgygwm7gdz22bg4rzaycwam7b2")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#67513] [PATCH 4/8] gnu: linux-libre 5.15: Update to 5.15.140.
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 2/8] gnu: linux-libre 6.5: Update to 6.5.13 Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 3/8] gnu: linux-libre 6.1: Update to 6.1.64 Wilko Meyer
@ 2023-11-28 20:39   ` Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 5/8] gnu: linux-libre 5.10: Update to 5.10.202 Wilko Meyer
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.140.
(linux-libre-5.15-pristine-source): Update hash.
---
 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 0bfd0cdd01..641cecb91e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -541,7 +541,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.139")
+(define-public linux-libre-5.15-version "5.15.140")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -551,7 +551,7 @@ (define deblob-scripts-5.15
    (base32 "1idjrn2w8jrixj8ifkk1awxyyq5042nc4p2mld4rda96azlnp948")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "0kh4v1224a7p7ib64pnmc1qid3d1lvg3c14l5s4rpr8qzq6w2s4w")))
+        (hash (base32 "0isa9si9wjn10lw41431wdqsbp9y685ch5lzhwswng3g6j5ywaxy")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#67513] [PATCH 5/8] gnu: linux-libre 5.10: Update to 5.10.202.
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
                     ` (2 preceding siblings ...)
  2023-11-28 20:39   ` [bug#67513] [PATCH 4/8] gnu: linux-libre 5.15: Update to 5.15.140 Wilko Meyer
@ 2023-11-28 20:39   ` Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 6/8] gnu: linux-libre 5.4: Update to 5.4.262 Wilko Meyer
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.202.
(linux-libre-5.10-pristine-source): Update hash.
---
 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 641cecb91e..c73eaf7e1a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -556,7 +556,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.201")
+(define-public linux-libre-5.10-version "5.10.202")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -566,7 +566,7 @@ (define deblob-scripts-5.10
    (base32 "0xrrnmb5kcc5r21bdm24aq0fnkk1imn367c1cxlj78b6l6gigx4b")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0642y6qj2d4aww6jcki81ba53pvjyfazjxgzgj8brqx8ixchdz3a")))
+        (hash (base32 "12zs2bz2plps6xp80sdg36zkyr00rf5l5c85jl4dd7b9klly04ij")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#67513] [PATCH 6/8] gnu: linux-libre 5.4: Update to 5.4.262.
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
                     ` (3 preceding siblings ...)
  2023-11-28 20:39   ` [bug#67513] [PATCH 5/8] gnu: linux-libre 5.10: Update to 5.10.202 Wilko Meyer
@ 2023-11-28 20:39   ` Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 7/8] gnu: linux-libre 4.19: Update to 4.19.300 Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 8/8] gnu: linux-libre 4.14: Update to 4.14.331 Wilko Meyer
  6 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.262.
(linux-libre-5.4-pristine-source): Update hash.
---
 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 c73eaf7e1a..8ab905d668 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,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.261")
+(define-public linux-libre-5.4-version "5.4.262")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -581,7 +581,7 @@ (define deblob-scripts-5.4
    (base32 "0sw67b2pk3lng4y67diqqnhxaggnp3nbkx8dxc5fs27rinfxr4m1")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "1hsgnv2vcziflhzrrxiny2yp88ybdqda48fm60xhpaphhs0cgfii")))
+        (hash (base32 "1p34x33gkvpv26zcrpx1i6dr7dknyxj8gnp6caqb8sj58h3slgkx")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#67513] [PATCH 7/8] gnu: linux-libre 4.19: Update to 4.19.300.
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
                     ` (4 preceding siblings ...)
  2023-11-28 20:39   ` [bug#67513] [PATCH 6/8] gnu: linux-libre 5.4: Update to 5.4.262 Wilko Meyer
@ 2023-11-28 20:39   ` Wilko Meyer
  2023-11-28 20:39   ` [bug#67513] [PATCH 8/8] gnu: linux-libre 4.14: Update to 4.14.331 Wilko Meyer
  6 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.300.
(linux-libre-4.19-pristine-source): Update hash.
---
 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 8ab905d668..30a128c1b4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -586,7 +586,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.299")
+(define-public linux-libre-4.19-version "4.19.300")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -596,7 +596,7 @@ (define deblob-scripts-4.19
    (base32 "1425mhkfxn18vxn05bb4h3li7x1jl7l1hf1zi8xhnqv3wa31h9wl")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "12p431p2jqjfsf0all3fgn47z9fr2cdqyxipfrf4s4mlw4hpbyy6")))
+        (hash (base32 "0ilksl94gjpc4pzc90swfawsl8lvibpq14nkaxzl0831i219ahd8")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* [bug#67513] [PATCH 8/8] gnu: linux-libre 4.14: Update to 4.14.331.
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
                     ` (5 preceding siblings ...)
  2023-11-28 20:39   ` [bug#67513] [PATCH 7/8] gnu: linux-libre 4.19: Update to 4.19.300 Wilko Meyer
@ 2023-11-28 20:39   ` Wilko Meyer
  6 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-28 20:39 UTC (permalink / raw)
  To: 67513; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.331.
(linux-libre-4.14-pristine-source): Update hash.
---
 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 30a128c1b4..8ff3f9aa58 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -601,7 +601,7 @@ (define-public linux-libre-4.19-pristine-source
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
 
-(define-public linux-libre-4.14-version "4.14.330")
+(define-public linux-libre-4.14-version "4.14.331")
 (define-public linux-libre-4.14-gnu-revision "gnu1")
 (define deblob-scripts-4.14
   (linux-libre-deblob-scripts
@@ -611,7 +611,7 @@ (define deblob-scripts-4.14
    (base32 "1faagsj4i31z2bp83hflx3q9vrddjnn37a3ah2b47iaplva7z1nd")))
 (define-public linux-libre-4.14-pristine-source
   (let ((version linux-libre-4.14-version)
-        (hash (base32 "0rwgzyfmrns6zir0dpxkwz2hm3z8c0af3wy11lmxamaa5i2wq3k7")))
+        (hash (base32 "03sk82dgvccv70i3hy8gf2hw0n4m305f7rxjw93p7jnjrbpdrp1r")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.14)))
-- 
2.41.0





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

* [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
  2023-11-28 20:34 [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28) Wilko Meyer
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
@ 2023-11-29 13:37 ` Wilko Meyer
  2023-11-29 18:08 ` Leo Famulari
  2 siblings, 0 replies; 12+ messages in thread
From: Wilko Meyer @ 2023-11-29 13:37 UTC (permalink / raw)
  To: 67513; +Cc: leo

Hi Leo,

Just checked the deblob scripts and its hashes doesn't seem to have changed in this iteration:

1vbgykwzf7j0yjqcwn747cfhwj0rgw3s9h627q94wb9a19x9p0fr 1faagsj4i31z2bp83hflx3q9vrddjnn37a3ah2b47iaplva7z1nd 4.14.331
0pjal2cc2f99cvw8r4icb4l24j41k48jkj6bqk7pcahzcgx33ycb 1425mhkfxn18vxn05bb4h3li7x1jl7l1hf1zi8xhnqv3wa31h9wl 4.19.300
0xg5cz82k2cb0ikxvwv1hp5c3h377jkb5sd6aszvsk7hnabhk62v 0sw67b2pk3lng4y67diqqnhxaggnp3nbkx8dxc5fs27rinfxr4m1 5.4.262
1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch 0xrrnmb5kcc5r21bdm24aq0fnkk1imn367c1cxlj78b6l6gigx4b 5.10.202
18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8 1idjrn2w8jrixj8ifkk1awxyyq5042nc4p2mld4rda96azlnp948 5.15.140
1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy 1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js 6.1.64
01mm6v67bcrhgm97axsw46x0iix9im7hmlb765f3bkjhwklpxdy7 066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh 6.5.13
0g8m0rb15b0231dv8ji456s75a67szsaim71may3yprplycz6pav 1hg3ck1j8288fhlhcvhgs1zzwh3i62nfvphw7x3vsaqr75kiwbjp 6.6.3

so feel free to apply these updates to the kernel-updates branch!

-- 
Kind regards,

Wilko Meyer
w@wmeyer.eu




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

* [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
  2023-11-28 20:34 [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28) Wilko Meyer
  2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
  2023-11-29 13:37 ` [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28) Wilko Meyer
@ 2023-11-29 18:08 ` Leo Famulari
  2023-12-05  2:37   ` bug#67513: " Leo Famulari
  2 siblings, 1 reply; 12+ messages in thread
From: Leo Famulari @ 2023-11-29 18:08 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 67513

On Tue, Nov 28, 2023 at 09:34:45PM +0100, Wilko Meyer wrote:
> Hi Leo,
> 
> There have been minor kernel updates again today. I marked this patch
> set as WIP as the deblob-scripts mirror hasn't been updated yet, thus
> I'll have to wait a few(?) more hours until it provides the deblob
> scripts for these minor release so I can verify/update the hashes for
> the deblob scripts as well.

Thanks! The deblob scripts are available and unchanged for these
releases. So I've pushed to 'kernel-updates', and we'll wait for QA:

https://ci.guix.gnu.org/eval/947499
https://qa.guix.gnu.org/issue/67513




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

* bug#67513: [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28)
  2023-11-29 18:08 ` Leo Famulari
@ 2023-12-05  2:37   ` Leo Famulari
  0 siblings, 0 replies; 12+ messages in thread
From: Leo Famulari @ 2023-12-05  2:37 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 67513-done

On Wed, Nov 29, 2023 at 01:08:30PM -0500, Leo Famulari wrote:
> Thanks! The deblob scripts are available and unchanged for these
> releases. So I've pushed to 'kernel-updates', and we'll wait for QA:
> 
> https://ci.guix.gnu.org/eval/947499
> https://qa.guix.gnu.org/issue/67513

QA still hasn't built the changes, but CI did build the changes that it
has the capability to build, so I went ahead and pushed
3fe483c1741c261f69f6cff749d43c3804d6b9ab




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

end of thread, other threads:[~2023-12-05  2:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28 20:34 [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28) Wilko Meyer
2023-11-28 20:39 ` [bug#67513] [PATCH 1/8] gnu: linux-libre 6.6: Update to 6.6.3 Wilko Meyer
2023-11-28 20:39   ` [bug#67513] [PATCH 2/8] gnu: linux-libre 6.5: Update to 6.5.13 Wilko Meyer
2023-11-28 20:39   ` [bug#67513] [PATCH 3/8] gnu: linux-libre 6.1: Update to 6.1.64 Wilko Meyer
2023-11-28 20:39   ` [bug#67513] [PATCH 4/8] gnu: linux-libre 5.15: Update to 5.15.140 Wilko Meyer
2023-11-28 20:39   ` [bug#67513] [PATCH 5/8] gnu: linux-libre 5.10: Update to 5.10.202 Wilko Meyer
2023-11-28 20:39   ` [bug#67513] [PATCH 6/8] gnu: linux-libre 5.4: Update to 5.4.262 Wilko Meyer
2023-11-28 20:39   ` [bug#67513] [PATCH 7/8] gnu: linux-libre 4.19: Update to 4.19.300 Wilko Meyer
2023-11-28 20:39   ` [bug#67513] [PATCH 8/8] gnu: linux-libre 4.14: Update to 4.14.331 Wilko Meyer
2023-11-29 13:37 ` [bug#67513] [PATCH 0/8] WIP: linux-libre kernel updates (2023-11-28) Wilko Meyer
2023-11-29 18:08 ` Leo Famulari
2023-12-05  2:37   ` bug#67513: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).