GNU bug report logs - #74978
2024-12-14 kernel updates

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Thu, 19 Dec 2024 17:44:02 UTC

Severity: normal

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 74978 in the body.
You can then email your comments to 74978 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#74978; Package guix-patches. (Thu, 19 Dec 2024 17:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 19 Dec 2024 17:44:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: 2024-12-14 kernel updates
Date: Thu, 19 Dec 2024 12:43:46 -0500
More kernel updates




Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74978; Package guix-patches. (Thu, 19 Dec 2024 17:48:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74978 <at> debbugs.gnu.org
Subject: [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.120.
Date: Thu, 19 Dec 2024 12:47:10 -0500
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.120.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I6498a214993a23d8118f5302c2c90e79bee1605d
---
 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 5cd3e567ef..06595d8fde 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,7 +548,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.119")
+(define-public linux-libre-6.1-version "6.1.120")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -558,7 +558,7 @@ (define deblob-scripts-6.1
    (base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0y1j8bz99d5vkxklzpwhns5r77lpz2prszf6whfahi58s0wszkdf")))
+        (hash (base32 "06gp5fdq0bc39hd8mf9mrdrygdybdr3nzsb58lcapf5vmjw9gjb1")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74978; Package guix-patches. (Thu, 19 Dec 2024 17:48:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74978 <at> debbugs.gnu.org
Subject: [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.174.
Date: Thu, 19 Dec 2024 12:47:11 -0500
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.174.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Idd53664c8736498de58ee964761b1cb842eca745
---
 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 06595d8fde..3aa4987c08 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,7 +563,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.173")
+(define-public linux-libre-5.15-version "5.15.174")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -573,7 +573,7 @@ (define deblob-scripts-5.15
    (base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1a3x3ld6g7ny0hdfqfvj5j2i5sx5l5p236pdnsr0icn9ri3jljwa")))
+        (hash (base32 "02kn9nvaa36s070k235lk9x6n40l2zlwj4v6i2y6nnx0cjw3rrn3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74978; Package guix-patches. (Thu, 19 Dec 2024 17:48:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74978 <at> debbugs.gnu.org
Subject: [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.231.
Date: Thu, 19 Dec 2024 12:47:12 -0500
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.231.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: I5007189b56b89d1b3c1cc9699e6160f2c2760865
---
 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 3aa4987c08..025c98bb71 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,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.230")
+(define-public linux-libre-5.10-version "5.10.231")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -588,7 +588,7 @@ (define deblob-scripts-5.10
    (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0isbb0ixqg4yzlh3lmdvnax4m1ikf2q4wk0b9vgqc63p7gpm066d")))
+        (hash (base32 "0xcnlz5ib4b368z5cyp4qwys3jsbm18wlvwn73rzj2j6rj1lhnjn")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74978; Package guix-patches. (Thu, 19 Dec 2024 17:48:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74978 <at> debbugs.gnu.org
Subject: [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66.
Date: Thu, 19 Dec 2024 12:47:09 -0500
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.66.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I9164250230e4a21c3ef6c6139cffbba1d93d6542
---
 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 53b10afe22..5cd3e567ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -533,7 +533,7 @@ (define-public linux-libre-6.11-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.65")
+(define-public linux-libre-6.6-version "6.6.66")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -543,7 +543,7 @@ (define deblob-scripts-6.6
    (base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1q53xiwnszchl9c4g4yfxyzk4nffzgb4a7aq9rsyg1jcidp4gqbs")))
+        (hash (base32 "0lhy5waj330hmaxbqpfw2fxzkvvlxxs1nr325i8jy736qhvpjxcx")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))

base-commit: 07b4b1d055c36c6c61d39273c26974771dbfe805
-- 
2.46.0





Information forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#74978; Package guix-patches. (Thu, 19 Dec 2024 17:48:04 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74978 <at> debbugs.gnu.org
Subject: [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.287.
Date: Thu, 19 Dec 2024 12:47:13 -0500
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.287.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: If1a3837cca46eac93f90b962aead5006989c692c
---
 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 025c98bb71..d56ca98f47 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -593,7 +593,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.286")
+(define-public linux-libre-5.4-version "5.4.287")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -603,7 +603,7 @@ (define deblob-scripts-5.4
    (base32 "1q1wcslpwpwsnwzbddjdc0qv2h89492skyw2zsjyb4rpz41s66mg")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0z48n7vahg318bgkccy8xqgl87vfb8zmn995cqh7z38fvzrm81qq")))
+        (hash (base32 "082bq26bwi8jxfbk840wf9awm5l65aya4bg43im9qvqfpzjzl3qd")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.46.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Fri, 20 Dec 2024 22:55:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Fri, 20 Dec 2024 22:55:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 74978-done <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: Re: [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66.
Date: Fri, 20 Dec 2024 17:53:51 -0500
On Thu, Dec 19, 2024 at 12:47:09PM -0500, Leo Famulari wrote:
> * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.66.
> (linux-libre-6.6-pristine-source): Update hash.

Patches pushed as cdd380dfe012afad7d40910c524c4afc56c23fb1




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

This bug report was last modified 148 days ago.

Previous Next


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