[PATCH 0/4] linux-libre kernel updates (2024-07-25)

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Wilko Meyer
Owner
unassigned
Submitted by
Wilko Meyer
Severity
normal
W
W
Wilko Meyer wrote on 26 Jul 00:00 +0200
(address . guix-patches@gnu.org)
cover.1721944736.git.w@wmeyer.eu
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
W
W
Wilko Meyer wrote on 26 Jul 00:05 +0200
[PATCH 2/4] gnu: linux-libre 6.9: Update to 6.9.11.
(address . 72301@debbugs.gnu.org)(name . Wilko Meyer)(address . w@wmeyer.eu)
0e479e1b25908574d21d5f6114a8bbf8feac1d5a.1721944736.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 26 Jul 00:05 +0200
[PATCH 1/4] gnu: linux-libre 6.10: Update to 6.10.1.
(address . 72301@debbugs.gnu.org)(name . Wilko Meyer)(address . w@wmeyer.eu)
0aa575cb9dd3447489a8969045c2ec2b243844c5.1721944736.git.w@wmeyer.eu
* 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(-)

Toggle diff (27 lines)
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
W
W
Wilko Meyer wrote on 26 Jul 00:05 +0200
[PATCH 3/4] gnu: linux-libre 6.6: Update to 6.6.42.
(address . 72301@debbugs.gnu.org)(name . Wilko Meyer)(address . w@wmeyer.eu)
39274fe7c49730418f6f9edd7abd195b5f99ee37.1721944736.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 26 Jul 00:05 +0200
[PATCH 4/4] gnu: linux-libre 6.1: Update to 6.1.101.
(address . 72301@debbugs.gnu.org)(name . Wilko Meyer)(address . w@wmeyer.eu)
32e2a1aef93441dd40b7f16a0209e2fb1448c5c6.1721944736.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
L
L
Leo Famulari wrote on 26 Jul 17:41 +0200
Re: [PATCH 0/4] linux-libre kernel updates (2024-07-25)
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . guix-patches@gnu.org)
ZqPDsycCTWvVhznl@jasmine.lan
On Fri, Jul 26, 2024 at 12:00:55AM +0200, Wilko Meyer wrote:
Toggle quote (12 lines)
> 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'
L
L
Leo Famulari wrote on 30 Jul 05:31 +0200
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 72301-done@debbugs.gnu.org)
ZqhegnsAtXv-2D37@jasmine.lan
On Fri, Jul 26, 2024 at 12:00:55AM +0200, Wilko Meyer wrote:
Toggle quote (12 lines)
> 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72301@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72301
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch