[PATCH 0/6] linux-libre kernel updates (2024-01-15)

  • 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 16 Jan 18:10 +0100
(address . guix-patches@gnu.org)
cover.1705424931.git.w@wmeyer.eu
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
W
W
Wilko Meyer wrote on 16 Jan 18:11 +0100
[PATCH 1/6] gnu: linux-libre 6.6: Update to 6.6.12.
(address . 68515@debbugs.gnu.org)
5fa3180ad46d1721548036e8d6a1f4f52f83243a.1705424931.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 16 Jan 18:11 +0100
[PATCH 2/6] gnu: linux-libre 6.1: Update to 6.1.73.
(address . 68515@debbugs.gnu.org)
f8ebb3dd83f067a3f93a17e7fee40bcb8df094b2.1705424931.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 16 Jan 18:11 +0100
[PATCH 3/6] gnu: linux-libre 5.15: Update to 5.15.147.
(address . 68515@debbugs.gnu.org)
dd17364c56eda180c087edd1ebbdb5f6ec7eb0c3.1705424931.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 16 Jan 18:11 +0100
[PATCH 4/6] gnu: linux-libre 5.10: Update to 5.10.208.
(address . 68515@debbugs.gnu.org)
8fcba0a672e3e94fec48021fd375b8e73709041a.1705424931.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 16 Jan 18:11 +0100
[PATCH 5/6] gnu: linux-libre 5.4: Update to 5.4.267.
(address . 68515@debbugs.gnu.org)
75ba32120608bc572f7c3b1c551cb60e3fe4b1ac.1705424931.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
W
W
Wilko Meyer wrote on 16 Jan 18:11 +0100
[PATCH 6/6] gnu: linux-libre 4.19: Update to 4.19.305.
(address . 68515@debbugs.gnu.org)
6978230d76715b5b208f17a82b10b81490715102.1705424931.git.w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
L
L
Leo Famulari wrote on 17 Jan 21:30 +0100
Re: [PATCH 1/6] gnu: linux-libre 6.6: Update to 6.6.12.
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 68515@debbugs.gnu.org)
Zag48B9Awt54BYHa@jasmine.lan
On Tue, Jan 16, 2024 at 06:11:20PM +0100, Wilko Meyer wrote:
Toggle quote (3 lines)
> * 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!
L
L
Leo Famulari wrote on 18 Jan 16:18 +0100
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 68515-done@debbugs.gnu.org)
ZalBRlubXn3C_xBK@jasmine.lan
On Tue, Jan 16, 2024 at 06:11:20PM +0100, Wilko Meyer wrote:
Toggle quote (3 lines)
> * 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!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68515
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