unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11)
@ 2024-04-11  8:59 Wilko Meyer
  2024-04-11  9:05 ` [bug#70335] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.5 Wilko Meyer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-11  8:59 UTC (permalink / raw)
  To: 70335; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

Hi Leo,

There's been another round of updates again affecting all currently supported
6.x series kernels as well as 5.15.x.

Deblob scripts didn't change this time:

1kqwcm8baq3zx1z8jrgnvm9yps3y9jbf4pv1pbqqprpdscgl9089 0j9pj370zismhzw18iyx3lwcby3l3160xgpmh5xa8i8cr38r2z5h 6.8.5
1qm8f3fq4yx59f7b6yky5ryyf229ypxnry922sr8cy0s7mp62cmv 17hq5pirvxaq1yscb204950xlakrd4r4mknjqayh1rzj4rzngzyq 6.6.26
1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy 1kp8zl97x1hsmvmdwaq8s8gndfmf8chvlhsw216f86ishi2prws3 6.1.85
18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8 121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n 5.15.154

Wilko Meyer (4):
  gnu: linux-libre 6.8: Update to 6.8.5.
  gnu: linux-libre 6.6: Update to 6.6.26.
  gnu: linux-libre 6.1: Update to 6.1.85.
  gnu: linux-libre 5.15: Update to 5.15.154.

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


base-commit: c2985764871597a99fde8c48b8958cecdd4fb0f5
-- 
2.41.0





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

* [bug#70335] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.5.
  2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
@ 2024-04-11  9:05 ` Wilko Meyer
  2024-04-11  9:05 ` [bug#70335] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.26 Wilko Meyer
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-11  9:05 UTC (permalink / raw)
  To: 70335; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.5.
(linux-libre-6.8-pristine-source): Update hashes.

Change-Id: I36998d43b3345fe404abf62dce8927673250bee1
---
 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 afae56ff13..54f509bcfb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -502,7 +502,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.4")
+(define-public linux-libre-6.8-version "6.8.5")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -512,7 +512,7 @@ (define deblob-scripts-6.8
    (base32 "0j9pj370zismhzw18iyx3lwcby3l3160xgpmh5xa8i8cr38r2z5h")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "0qwywy89an1w0yvs5957kqyv74mwgxady521w2lmyq00zjaw9pnm")))
+        (hash (base32 "12gsxxiwkildj8i94fkm2v69zb6z6s7hnnlvpsyv8j1pszjj728k")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))
-- 
2.41.0





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

* [bug#70335] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.26.
  2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
  2024-04-11  9:05 ` [bug#70335] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.5 Wilko Meyer
@ 2024-04-11  9:05 ` Wilko Meyer
  2024-04-11  9:05 ` [bug#70335] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.85 Wilko Meyer
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-11  9:05 UTC (permalink / raw)
  To: 70335; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Iae112b7926a8c8461fece02c970ff58e2dbc53b0
---
 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 54f509bcfb..0faa9840bb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -541,7 +541,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.25")
+(define-public linux-libre-6.6-version "6.6.26")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -551,7 +551,7 @@ (define deblob-scripts-6.6
    (base32 "17hq5pirvxaq1yscb204950xlakrd4r4mknjqayh1rzj4rzngzyq")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0i0zvqlj02rm6wpbidji0rn9559vrpfc1b8gbfjk70lhhyz11llr")))
+        (hash (base32 "1nan0h95dkqpb55jr5mxfi8yks09fd518im3vblbi4zvyi4v8m5g")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#70335] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.85.
  2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
  2024-04-11  9:05 ` [bug#70335] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.5 Wilko Meyer
  2024-04-11  9:05 ` [bug#70335] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.26 Wilko Meyer
@ 2024-04-11  9:05 ` Wilko Meyer
  2024-04-11  9:05 ` [bug#70335] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.154 Wilko Meyer
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-11  9:05 UTC (permalink / raw)
  To: 70335; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: If528885066e96e8ddb9a0b01b269763ea008c121
---
 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 0faa9840bb..d8c747d0dc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -556,7 +556,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.84")
+(define-public linux-libre-6.1-version "6.1.85")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -566,7 +566,7 @@ (define deblob-scripts-6.1
    (base32 "1kp8zl97x1hsmvmdwaq8s8gndfmf8chvlhsw216f86ishi2prws3")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0ykhl4i6yhryzgjkdbdz4pd3b1ghv84h6mpn7bdx0ra7w7mx55xg")))
+        (hash (base32 "0x32p1c04q5d0yd4qncrmc064m3g1x7cvfia5cd04q3wb769pzik")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#70335] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.154.
  2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-04-11  9:05 ` [bug#70335] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.85 Wilko Meyer
@ 2024-04-11  9:05 ` Wilko Meyer
  2024-04-11  9:13 ` [bug#70335] Acknowledgement ([PATCH 0/4] linux-libre kernel updates (2024-04-11)) Wilko Meyer
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-11  9:05 UTC (permalink / raw)
  To: 70335; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: I1ccd0c6b9900db9dd2fa4e521a03df373c6a638e
---
 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 d8c747d0dc..00da9abe2e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,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.153")
+(define-public linux-libre-5.15-version "5.15.154")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -581,7 +581,7 @@ (define deblob-scripts-5.15
    (base32 "121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1g44gjcwcdq5552vwinljqwiy90bxax72jjvdasp71x88khv3pfp")))
+        (hash (base32 "16067mhf173kgs4mvlzix9qscwq5wy8817dyfyjx5g7jkykmxy0p")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#70335] Acknowledgement ([PATCH 0/4] linux-libre kernel updates (2024-04-11))
  2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-04-11  9:05 ` [bug#70335] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.154 Wilko Meyer
@ 2024-04-11  9:13 ` Wilko Meyer
  2024-04-11 19:17 ` [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Leo Famulari
  2024-04-13  2:15 ` bug#70335: " Leo Famulari
  6 siblings, 0 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-04-11  9:13 UTC (permalink / raw)
  To: 70335; +Cc: Wilko Meyer, Leo Famulari


It seems that there's a known issue[0] with at least the 6.8.5 and
6.6.26 releases of this round, preventing system boot if
CONFIG_GCC_PLUGIN_STACKLEAK is set, as we have enabled it for all 6.x.x
kernels:

λ rg -c 'CONFIG_GCC_PLUGIN_STACKLEAK=y' linux-libre/6.*
linux-libre/6.8-x86_64.conf:1
linux-libre/6.8-i686.conf:1
linux-libre/6.8-arm64.conf:1
linux-libre/6.7-x86_64.conf:1
linux-libre/6.7-i686.conf:1
linux-libre/6.7-arm64.conf:1
linux-libre/6.6-x86_64.conf:1
linux-libre/6.6-i686.conf:1
linux-libre/6.6-arm64.conf:1
linux-libre/6.1-x86_64.conf:1
linux-libre/6.1-i686.conf:1
linux-libre/6.1-arm64.conf:1

we seem to have three options:

- applying
  https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e7d24c0aa8e678f41457d1304e2091cac6fd1a2e
  as suggested on the corresponding LKML thread[1].
- holding back this round for 6.8.x and 6.6.x. until next weeks round.
- applying it and hope it won't cause too much breakage

3. seems to be the worst option with the bug report in mind, 2. would be
the option with the least overhead. 1. would have some overhead but
seems to fix the situation so this round would be usable. WDYT?

[0]: https://fosstodon.org/@kernellogger/112251747670970164
[1]: https://lore.kernel.org/all/CAMj1kXHgvv0FYZXsFm8KisXuR6t47-nXtgOs0Gyva4MJEJ_4Ow@mail.gmail.com/#t

-- 
Kind regards,

Wilko Meyer
w@wmeyer.eu




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

* [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11)
  2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-04-11  9:13 ` [bug#70335] Acknowledgement ([PATCH 0/4] linux-libre kernel updates (2024-04-11)) Wilko Meyer
@ 2024-04-11 19:17 ` Leo Famulari
  2024-04-13  2:15 ` bug#70335: " Leo Famulari
  6 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2024-04-11 19:17 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: Tobias Geerinckx-Rice, 70335

On Thu, Apr 11, 2024 at 10:59:12AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been another round of updates again affecting all currently supported
> 6.x series kernels as well as 5.15.x.
> 
> Deblob scripts didn't change this time:

Thanks! Pushed to 'kernel-updates':

https://ci.guix.gnu.org/eval/1241100




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

* bug#70335: [PATCH 0/4] linux-libre kernel updates (2024-04-11)
  2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
                   ` (5 preceding siblings ...)
  2024-04-11 19:17 ` [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Leo Famulari
@ 2024-04-13  2:15 ` Leo Famulari
  6 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2024-04-13  2:15 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 70335-done, Tobias Geerinckx-Rice

On Thu, Apr 11, 2024 at 10:59:12AM +0200, Wilko Meyer wrote:
> Wilko Meyer (4):
>   gnu: linux-libre 6.8: Update to 6.8.5.
>   gnu: linux-libre 6.6: Update to 6.6.26.
>   gnu: linux-libre 6.1: Update to 6.1.85.
>   gnu: linux-libre 5.15: Update to 5.15.154.

Pushed as 15a523ea213065c275e4852673cbb27c72c0ad87

Thanks again!




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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-11  8:59 [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Wilko Meyer
2024-04-11  9:05 ` [bug#70335] [PATCH 1/4] gnu: linux-libre 6.8: Update to 6.8.5 Wilko Meyer
2024-04-11  9:05 ` [bug#70335] [PATCH 2/4] gnu: linux-libre 6.6: Update to 6.6.26 Wilko Meyer
2024-04-11  9:05 ` [bug#70335] [PATCH 3/4] gnu: linux-libre 6.1: Update to 6.1.85 Wilko Meyer
2024-04-11  9:05 ` [bug#70335] [PATCH 4/4] gnu: linux-libre 5.15: Update to 5.15.154 Wilko Meyer
2024-04-11  9:13 ` [bug#70335] Acknowledgement ([PATCH 0/4] linux-libre kernel updates (2024-04-11)) Wilko Meyer
2024-04-11 19:17 ` [bug#70335] [PATCH 0/4] linux-libre kernel updates (2024-04-11) Leo Famulari
2024-04-13  2:15 ` bug#70335: " 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).