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

Hi Leo,

there has been another round of updates again affecting all currently
supported kernels. deblob scripts weren't uploaded yet, so I have yet to check
if there are any changes to them.

Wilko Meyer (7):
  gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
  gnu: linux-libre 6.6: Update to 6.6.30.
  gnu: linux-libre 6.1: Update to 6.1.90.
  gnu: linux-libre 5.15: Update to 5.15.158.
  gnu: linux-libre 5.10: Update to 5.10.216.
  gnu: linux-libre 5.4: Update to 5.4.275.
  gnu: linux-libre 4.19: Update to 4.19.313.

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


base-commit: 7a8783c45b20d72818c4bdf2763004c27418a217
-- 
2.41.0





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

* [bug#70723] [PATCH 1/7] gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
@ 2024-05-02 19:31 ` Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.30 Wilko Meyer
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-02 19:31 UTC (permalink / raw)
  To: 70723; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Iea885ef1127144a4338a3630b0b92fe25e8874cd
---
 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 f902d3ffbf..0742b14e0e 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.8")
+(define-public linux-libre-6.8-version "6.8.9")
 (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 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "1fiiyvwi6frn83z730w4mng2z4nwpspvhb6vjpxx3yk0snwxqk0w")))
+        (hash (base32 "1dn9bgmf03bdfbmgq98d043702g808rjikxs2i9yia57iqiz21gr")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))
-- 
2.41.0





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

* [bug#70723] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.30.
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 1/7] gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9 Wilko Meyer
@ 2024-05-02 19:31 ` Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.90 Wilko Meyer
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-02 19:31 UTC (permalink / raw)
  To: 70723; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Ic261985e2c199a80068e2898684d522939b98a89
---
 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 0742b14e0e..6ba53e8367 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.29")
+(define-public linux-libre-6.6-version "6.6.30")
 (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 "0s8ys7nz4p50c766f3z9h68vxnrsrgps1i5zskk3cjwik3q60an8")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1l6bcz0pwiby6q79va063767d0jxkkaf8rpqvaqqcb08116gf9kz")))
+        (hash (base32 "1ilwmgpgvddwkd9nx5999cb6z18scjyq7jklid26k1hg7f35nsmn")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#70723] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.90.
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 1/7] gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9 Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.30 Wilko Meyer
@ 2024-05-02 19:31 ` Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.158 Wilko Meyer
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-02 19:31 UTC (permalink / raw)
  To: 70723; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Ic1ef7176af2055db78b58458bb9327bce5789d48
---
 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 6ba53e8367..5a333866a3 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.89")
+(define-public linux-libre-6.1-version "6.1.90")
 (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 "0104m61mqhlmsjjprj51njwbffjcqgjln5bf1wknb6y3iiazl6ng")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "06a74sq0isgh9zc6p5cqc64r8k05f1p1w87lx971v3b1jbhbifhj")))
+        (hash (base32 "07cfg0chssvpc4mqls3aln6s4lqjp6k4x2n63wndmkjgfqpdg8w3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#70723] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.158.
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-05-02 19:31 ` [bug#70723] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.90 Wilko Meyer
@ 2024-05-02 19:31 ` Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.216 Wilko Meyer
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-02 19:31 UTC (permalink / raw)
  To: 70723; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Ib2b12fac8301ced17e6e068a1e68768e200d5a24
---
 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 5a333866a3..6d82fb41f7 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.157")
+(define-public linux-libre-5.15-version "5.15.158")
 (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 "0554qxnai66mpm3p5dln9dfsb392zr8zvwfwc9ks2sadsd8j7wmg")))
+        (hash (base32 "1inmdpif3qf1blmvjj4i7y42bylvhv0wyj3b0apq12zxlj1iq1zr")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#70723] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.216.
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-05-02 19:31 ` [bug#70723] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.158 Wilko Meyer
@ 2024-05-02 19:31 ` Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.275 Wilko Meyer
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-02 19:31 UTC (permalink / raw)
  To: 70723; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Ia14fa905e109c81cc8397d1151cc327d6e1ea25a
---
 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 6d82fb41f7..4b1ae75ef8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -586,7 +586,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.215")
+(define-public linux-libre-5.10-version "5.10.216")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -596,7 +596,7 @@ (define deblob-scripts-5.10
    (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "1af6h86flx96pszg006agpak2f9dkk2jqaazfykd7aafqdcs3747")))
+        (hash (base32 "0lg1zfb9y4ps86q85mlnyalb3s90zix003z62jb9bw139f65h473")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#70723] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.275.
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-05-02 19:31 ` [bug#70723] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.216 Wilko Meyer
@ 2024-05-02 19:31 ` Wilko Meyer
  2024-05-02 19:31 ` [bug#70723] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.313 Wilko Meyer
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-02 19:31 UTC (permalink / raw)
  To: 70723; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: Ifcd296510ae1c7e81a4a5fa3c8eb6e304e2d662d
---
 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 4b1ae75ef8..71f76e4116 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -601,7 +601,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.274")
+(define-public linux-libre-5.4-version "5.4.275")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -611,7 +611,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 "1m4yyyv48mfkzhqms88dv1jf39zsfp88az5zpqynmm1wlhhv9iza")))
+        (hash (base32 "0k1hyknx854k8z27j4rq1gcp8l0xc0bspmrhc41a033gjilb1lns")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#70723] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.313.
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
                   ` (5 preceding siblings ...)
  2024-05-02 19:31 ` [bug#70723] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.275 Wilko Meyer
@ 2024-05-02 19:31 ` Wilko Meyer
  2024-05-04  4:43 ` [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Leo Famulari
  2024-05-06  3:24 ` bug#70723: " Leo Famulari
  8 siblings, 0 replies; 10+ messages in thread
From: Wilko Meyer @ 2024-05-02 19:31 UTC (permalink / raw)
  To: 70723; +Cc: Wilko Meyer, leo, Leo Famulari, Tobias Geerinckx-Rice,
	Wilko Meyer

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

Change-Id: I22e9d175b537164efcde4cec5188c26bae8d2fca
---
 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 71f76e4116..8d25da4024 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -616,7 +616,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.312")
+(define-public linux-libre-4.19-version "4.19.313")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -626,7 +626,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 "0jppa4p73pssd7m3jpc7i6rgnj9gawjcgk4wmqyy87ijzrgzm553")))
+        (hash (base32 "1j1r4mrdh1ray468jr5i8d2afiswb653bhq0ck8bcdw4rwp5w558")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02)
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
                   ` (6 preceding siblings ...)
  2024-05-02 19:31 ` [bug#70723] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.313 Wilko Meyer
@ 2024-05-04  4:43 ` Leo Famulari
  2024-05-06  3:24 ` bug#70723: " Leo Famulari
  8 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-05-04  4:43 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 70723, Tobias Geerinckx-Rice

On Thu, May 02, 2024 at 09:28:34PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> there has been another round of updates again affecting all currently
> supported kernels. deblob scripts weren't uploaded yet, so I have yet to check
> if there are any changes to them.
> 
> Wilko Meyer (7):
>   gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
>   gnu: linux-libre 6.6: Update to 6.6.30.
>   gnu: linux-libre 6.1: Update to 6.1.90.
>   gnu: linux-libre 5.15: Update to 5.15.158.
>   gnu: linux-libre 5.10: Update to 5.10.216.
>   gnu: linux-libre 5.4: Update to 5.4.275.
>   gnu: linux-libre 4.19: Update to 4.19.313.

Thanks! Pushed to 'kernel-updates'




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

* bug#70723: [PATCH 0/7] linux-libre kernel updates (2024-05-02)
  2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
                   ` (7 preceding siblings ...)
  2024-05-04  4:43 ` [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Leo Famulari
@ 2024-05-06  3:24 ` Leo Famulari
  8 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2024-05-06  3:24 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 70723-done, Tobias Geerinckx-Rice

On Thu, May 02, 2024 at 09:28:34PM +0200, Wilko Meyer wrote:
> there has been another round of updates again affecting all currently
> supported kernels. deblob scripts weren't uploaded yet, so I have yet to check
> if there are any changes to them.
> 
> Wilko Meyer (7):
>   gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
>   gnu: linux-libre 6.6: Update to 6.6.30.
>   gnu: linux-libre 6.1: Update to 6.1.90.
>   gnu: linux-libre 5.15: Update to 5.15.158.
>   gnu: linux-libre 5.10: Update to 5.10.216.
>   gnu: linux-libre 5.4: Update to 5.4.275.
>   gnu: linux-libre 4.19: Update to 4.19.313.

Pushed as da41a8f5e85774e2a507d821b5d52e600fb9d1d7

Thanks again!




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

end of thread, other threads:[~2024-05-06  3:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 19:28 [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Wilko Meyer
2024-05-02 19:31 ` [bug#70723] [PATCH 1/7] gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9 Wilko Meyer
2024-05-02 19:31 ` [bug#70723] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.30 Wilko Meyer
2024-05-02 19:31 ` [bug#70723] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.90 Wilko Meyer
2024-05-02 19:31 ` [bug#70723] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.158 Wilko Meyer
2024-05-02 19:31 ` [bug#70723] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.216 Wilko Meyer
2024-05-02 19:31 ` [bug#70723] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.275 Wilko Meyer
2024-05-02 19:31 ` [bug#70723] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.313 Wilko Meyer
2024-05-04  4:43 ` [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02) Leo Famulari
2024-05-06  3:24 ` bug#70723: " 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).