GNU bug report logs - #68515
[PATCH 0/6] linux-libre kernel updates (2024-01-15)

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 16 Jan 2024 17:11:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68515 in the body.
You can then email your comments to 68515 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Tue, 16 Jan 2024 17:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wilko Meyer <w <at> wmeyer.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 16 Jan 2024 17:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 0/6] linux-libre kernel updates (2024-01-15)
Date: Tue, 16 Jan 2024 18:10:10 +0100
Hi Leo,

there've been recent kernel updates again, deblob scripts didn't change
this time.

Wilko Meyer (6):
  gnu: linux-libre 6.6: Update to 6.6.12.
  gnu: linux-libre 6.1: Update to 6.1.73.
  gnu: linux-libre 5.15: Update to 5.15.147.
  gnu: linux-libre 5.10: Update to 5.10.208.
  gnu: linux-libre 5.4: Update to 5.4.267.
  gnu: linux-libre 4.19: Update to 4.19.305.

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


base-commit: 4e50310e6198e65676fb5361f3a3f40909a3986d
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Tue, 16 Jan 2024 17:12:03 GMT) Full text and rfc822 format available.

Message #8 received at 68515 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68515 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/6] gnu: linux-libre 6.6: Update to 6.6.12.
Date: Tue, 16 Jan 2024 18:11:20 +0100
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.12.
(linux-libre-6.6-pristine-source): Update hashes.

Change-Id: I47248352ba921ec9eba237d92b7f0e33ffb994d9
---
 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 d2f02c9a3e1..d25236a0b93 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,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.10")
+(define-public linux-libre-6.6-version "6.6.12")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -521,7 +521,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 "0v2l0l90w7scv7bxkxxjgqnay0fjh678k9gdlgycgbh9q7j2grly")))
+        (hash (base32 "01a6czk6xz9syxvkb2yhbn3vypqy2mnjq7ni84x4nklw7n6frmqz")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Tue, 16 Jan 2024 17:12:03 GMT) Full text and rfc822 format available.

Message #11 received at 68515 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68515 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/6] gnu: linux-libre 6.1: Update to 6.1.73.
Date: Tue, 16 Jan 2024 18:11:21 +0100
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.73.
(linux-libre-6.1-pristine-source): Update hashes.

Change-Id: I9f0ec4b0ec25b41acc40c8b7c529bf9bcd838a06
---
 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 d25236a0b93..49409fa7781 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -529,7 +529,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.71")
+(define-public linux-libre-6.1-version "6.1.73")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -539,7 +539,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 "0hghnwsa282js9hy4krhdbgrb4khjzslr05zgvjx9zzragfp9xrd")))
+        (hash (base32 "11vyblm4nkjncdi3akcyizw7jkyxsqn2mjixc51f7kgiddq4ibbc")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Tue, 16 Jan 2024 17:12:04 GMT) Full text and rfc822 format available.

Message #14 received at 68515 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68515 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/6] gnu: linux-libre 5.15: Update to 5.15.147.
Date: Tue, 16 Jan 2024 18:11:22 +0100
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.147.
(linux-libre-5.15-pristine-source): Update hashes.

Change-Id: I88c1a8ac970334bf29bceeef20aab193ab3ef4f6
---
 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 49409fa7781..8562ea4dd0a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -544,7 +544,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.146")
+(define-public linux-libre-5.15-version "5.15.147")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -554,7 +554,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 "14nijbspmzd4r38l8cpl4vn9dhawzcfnhyc0gnaxl2m8l9gpm02s")))
+        (hash (base32 "1m7wznqiakarpar4a0nbwxql0hkvds0s79zx3r1xn0fj4mbfdhan")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Tue, 16 Jan 2024 17:12:04 GMT) Full text and rfc822 format available.

Message #17 received at 68515 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68515 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/6] gnu: linux-libre 5.10: Update to 5.10.208.
Date: Tue, 16 Jan 2024 18:11:23 +0100
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.208.
(linux-libre-5.10-pristine-source): Update hashes.

Change-Id: I0b627be7dc308e7217c541451642266395ee4f95
---
 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 8562ea4dd0a..e20db8756f4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -559,7 +559,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.206")
+(define-public linux-libre-5.10-version "5.10.208")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -569,7 +569,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 "0ns8qxcrxj9i76b93xcghl002l8vbkg7ksd435sikig62qr62gf4")))
+        (hash (base32 "0vpvy47cmcinhs76cjl2n81zrlhbqgpi4v29izn2hzsl15x189ch")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Tue, 16 Jan 2024 17:12:05 GMT) Full text and rfc822 format available.

Message #20 received at 68515 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68515 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 5/6] gnu: linux-libre 5.4: Update to 5.4.267.
Date: Tue, 16 Jan 2024 18:11:24 +0100
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.267.
(linux-libre-5.4-pristine-source): Update hashes.

Change-Id: Ic185da10b89a3b677be471545c4cd4fb506e66c4
---
 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 e20db8756f4..70f1bdf6889 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -574,7 +574,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.266")
+(define-public linux-libre-5.4-version "5.4.267")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -584,7 +584,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 "1dmcn9i3nvf1gldm1a32gnl5ybwbk2lizb3wa4gc06g7dxz2y1ys")))
+        (hash (base32 "0hqw8ww7y9mjrh1wgdkiwk8llxpf4lxwmsmzxm8j4l615kpqvlj2")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Tue, 16 Jan 2024 17:12:05 GMT) Full text and rfc822 format available.

Message #23 received at 68515 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68515 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 6/6] gnu: linux-libre 4.19: Update to 4.19.305.
Date: Tue, 16 Jan 2024 18:11:25 +0100
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.305.
(linux-libre-4.19-pristine-source): Update hashes.

Change-Id: I6b99e5b626077cbd6fd36f45cacfb12ce8e3decc
---
 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 70f1bdf6889..128760a5382 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -589,7 +589,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.304")
+(define-public linux-libre-4.19-version "4.19.305")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -599,7 +599,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 "165mljr8v1cf4vf4a4b44hx089rprkssvi2azq5wbxxg3basbind")))
+        (hash (base32 "1s6srmhd3visqchshg566c7gq5wnxr3m74854kxksqhhfif450ns")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68515; Package guix-patches. (Wed, 17 Jan 2024 20:31:02 GMT) Full text and rfc822 format available.

Message #26 received at 68515 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 68515 <at> debbugs.gnu.org
Subject: Re: [PATCH 1/6] gnu: linux-libre 6.6: Update to 6.6.12.
Date: Wed, 17 Jan 2024 15:30:40 -0500
On Tue, Jan 16, 2024 at 06:11:20PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.12.
> (linux-libre-6.6-pristine-source): Update hashes.

Pushed to 'kernel-updates', thanks!




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 18 Jan 2024 15:19:02 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Thu, 18 Jan 2024 15:19:02 GMT) Full text and rfc822 format available.

Message #31 received at 68515-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 68515-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/6] gnu: linux-libre 6.6: Update to 6.6.12.
Date: Thu, 18 Jan 2024 10:18:30 -0500
On Tue, Jan 16, 2024 at 06:11:20PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.12.
> (linux-libre-6.6-pristine-source): Update hashes.

I pushed this series as c8d15a5670f6116a652c5730833769824bb67471

Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 16 Feb 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.