kernel updates 2024-10-06

  • Done
  • quality assurance status badge
Details
One participant
  • Leo Famulari
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 6 Oct 20:19 +0200
(address . guix-patches@gnu.org)(name . Wilko Meyer)(address . w@wmeyer.eu)
ZwLUoUh_DNii1GCv@jasmine.lan
Here's another round of kernel updates.
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEaEByLu7k06ZO5T6saqwZY3V/R/8FAmcC1KEACgkQaqwZY3V/
R/8f0A//Uz5A/crh9g9tXoq3hp1LVzk4rDVvDnYJ/iynD5csFZjwOCUzvQyn3wsz
E5frD1j67ul3UBOpA5rIOnL+NYi4zYNfWdLB0dfWobFVPb+2brEp4MyOqjaXTqLG
8m3her5GtR9tOm+DaSTp1vbMnpXpBaYGKQACT+NccvaTQtGBrG9RO7rtvcKLn4pe
uOB08Af+etNtz/Wmj/FAh6TP/7YZc9G0Ks7AIQsQr5OJplqe+iM6qeICndf7yRaz
hvWGxPf00ab/VcBILRTQ5/OM6FdOgWDbMf0VRoVhLN6Q2faLEKR0Gztx9yS9xFIG
sA8olAW2Qqcn/Am0hf/B3aw6Jg8QS2qqYpq1vyeEZnRRT3+2jvWjUbwbZIaykZu4
GCZdaWiYUUm7jTrCYoxTfQ6ReMdU2NQ9d9maHZ3q5jF9/UOszGb0wSUzkVOO9xgI
OZBYfZDGhgCzm3n4D6TTCMEWp9ulQFCD6YE60XsBH/Io0fHsQJAuOMlPpoksaA6x
/kzH3voEr57xRtevobOTXwWcgug7MzVFCE4pMwA90OaPBy3no66iuxKiNjkcB8AL
RSl4+CMF5ansKqaRSkZHwQMR0Z49mx7aKVx6zT9eW+n/fABBkxqot6VF6HiaYStZ
njeOhry/8Mhze/T3ESr0pKxaDRYbJ+PJ0JAQe7SSscnuYcM6uHw=
=fChc
-----END PGP SIGNATURE-----


L
L
Leo Famulari wrote on 6 Oct 21:26 +0200
[PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.54.
(address . 73666@debbugs.gnu.org)
9c70480c2141d7010f7be51d3bd57ce583282573.1728242819.git.leo@famulari.name
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.54.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Id0d36bbc75a86437434001c262bffb06c5b32a0a
---
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 1143a6910f..c188844664 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,17 +532,17 @@ (define-public linux-libre-6.10-pristine-source
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.6-version "6.6.52")
+(define-public linux-libre-6.6-version "6.6.54")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
linux-libre-6.6-version
linux-libre-6.6-gnu-revision
(base32 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
- (base32 "0kpkmdmrw9bnypdd0z489smh8bbwgg1ii301g1ynqfdkzd2ca1iq")))
+ (base32 "0r0nay19iip9j4clgcv9mdzsnzyvq5akpyqw9sl019l9iqwyk5ia")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1f5l6y7abscm01dr740fzvq8r756ar854n0i299smm4rhcsap48m")))
+ (hash (base32 "186ggr0yz7fgp05qav6k6j72aazvwdljdnf2zwb5q194dafqdbjz")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.46.0
L
L
Leo Famulari wrote on 6 Oct 21:26 +0200
[PATCH 1/3] gnu: linux-libre: Update to 6.10.13.
(address . 73666@debbugs.gnu.org)
e62d7a8ae703bd7dabbb24ec300e33ee00239467.1728242819.git.leo@famulari.name
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.13.
(linux-libre-6.10-pristine-source): Update hash.

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

Toggle diff (29 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4695ec2eaf..1143a6910f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,17 +513,17 @@ (define (%upstream-linux-source version hash)
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.10-version "6.10.11")
+(define-public linux-libre-6.10-version "6.10.13")
(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 "1j43v1z4g1f681wvna2dh9vxaz0pgni0wchbh1xhyhhfcqbm1f47")
- (base32 "1zmgsgzrcsjzjzhgb12drc0f42ag8xak6z7zzx324f0wrf4i67zf")))
+ (base32 "0nbz99nm45jl138jxjvqc8b37s98a997k44r1m04b82pnb16nskz")))
(define-public linux-libre-6.10-pristine-source
(let ((version linux-libre-6.10-version)
- (hash (base32 "15ihkbsj0idwzbvhynjm3kcnkk0alf3xipip8ngib1f1z13a0kgv")))
+ (hash (base32 "0smimvnivdswiggplz9x65d03vdysgr3v9iijbk4f5fva0iypz2z")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.10)))

base-commit: e243b7546d4935e12271eb14e2471a28d7608a3d
--
2.46.0
L
L
Leo Famulari wrote on 6 Oct 21:26 +0200
[PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.112.
(address . 73666@debbugs.gnu.org)
08e939a5bd84dcac8214ddd0a318f270760cb97f.1728242819.git.leo@famulari.name
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.112.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I9f660c24e0ff3e09145e48f1a940d88c3a40bf51
---
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 c188844664..375915bdb3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.111")
+(define-public linux-libre-6.1-version "6.1.112")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -557,7 +557,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 "1c7d49kppv8xgqlsrfm1286mnvz8vcnbqqh6zgfca2s13px9hwn4")))
+ (hash (base32 "094z3wfcxqx2rbi072i5frshpy6rdvk39aahwm9nc07vc8sxxn4b")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.46.0
L
L
Leo Famulari wrote on 11 Oct 06:53 +0200
Re: kernel updates 2024-10-06
(address . 73666-done@debbugs.gnu.org)
ZwivMTeqDPov-MvP@jasmine.lan
Pushed as 99999ac8ebc4bd5c988ebc88461421aaf55e337a
Closed
?
Your comment

This issue is archived.

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

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