[PATCH 0/7] linux-libre kernel updates (2024-05-02)

  • 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 2 May 21:28 +0200
(address . guix-patches@gnu.org)
cover.1714677971.git.w@wmeyer.eu
Hi Leo,

there has been another round of updates again affecting all currently
supported kernels. deblob scripts weren't uploaded yet, so I have yet to check
if there are any changes to them.

Wilko Meyer (7):
gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
gnu: linux-libre 6.6: Update to 6.6.30.
gnu: linux-libre 6.1: Update to 6.1.90.
gnu: linux-libre 5.15: Update to 5.15.158.
gnu: linux-libre 5.10: Update to 5.10.216.
gnu: linux-libre 5.4: Update to 5.4.275.
gnu: linux-libre 4.19: Update to 4.19.313.

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


base-commit: 7a8783c45b20d72818c4bdf2763004c27418a217
--
2.41.0
W
W
Wilko Meyer wrote on 2 May 21:31 +0200
[PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.30.
(address . 70723@debbugs.gnu.org)
112ec45e4baf524af9b82001c37fe639bbd9665a.1714677971.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.30.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Ic261985e2c199a80068e2898684d522939b98a89
---
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 0742b14e0e..6ba53e8367 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -541,7 +541,7 @@ (define-public linux-libre-6.7-pristine-source
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.6-version "6.6.29")
+(define-public linux-libre-6.6-version "6.6.30")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -551,7 +551,7 @@ (define deblob-scripts-6.6
(base32 "0s8ys7nz4p50c766f3z9h68vxnrsrgps1i5zskk3cjwik3q60an8")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1l6bcz0pwiby6q79va063767d0jxkkaf8rpqvaqqcb08116gf9kz")))
+ (hash (base32 "1ilwmgpgvddwkd9nx5999cb6z18scjyq7jklid26k1hg7f35nsmn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.41.0
W
W
Wilko Meyer wrote on 2 May 21:31 +0200
[PATCH 1/7] gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
(address . 70723@debbugs.gnu.org)
4a207b04388b644ee02cc08d9888b992e26a7d36.1714677971.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.9.
(linux-libre-6.8-pristine-source): Update hash.

Change-Id: Iea885ef1127144a4338a3630b0b92fe25e8874cd
---
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 f902d3ffbf..0742b14e0e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -502,7 +502,7 @@ (define (%upstream-linux-source version hash)
;; The current "mainline" kernel.
-(define-public linux-libre-6.8-version "6.8.8")
+(define-public linux-libre-6.8-version "6.8.9")
(define-public linux-libre-6.8-gnu-revision "gnu")
(define deblob-scripts-6.8
(linux-libre-deblob-scripts
@@ -512,7 +512,7 @@ (define deblob-scripts-6.8
(base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
(define-public linux-libre-6.8-pristine-source
(let ((version linux-libre-6.8-version)
- (hash (base32 "1fiiyvwi6frn83z730w4mng2z4nwpspvhb6vjpxx3yk0snwxqk0w")))
+ (hash (base32 "1dn9bgmf03bdfbmgq98d043702g808rjikxs2i9yia57iqiz21gr")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.8)))
--
2.41.0
W
W
Wilko Meyer wrote on 2 May 21:31 +0200
[PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.90.
(address . 70723@debbugs.gnu.org)
a360e829cbafc79f674439a30569b93804ffa36f.1714677971.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.90.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: Ic1ef7176af2055db78b58458bb9327bce5789d48
---
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 6ba53e8367..5a333866a3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -556,7 +556,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.89")
+(define-public linux-libre-6.1-version "6.1.90")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -566,7 +566,7 @@ (define deblob-scripts-6.1
(base32 "0104m61mqhlmsjjprj51njwbffjcqgjln5bf1wknb6y3iiazl6ng")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "06a74sq0isgh9zc6p5cqc64r8k05f1p1w87lx971v3b1jbhbifhj")))
+ (hash (base32 "07cfg0chssvpc4mqls3aln6s4lqjp6k4x2n63wndmkjgfqpdg8w3")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.41.0
W
W
Wilko Meyer wrote on 2 May 21:31 +0200
[PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.158.
(address . 70723@debbugs.gnu.org)
f6312a27f9c9be0ee53397ed3549f13a0fe1f21a.1714677971.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.158.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Ib2b12fac8301ced17e6e068a1e68768e200d5a24
---
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 5a333866a3..6d82fb41f7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,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.157")
+(define-public linux-libre-5.15-version "5.15.158")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -581,7 +581,7 @@ (define deblob-scripts-5.15
(base32 "121shkzgixmywa19xx5f2yxg1primarpg4bxin3jyw0214xbfh2n")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0554qxnai66mpm3p5dln9dfsb392zr8zvwfwc9ks2sadsd8j7wmg")))
+ (hash (base32 "1inmdpif3qf1blmvjj4i7y42bylvhv0wyj3b0apq12zxlj1iq1zr")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.41.0
W
W
Wilko Meyer wrote on 2 May 21:31 +0200
[PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.216.
(address . 70723@debbugs.gnu.org)
045a0f628adf832f01f1f35514e1961415caf438.1714677971.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.216.
(linux-libre-5.10-pristine-source): Update hashes.

Change-Id: Ia14fa905e109c81cc8397d1151cc327d6e1ea25a
---
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 6d82fb41f7..4b1ae75ef8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -586,7 +586,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.215")
+(define-public linux-libre-5.10-version "5.10.216")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -596,7 +596,7 @@ (define deblob-scripts-5.10
(base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "1af6h86flx96pszg006agpak2f9dkk2jqaazfykd7aafqdcs3747")))
+ (hash (base32 "0lg1zfb9y4ps86q85mlnyalb3s90zix003z62jb9bw139f65h473")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.41.0
W
W
Wilko Meyer wrote on 2 May 21:31 +0200
[PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.313.
(address . 70723@debbugs.gnu.org)
16a0acea77d44f518a3c76c830a4252bbced5116.1714677971.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.313.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I22e9d175b537164efcde4cec5188c26bae8d2fca
---
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 71f76e4116..8d25da4024 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -616,7 +616,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.312")
+(define-public linux-libre-4.19-version "4.19.313")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -626,7 +626,7 @@ (define deblob-scripts-4.19
(base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "0jppa4p73pssd7m3jpc7i6rgnj9gawjcgk4wmqyy87ijzrgzm553")))
+ (hash (base32 "1j1r4mrdh1ray468jr5i8d2afiswb653bhq0ck8bcdw4rwp5w558")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
--
2.41.0
W
W
Wilko Meyer wrote on 2 May 21:31 +0200
[PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.275.
(address . 70723@debbugs.gnu.org)
eefec3dc17b43e43df7168210fb10625114eed99.1714677971.git.w@wmeyer.eu
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.275.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ifcd296510ae1c7e81a4a5fa3c8eb6e304e2d662d
---
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 4b1ae75ef8..71f76e4116 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -601,7 +601,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.274")
+(define-public linux-libre-5.4-version "5.4.275")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -611,7 +611,7 @@ (define deblob-scripts-5.4
(base32 "0x0xg0fcykpd117x3q0gim8jilhx922ashhckjvafxv2gk2zzjhj")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "1m4yyyv48mfkzhqms88dv1jf39zsfp88az5zpqynmm1wlhhv9iza")))
+ (hash (base32 "0k1hyknx854k8z27j4rq1gcp8l0xc0bspmrhc41a033gjilb1lns")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
--
2.41.0
L
L
Leo Famulari wrote on 4 May 06:43 +0200
Re: [bug#70723] [PATCH 0/7] linux-libre kernel updates (2024-05-02)
(name . Wilko Meyer)(address . w@wmeyer.eu)
ZjW82FyVKPwEL6Ak@jasmine.lan
On Thu, May 02, 2024 at 09:28:34PM +0200, Wilko Meyer wrote:
Toggle quote (15 lines)
> Hi Leo,
>
> there has been another round of updates again affecting all currently
> supported kernels. deblob scripts weren't uploaded yet, so I have yet to check
> if there are any changes to them.
>
> Wilko Meyer (7):
> gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
> gnu: linux-libre 6.6: Update to 6.6.30.
> gnu: linux-libre 6.1: Update to 6.1.90.
> gnu: linux-libre 5.15: Update to 5.15.158.
> gnu: linux-libre 5.10: Update to 5.10.216.
> gnu: linux-libre 5.4: Update to 5.4.275.
> gnu: linux-libre 4.19: Update to 4.19.313.

Thanks! Pushed to 'kernel-updates'
L
L
Leo Famulari wrote on 6 May 05:24 +0200
(name . Wilko Meyer)(address . w@wmeyer.eu)
ZjhNfq0HaXunv6sd@jasmine.lan
On Thu, May 02, 2024 at 09:28:34PM +0200, Wilko Meyer wrote:
Toggle quote (13 lines)
> there has been another round of updates again affecting all currently
> supported kernels. deblob scripts weren't uploaded yet, so I have yet to check
> if there are any changes to them.
>
> Wilko Meyer (7):
> gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.
> gnu: linux-libre 6.6: Update to 6.6.30.
> gnu: linux-libre 6.1: Update to 6.1.90.
> gnu: linux-libre 5.15: Update to 5.15.158.
> gnu: linux-libre 5.10: Update to 5.10.216.
> gnu: linux-libre 5.4: Update to 5.4.275.
> gnu: linux-libre 4.19: Update to 4.19.313.

Pushed as da41a8f5e85774e2a507d821b5d52e600fb9d1d7

Thanks again!
Closed
?