all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64342] Kernel updates
@ 2023-06-29  4:19 Leo Famulari
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
  0 siblings, 1 reply; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:19 UTC (permalink / raw)
  To: 64342

These patches provide kernel updates for 6.3.10, 6.1.36, 5.15.119,
5.10.186, 5.4.249, 4.19.288, and 4.14.320.

I'm hoping that Bordeaux will build the patches, since Berlin seems
stuck right now.




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

* [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10.
  2023-06-29  4:19 [bug#64342] Kernel updates Leo Famulari
@ 2023-06-29  4:20 ` Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.36 Leo Famulari
                     ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:20 UTC (permalink / raw)
  To: 64342

* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.10.
(linux-libre-6.3-pristine-source): Update hash.
---
 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 e9355f70e5..898046580f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -486,7 +486,7 @@ (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.3-version "6.3.9")
+(define-public linux-libre-6.3-version "6.3.10")
 (define-public linux-libre-6.3-gnu-revision "gnu")
 (define deblob-scripts-6.3
   (linux-libre-deblob-scripts
@@ -496,7 +496,7 @@ (define deblob-scripts-6.3
    (base32 "1i6vyakvqgmr3lcmr0aj8n7lbcksrp4d0rm1sz7cz64hwbsr67pq")))
 (define-public linux-libre-6.3-pristine-source
   (let ((version linux-libre-6.3-version)
-        (hash (base32 "0gmi55hhdw1f1qyvd04v17x596yh8wis42vmcd8vhymik49z5v21")))
+        (hash (base32 "1qs6rmh0hk47rmz30fhjj3g7bqrz19w1ldyv6fyiq6djja3avag0")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.3)))
-- 
2.40.1





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

* [bug#64342] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.36.
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
@ 2023-06-29  4:20   ` Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.119 Leo Famulari
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:20 UTC (permalink / raw)
  To: 64342

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.36.
(linux-libre-6.1-pristine-source): Update hash.
---
 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 898046580f..28e3122a65 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -504,7 +504,7 @@ (define-public linux-libre-6.3-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.35")
+(define-public linux-libre-6.1-version "6.1.36")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -514,7 +514,7 @@ (define deblob-scripts-6.1
    (base32 "1qq3nsznblz5fkwahxwq26csmrmjbxh8xknm2z4zw6b6k9svzb1b")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "1b16pk0b45k1q53nzbwv6wh0aqn160b1kip8scywf3axpi1q2dmy")))
+        (hash (base32 "0szyiah4avicqvlmadjxyh3i9b0xi9ipqjg1qrqgzf9h1wq0xjnq")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.40.1





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

* [bug#64342] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.119.
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.36 Leo Famulari
@ 2023-06-29  4:20   ` Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.186 Leo Famulari
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:20 UTC (permalink / raw)
  To: 64342

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.119.
(linux-libre-5.15-pristine-source): Update hash.
---
 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 28e3122a65..da68b73326 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -519,7 +519,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.118")
+(define-public linux-libre-5.15-version "5.15.119")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -529,7 +529,7 @@ (define deblob-scripts-5.15
    (base32 "1zljgvzr8irs3acq436i2iyana9vgx4k1pm3id4rz0fbaqfma602")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1cxm7s19l2f38chxrlvx7crvqcygmc77rhsc3lfx3m84vgdg8ssf")))
+        (hash (base32 "1kygpqf6sgkrwg77sv01di23c3n3rn5d44g8k5apx5106pys19bs")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.40.1





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

* [bug#64342] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.186.
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.36 Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.119 Leo Famulari
@ 2023-06-29  4:20   ` Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.249 Leo Famulari
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:20 UTC (permalink / raw)
  To: 64342

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.186.
(linux-libre-5.10-pristine-source): Update hash.
---
 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 da68b73326..9a45689cbd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -534,7 +534,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.185")
+(define-public linux-libre-5.10-version "5.10.186")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -544,7 +544,7 @@ (define deblob-scripts-5.10
    (base32 "1739xvyzi3i7d12mvsvnqa7208pvwfss43kzin71l9svw0405vp5")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "143hghmj4lxiyavndvdmwg5mig8s2i4ffrmd8zwqqwy8ipn641i8")))
+        (hash (base32 "1qqv91r13akgik1q4jybf8czskxxizk6lpv4rsvjn9sx2dm2jq0y")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.40.1





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

* [bug#64342] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.249.
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
                     ` (2 preceding siblings ...)
  2023-06-29  4:20   ` [bug#64342] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.186 Leo Famulari
@ 2023-06-29  4:20   ` Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.288 Leo Famulari
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:20 UTC (permalink / raw)
  To: 64342

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.249.
(linux-libre-5.4-pristine-source): Update hash.
---
 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 9a45689cbd..f9c8d93b3e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -549,7 +549,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.248")
+(define-public linux-libre-5.4-version "5.4.249")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -559,7 +559,7 @@ (define deblob-scripts-5.4
    (base32 "0ll19zlgx5sbr7gvi93lgavrnzlgv6dpj2yp2x63fj6vdba5iwgc")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0d9yn51rg59k39h0w6wmvjqz9n7najm9x8yb79rparbcwwrd3gis")))
+        (hash (base32 "079mylc5j7hk5xn59q3z2xydyh88pq7yipn67x3y7nvf5i35hm6w")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.40.1





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

* [bug#64342] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.288.
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
                     ` (3 preceding siblings ...)
  2023-06-29  4:20   ` [bug#64342] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.249 Leo Famulari
@ 2023-06-29  4:20   ` Leo Famulari
  2023-06-29  4:20   ` [bug#64342] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.320 Leo Famulari
  2023-06-29 19:46   ` bug#64342: [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:20 UTC (permalink / raw)
  To: 64342

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.288.
(linux-libre-4.19-pristine-source): Update hash.
---
 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 f9c8d93b3e..e08d922f46 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -564,7 +564,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.287")
+(define-public linux-libre-4.19-version "4.19.288")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -574,7 +574,7 @@ (define deblob-scripts-4.19
    (base32 "05yqb59gj7mq5ha9xg045bz517sdg6janfa2yjq70qa6ahpc5fac")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "0wracrahi4qm6klsd9bnlwwdcaqbclx2mqc5d7vbvxxzfn69nsi8")))
+        (hash (base32 "1sz3jp6kx0axdwp0wsq903q1090rbav9d12m5128335m8p2d1srk")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.40.1





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

* [bug#64342] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.320.
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
                     ` (4 preceding siblings ...)
  2023-06-29  4:20   ` [bug#64342] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.288 Leo Famulari
@ 2023-06-29  4:20   ` Leo Famulari
  2023-06-29 19:46   ` bug#64342: [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29  4:20 UTC (permalink / raw)
  To: 64342

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.320.
(linux-libre-4.14-pristine-source): Update hash.
---
 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 e08d922f46..ffb736f447 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -579,7 +579,7 @@ (define-public linux-libre-4.19-pristine-source
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
 
-(define-public linux-libre-4.14-version "4.14.319")
+(define-public linux-libre-4.14-version "4.14.320")
 (define-public linux-libre-4.14-gnu-revision "gnu1")
 (define deblob-scripts-4.14
   (linux-libre-deblob-scripts
@@ -589,7 +589,7 @@ (define deblob-scripts-4.14
    (base32 "1ccggm19nl7pdcxmsm08fkqy8phz8rqfmww5ypizibdmnrmpn2v9")))
 (define-public linux-libre-4.14-pristine-source
   (let ((version linux-libre-4.14-version)
-        (hash (base32 "1y8zp9jkyid4g857nfm7xhsya3d9vx2dni8l7ishn2gl087pb95c")))
+        (hash (base32 "09bn18jvazkc55bqdjbxy8fbca7vjhi9xl2h02w0sq3f1jf6g0pd")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.14)))
-- 
2.40.1





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

* bug#64342: [PATCH 1/7] gnu: linux-libre: Update to 6.3.10.
  2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
                     ` (5 preceding siblings ...)
  2023-06-29  4:20   ` [bug#64342] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.320 Leo Famulari
@ 2023-06-29 19:46   ` Leo Famulari
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-06-29 19:46 UTC (permalink / raw)
  To: 64342-done

On Thu, Jun 29, 2023 at 12:20:22AM -0400, Leo Famulari wrote:
> * gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.10.
> (linux-libre-6.3-pristine-source): Update hash.

Pushed as 06d80005917291f5e945ee774d9cd3a3eb8cb979 after being built on
Bordeaux via the fantastic QA system:

https://qa.guix.gnu.org/issue/64342




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

end of thread, other threads:[~2023-06-29 19:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29  4:19 [bug#64342] Kernel updates Leo Famulari
2023-06-29  4:20 ` [bug#64342] [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari
2023-06-29  4:20   ` [bug#64342] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.36 Leo Famulari
2023-06-29  4:20   ` [bug#64342] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.119 Leo Famulari
2023-06-29  4:20   ` [bug#64342] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.186 Leo Famulari
2023-06-29  4:20   ` [bug#64342] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.249 Leo Famulari
2023-06-29  4:20   ` [bug#64342] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.288 Leo Famulari
2023-06-29  4:20   ` [bug#64342] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.320 Leo Famulari
2023-06-29 19:46   ` bug#64342: [PATCH 1/7] gnu: linux-libre: Update to 6.3.10 Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.