unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25)
@ 2024-07-25 22:00 Wilko Meyer
  2024-07-25 22:05 ` [bug#72301] [PATCH 1/4] gnu: linux-libre 6.10: Update to 6.10.1 Wilko Meyer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-07-25 22:00 UTC (permalink / raw)
  To: 72301; +Cc: Wilko Meyer, leo, Leo Famulari, Wilko Meyer

Hi Leo,

There's been a series of updates for all 6.x including 6.10. As the deblob
scripts did change for the latter, let's see if the build failure is fixed by
this/the change in scripts addresses the cause of it.

Wilko Meyer (4):
  gnu: linux-libre 6.10: Update to 6.10.1.
  gnu: linux-libre 6.9.11: Update to 6.9.11.
  gnu: linux-libre 6.6: Update to 6.6.42.
  gnu: linux-libre 6.1: Update to 6.1.101.

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


base-commit: 132639c9dacf6c966fce8857ab0790754d0ca7f5
prerequisite-patch-id: 58efdd6ff2418b91eae89e7964de00b95f83105f
-- 
2.41.0





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

* [bug#72301] [PATCH 1/4] gnu: linux-libre 6.10: Update to 6.10.1.
  2024-07-25 22:00 [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Wilko Meyer
@ 2024-07-25 22:05 ` Wilko Meyer
  2024-07-25 22:05 ` [bug#72301] [PATCH 2/4] gnu: linux-libre 6.9: Update to 6.9.11 Wilko Meyer
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-07-25 22:05 UTC (permalink / raw)
  To: 72301; +Cc: Wilko Meyer, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.1.
(linux-libre-6.10-pristine-source, deblob-scripts-6.10): Update hash.

Change-Id: Ied6a1d545f73b491ed01865d5c4b8ff773a74a43
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2053866de6..f27d2e03e3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,17 +511,17 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.10-version "6.10")
+(define-public linux-libre-6.10-version "6.10.1")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
    linux-libre-6.10-version
    linux-libre-6.10-gnu-revision
-   (base32 "1q7w3jdd1hjb87h6713r8m8gq4xc81jnhxdrn1w8h2hh1vadvxix")
+   (base32 "1j43v1z4g1f681wvna2dh9vxaz0pgni0wchbh1xhyhhfcqbm1f47")
    (base32 "00bx8g1ijswi9zypmwqhxsk9fdkzmarxdbdx5h6gpn7z4d1qly3j")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "09p2z3z8c3aq6ipqdc58x6s52sy0cmyg6mj4f0g5yk755r19hikp")))
+        (hash (base32 "0szpkhrwfqwj068vz032daf3zycv5c93gjxiisjziifi3kyrs43h")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))
-- 
2.41.0





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

* [bug#72301] [PATCH 2/4] gnu: linux-libre 6.9: Update to 6.9.11.
  2024-07-25 22:00 [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Wilko Meyer
  2024-07-25 22:05 ` [bug#72301] [PATCH 1/4] gnu: linux-libre 6.10: Update to 6.10.1 Wilko Meyer
@ 2024-07-25 22:05 ` Wilko Meyer
  2024-07-25 22:05 ` [bug#72301] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.42 Wilko Meyer
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-07-25 22:05 UTC (permalink / raw)
  To: 72301; +Cc: Wilko Meyer, Leo Famulari, Wilko Meyer

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

Change-Id: I1a400cd4abecca2e1c6344353ede1e7b5be75d7b
---
 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 f27d2e03e3..14a62f99ad 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -529,7 +529,7 @@ (define-public linux-libre-6.10-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.9-version "6.9.10")
+(define-public linux-libre-6.9-version "6.9.11")
 (define-public linux-libre-6.9-gnu-revision "gnu")
 (define deblob-scripts-6.9
   (linux-libre-deblob-scripts
@@ -539,7 +539,7 @@ (define deblob-scripts-6.9
    (base32 "18vfz1fx4vjssfh1w7aqfjf91y2g34a2qnzbl9pyawa7qnqxq33n")))
 (define-public linux-libre-6.9-pristine-source
   (let ((version linux-libre-6.9-version)
-        (hash (base32 "18adcli0pazz7x62ws4hrj64prs6fmxln3p3xaii6zd6bwrjxlgg")))
+        (hash (base32 "1q8kyn9cxc1ykf3cvifmfqk2p2p4x53l7h704hh92gichgh89pyy")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.9)))
-- 
2.41.0





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

* [bug#72301] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.42.
  2024-07-25 22:00 [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Wilko Meyer
  2024-07-25 22:05 ` [bug#72301] [PATCH 1/4] gnu: linux-libre 6.10: Update to 6.10.1 Wilko Meyer
  2024-07-25 22:05 ` [bug#72301] [PATCH 2/4] gnu: linux-libre 6.9: Update to 6.9.11 Wilko Meyer
@ 2024-07-25 22:05 ` Wilko Meyer
  2024-07-25 22:05 ` [bug#72301] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.101 Wilko Meyer
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-07-25 22:05 UTC (permalink / raw)
  To: 72301; +Cc: Wilko Meyer, Leo Famulari, Wilko Meyer

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

Change-Id: I898fab9f04f71f6cdc759315f7fd4e5d28e8d710
---
 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 14a62f99ad..ef77463202 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -549,7 +549,7 @@ (define-public linux-libre-6.9-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.41")
+(define-public linux-libre-6.6-version "6.6.42")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -559,7 +559,7 @@ (define deblob-scripts-6.6
    (base32 "15xb4miirfmi1khlq4zhb8zmmh82f41jhsfbsfpv8v98yfka2nmb")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1vrjw0yhzmmnbrxyzjrfyz1s8bixciv1ly9pkgcqbasqh5brrjcy")))
+        (hash (base32 "10z6fjvpiv3l11rpsd6fgi7dr6a3d38c6zlp8ihffx6pjz1ch0c8")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





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

* [bug#72301] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.101.
  2024-07-25 22:00 [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-07-25 22:05 ` [bug#72301] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.42 Wilko Meyer
@ 2024-07-25 22:05 ` Wilko Meyer
  2024-07-26 15:41 ` [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Leo Famulari
  2024-07-30  3:31 ` bug#72301: " Leo Famulari
  5 siblings, 0 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-07-25 22:05 UTC (permalink / raw)
  To: 72301; +Cc: Wilko Meyer, Leo Famulari, Wilko Meyer

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

Change-Id: Ia489adca9b27b469e777726c20ccb373c6d6aab4
---
 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 ef77463202..0fb5eac575 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -564,7 +564,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.100")
+(define-public linux-libre-6.1-version "6.1.101")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -574,7 +574,7 @@ (define deblob-scripts-6.1
    (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1fd8cmdni1lgjzgn74i5dih5kx3b1axqyhiddxn4s8qgl30nxamr")))
+        (hash (base32 "0k5kjb2n78dcfpqqj8n76fxqbmifs2gqd2z1g9had7s2d2m9yigi")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25)
  2024-07-25 22:00 [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Wilko Meyer
                   ` (3 preceding siblings ...)
  2024-07-25 22:05 ` [bug#72301] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.101 Wilko Meyer
@ 2024-07-26 15:41 ` Leo Famulari
  2024-07-30  3:31 ` bug#72301: " Leo Famulari
  5 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-07-26 15:41 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72301

On Fri, Jul 26, 2024 at 12:00:55AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been a series of updates for all 6.x including 6.10. As the deblob
> scripts did change for the latter, let's see if the build failure is fixed by
> this/the change in scripts addresses the cause of it.
> 
> Wilko Meyer (4):
>   gnu: linux-libre 6.10: Update to 6.10.1.
>   gnu: linux-libre 6.9.11: Update to 6.9.11.
>   gnu: linux-libre 6.6: Update to 6.6.42.
>   gnu: linux-libre 6.1: Update to 6.1.101.

Thanks! Pushed to 'kernel-updates'




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

* bug#72301: [PATCH 0/4] linux-libre kernel updates (2024-07-25)
  2024-07-25 22:00 [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Wilko Meyer
                   ` (4 preceding siblings ...)
  2024-07-26 15:41 ` [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Leo Famulari
@ 2024-07-30  3:31 ` Leo Famulari
  5 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-07-30  3:31 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72301-done

On Fri, Jul 26, 2024 at 12:00:55AM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> There's been a series of updates for all 6.x including 6.10. As the deblob
> scripts did change for the latter, let's see if the build failure is fixed by
> this/the change in scripts addresses the cause of it.
> 
> Wilko Meyer (4):
>   gnu: linux-libre 6.10: Update to 6.10.1.
>   gnu: linux-libre 6.9.11: Update to 6.9.11.
>   gnu: linux-libre 6.6: Update to 6.6.42.
>   gnu: linux-libre 6.1: Update to 6.1.101.

I pushed this series as 4f68605d564010a0a5a1a93b020b929d61ee9ba7,
squashing the addition of 6.10 and 6.10.1 update.

Thanks again!




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

end of thread, other threads:[~2024-07-30  4:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 22:00 [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Wilko Meyer
2024-07-25 22:05 ` [bug#72301] [PATCH 1/4] gnu: linux-libre 6.10: Update to 6.10.1 Wilko Meyer
2024-07-25 22:05 ` [bug#72301] [PATCH 2/4] gnu: linux-libre 6.9: Update to 6.9.11 Wilko Meyer
2024-07-25 22:05 ` [bug#72301] [PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.42 Wilko Meyer
2024-07-25 22:05 ` [bug#72301] [PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.101 Wilko Meyer
2024-07-26 15:41 ` [bug#72301] [PATCH 0/4] linux-libre kernel updates (2024-07-25) Leo Famulari
2024-07-30  3:31 ` bug#72301: " 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).