unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2.
@ 2024-01-26 15:12 Wilko Meyer
  2024-01-26 15:12 ` [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14 Wilko Meyer
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:12 UTC (permalink / raw)
  To: 68740; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.2.
(linux-libre-6.7-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 88d36a1ca2..e5a40982a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -495,7 +495,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.1")
+(define-public linux-libre-6.7-version "6.7.2")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -505,7 +505,7 @@ (define deblob-scripts-6.7
    (base32 "0pivh1hjc5ylgcyjx0z7x1dqax614pai502idzil98j35pwa24za")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "1hv8mma3i6zhjix5k2g12jmajqy29c1xjfjkllmj18l6irbgmkqy")))
+        (hash (base32 "0wd6pxh7wy9bzjzwd0rdsdnghpr53qbs722fhg07bi19m8dy8kf3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))
-- 
2.41.0





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

* [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14.
  2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
@ 2024-01-26 15:12 ` Wilko Meyer
  2024-01-26 15:27   ` bug#68737: (no subject) Wilko Meyer
  2024-01-26 15:30   ` [bug#68737] " Wilko Meyer
  2024-01-26 15:12 ` [bug#68739] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75 Wilko Meyer
                   ` (5 subsequent siblings)
  6 siblings, 2 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:12 UTC (permalink / raw)
  To: 68737; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.14.
(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 e5a40982a9..4fcc106c2b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; 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.13")
+(define-public linux-libre-6.6-version "6.6.14")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.6
    (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1g60hblf4mywq3rivkqmz2n7a9arinxwh4g4n4x4xb8ysiyrxf48")))
+        (hash (base32 "110mz8fjlg1j9wnhhq2ik5alayhf61adajd8jqmcsqprncnnpsgv")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#68739] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75.
  2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
  2024-01-26 15:12 ` [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14 Wilko Meyer
@ 2024-01-26 15:12 ` Wilko Meyer
  2024-01-26 15:31   ` bug#68739: (no subject) Wilko Meyer
  2024-01-26 15:12 ` [bug#68740] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.148 Wilko Meyer
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:12 UTC (permalink / raw)
  To: 68739; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.75.
(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 4fcc106c2b..b572542ccb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ (define-public linux-libre-6.6-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.74")
+(define-public linux-libre-6.1-version "6.1.75")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ (define deblob-scripts-6.1
    (base32 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "08i0pgmmdnrmlha6ncl6if39rqg44c9dqyggf0swxlmfkzbx3yxp")))
+        (hash (base32 "0mis14ll6xmhw71vfpw1aahi5z207qysha7x316fq4qc6c899lbc")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#68740] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.148.
  2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
  2024-01-26 15:12 ` [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14 Wilko Meyer
  2024-01-26 15:12 ` [bug#68739] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75 Wilko Meyer
@ 2024-01-26 15:12 ` Wilko Meyer
  2024-01-26 15:12 ` [bug#68738] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.209 Wilko Meyer
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:12 UTC (permalink / raw)
  To: 68740; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.148.
(linux-libre-5.15-pristine-source): Update hashes.
---
 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 b572542ccb..b4e3cf0c70 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -546,7 +546,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.147")
+(define-public linux-libre-5.15-version "5.15.148")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -556,7 +556,7 @@ (define deblob-scripts-5.15
    (base32 "14pw0yl0yxdgcdp01rpi91ylil9irwzxfq04kfvn3gg2abaq37bn")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1m7wznqiakarpar4a0nbwxql0hkvds0s79zx3r1xn0fj4mbfdhan")))
+        (hash (base32 "1n75lrck581mppx84cds1a1l5vj05cdkp8ahpry7dx6rgz4pb1f4")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#68738] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.209.
  2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-01-26 15:12 ` [bug#68740] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.148 Wilko Meyer
@ 2024-01-26 15:12 ` Wilko Meyer
  2024-01-26 15:34   ` bug#68738: (no subject) Wilko Meyer
  2024-01-26 15:12 ` [bug#68740] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.268 Wilko Meyer
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:12 UTC (permalink / raw)
  To: 68738; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.209.
(linux-libre-5.10-pristine-source): Update hashes.
---
 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 b4e3cf0c70..0a563c013c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -561,7 +561,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.208")
+(define-public linux-libre-5.10-version "5.10.209")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -571,7 +571,7 @@ (define deblob-scripts-5.10
    (base32 "0zmmqj5gyiy2q81f199c29b14isfiqbvl87y72k14yy0q5398276")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0vpvy47cmcinhs76cjl2n81zrlhbqgpi4v29izn2hzsl15x189ch")))
+        (hash (base32 "1mc8rssk5aypgb58jz6i2bbflfr6qh1kgqpam0k8fqvwcjnjzqj4")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#68740] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.268.
  2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-01-26 15:12 ` [bug#68738] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.209 Wilko Meyer
@ 2024-01-26 15:12 ` Wilko Meyer
  2024-01-26 15:12 ` [bug#68740] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.306 Wilko Meyer
  2024-01-26 15:29 ` bug#68740: (no subject) Wilko Meyer
  6 siblings, 0 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:12 UTC (permalink / raw)
  To: 68740; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.268.
(linux-libre-5.4-pristine-source): Update hashes.
---
 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 0a563c013c..b26574450c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -576,7 +576,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.267")
+(define-public linux-libre-5.4-version "5.4.268")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -586,7 +586,7 @@ (define deblob-scripts-5.4
    (base32 "08wn4rjrmi8asmdkg92xbbm6v0sw44kackp69agbw57zy6fp2zys")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0hqw8ww7y9mjrh1wgdkiwk8llxpf4lxwmsmzxm8j4l615kpqvlj2")))
+        (hash (base32 "081695lgkdwlrp6gpp6pyflgh76zax1w52shys4s9zjnrfkarj5g")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#68740] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.306.
  2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-01-26 15:12 ` [bug#68740] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.268 Wilko Meyer
@ 2024-01-26 15:12 ` Wilko Meyer
  2024-01-26 15:29 ` bug#68740: (no subject) Wilko Meyer
  6 siblings, 0 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:12 UTC (permalink / raw)
  To: 68740; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.306.
(linux-libre-4.19-pristine-source): Update hashes.
---
 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 b26574450c..3a0e2b1982 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -591,7 +591,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.305")
+(define-public linux-libre-4.19-version "4.19.306")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -601,7 +601,7 @@ (define deblob-scripts-4.19
    (base32 "07j33w4pq319gaypfsym6v0i2xqc5jagm47nxyy2010zn8k6y8kd")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "1s6srmhd3visqchshg566c7gq5wnxr3m74854kxksqhhfif450ns")))
+        (hash (base32 "06dy270xw4frnrc9p2qjh8chgp02fr5ll5g2b0lx9xqzlq7y86xr")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* bug#68737: (no subject)
  2024-01-26 15:12 ` [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14 Wilko Meyer
@ 2024-01-26 15:27   ` Wilko Meyer
  2024-01-26 15:30   ` [bug#68737] " Wilko Meyer
  1 sibling, 0 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:27 UTC (permalink / raw)
  To: 68737-done





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

* bug#68740: (no subject)
  2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
                   ` (5 preceding siblings ...)
  2024-01-26 15:12 ` [bug#68740] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.306 Wilko Meyer
@ 2024-01-26 15:29 ` Wilko Meyer
  6 siblings, 0 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:29 UTC (permalink / raw)
  To: 68740-done





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

* [bug#68737] (no subject)
  2024-01-26 15:12 ` [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14 Wilko Meyer
  2024-01-26 15:27   ` bug#68737: (no subject) Wilko Meyer
@ 2024-01-26 15:30   ` Wilko Meyer
  1 sibling, 0 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:30 UTC (permalink / raw)
  To: 68737-done


-- 
Kind regards,

Wilko Meyer
w@wmeyer.eu




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

* bug#68739: (no subject)
  2024-01-26 15:12 ` [bug#68739] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75 Wilko Meyer
@ 2024-01-26 15:31   ` Wilko Meyer
  0 siblings, 0 replies; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:31 UTC (permalink / raw)
  To: 68739-done





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

* bug#68738: (no subject)
  2024-01-26 15:12 ` [bug#68738] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.209 Wilko Meyer
@ 2024-01-26 15:34   ` Wilko Meyer
  2024-01-26 22:21     ` [bug#68738] " Clément Lassieur
  0 siblings, 1 reply; 15+ messages in thread
From: Wilko Meyer @ 2024-01-26 15:34 UTC (permalink / raw)
  To: 68738-done





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

* [bug#68738] (no subject)
  2024-01-26 15:34   ` bug#68738: (no subject) Wilko Meyer
@ 2024-01-26 22:21     ` Clément Lassieur
  2024-01-27 23:24       ` Wilko Meyer
  0 siblings, 1 reply; 15+ messages in thread
From: Clément Lassieur @ 2024-01-26 22:21 UTC (permalink / raw)
  To: w; +Cc: 68738

Just a small tip:

The point of sending an email to xxxxx-done@debbugs.gnu.org is that you
actually send an email explaining why it's closed.

If you don't want to send an email to human people, you can just mail
control@debbugs.gnu.org, with no subject, and with content: "close
xxxxx".  (It won't get into people's inbox.)

Explanations here: https://debbugs.gnu.org/server-control.html.

Of course it's better to explain why a bug report is closed.

Cheers,
Clément




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

* [bug#68738] (no subject)
  2024-01-26 22:21     ` [bug#68738] " Clément Lassieur
@ 2024-01-27 23:24       ` Wilko Meyer
  2024-01-28  0:36         ` Clément Lassieur
  0 siblings, 1 reply; 15+ messages in thread
From: Wilko Meyer @ 2024-01-27 23:24 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: w, 68738


Hi Clément,

Clément Lassieur <clement@lassieur.org> writes:

> If you don't want to send an email to human people, you can just mail
> control@debbugs.gnu.org, with no subject, and with content: "close
> xxxxx".  (It won't get into people's inbox.)
>
> Explanations here: https://debbugs.gnu.org/server-control.html.

Thanks for the tip & for taking the time to explain this to me! This
would've been the better option (accidentally send a patch-series to
guix-patches@debbugs.gnu.org instead of to the specific issue created by
the cover letter, so I had to clean up wrongfully created issues) in
this case and would've caused less clutter. I'll take some time to read
up on the debbugs documentation as I'm not too familiar with it as a
tool yet!

-- 
Kind regards,

Wilko Meyer
w@wmeyer.eu




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

* [bug#68738] (no subject)
  2024-01-27 23:24       ` Wilko Meyer
@ 2024-01-28  0:36         ` Clément Lassieur
  0 siblings, 0 replies; 15+ messages in thread
From: Clément Lassieur @ 2024-01-28  0:36 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 68738

[-- Attachment #1: Type: text/plain, Size: 987 bytes --]

Well don't worry this happened to all of us ;)

Welcome

On Sat, Jan 27, 2024, at 11:24 PM, Wilko Meyer wrote:
> 
> Hi Clément,
> 
> Clément Lassieur <clement@lassieur.org> writes:
> 
> > If you don't want to send an email to human people, you can just mail
> > control@debbugs.gnu.org, with no subject, and with content: "close
> > xxxxx".  (It won't get into people's inbox.)
> >
> > Explanations here: https://debbugs.gnu.org/server-control.html.
> 
> Thanks for the tip & for taking the time to explain this to me! This
> would've been the better option (accidentally send a patch-series to
> guix-patches@debbugs.gnu.org instead of to the specific issue created by
> the cover letter, so I had to clean up wrongfully created issues) in
> this case and would've caused less clutter. I'll take some time to read
> up on the debbugs documentation as I'm not too familiar with it as a
> tool yet!
> 
> -- 
> Kind regards,
> 
> Wilko Meyer
> w@wmeyer.eu
> 

[-- Attachment #2: Type: text/html, Size: 1792 bytes --]

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

end of thread, other threads:[~2024-01-28  0:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 15:12 [bug#68740] [PATCH 1/7] gnu: linux-libre 6.7: Update to 6.7.2 Wilko Meyer
2024-01-26 15:12 ` [bug#68737] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.14 Wilko Meyer
2024-01-26 15:27   ` bug#68737: (no subject) Wilko Meyer
2024-01-26 15:30   ` [bug#68737] " Wilko Meyer
2024-01-26 15:12 ` [bug#68739] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75 Wilko Meyer
2024-01-26 15:31   ` bug#68739: (no subject) Wilko Meyer
2024-01-26 15:12 ` [bug#68740] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.148 Wilko Meyer
2024-01-26 15:12 ` [bug#68738] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.209 Wilko Meyer
2024-01-26 15:34   ` bug#68738: (no subject) Wilko Meyer
2024-01-26 22:21     ` [bug#68738] " Clément Lassieur
2024-01-27 23:24       ` Wilko Meyer
2024-01-28  0:36         ` Clément Lassieur
2024-01-26 15:12 ` [bug#68740] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.268 Wilko Meyer
2024-01-26 15:12 ` [bug#68740] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.306 Wilko Meyer
2024-01-26 15:29 ` bug#68740: (no subject) Wilko Meyer

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).