Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux5.19: update to 5.19.12.
@ 2022-10-04 16:30 sgn
  2022-10-04 18:26 ` Visone-Selektah
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sgn @ 2022-10-04 16:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages linux-5.19
https://github.com/void-linux/void-packages/pull/39715

linux5.19: update to 5.19.12.
<!-- Uncomment relevant sections and delete options which are not applicable -->
[ci skip]
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39715.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-5.19-39715.patch --]
[-- Type: text/x-diff, Size: 1194 bytes --]

From 54228c3e6aeae40b9731a768548f135279ff3cd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 4 Oct 2022 23:29:07 +0700
Subject: [PATCH] linux5.19: update to 5.19.12.

---
 srcpkgs/linux5.19/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux5.19/template b/srcpkgs/linux5.19/template
index 978f51ec17a5..45767e8aa540 100644
--- a/srcpkgs/linux5.19/template
+++ b/srcpkgs/linux5.19/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.19'
 pkgname=linux5.19
-version=5.19.10
+version=5.19.12
 revision=1
 wrksrc="linux-${version%.*}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -10,7 +10,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
 checksum="ff240c579b9ee1affc318917de07394fc1c3bb49dac25ec1287370c2e15005a8
- f3dce055bbe07f2301a738531c9c1a43407a37be403e499dc277960c85ee52e2"
+ 1a0cb578fae91e5f25e5c4af0b891b929816cdcee6647f6ffa2d4d9a8ffe4578"
 skip_extraction="patch-${version}.xz"
 python_version=3
 

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

* Re: linux5.19: update to 5.19.12.
  2022-10-04 16:30 [PR PATCH] linux5.19: update to 5.19.12 sgn
@ 2022-10-04 18:26 ` Visone-Selektah
  2022-10-04 18:26 ` zdykstra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Visone-Selektah @ 2022-10-04 18:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

New comment by Visone-Selektah on void-packages repository

https://github.com/void-linux/void-packages/pull/39715#issuecomment-1267397058

Comment:
There're some issues with this kernels in intel gpu laptops, there's a new release 5.19.13 fixing that issues.
https://www.phoronix.com/news/Intel-iGPU-Avoid-Linux-5.19.12

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

* Re: linux5.19: update to 5.19.12.
  2022-10-04 16:30 [PR PATCH] linux5.19: update to 5.19.12 sgn
  2022-10-04 18:26 ` Visone-Selektah
@ 2022-10-04 18:26 ` zdykstra
  2022-10-04 23:42 ` [PR PATCH] [Updated] " sgn
  2022-10-05  2:41 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: zdykstra @ 2022-10-04 18:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/39715#issuecomment-1267398161

Comment:
5.19.13 was released today, and it reverts a bunch of changes that were specifically in 5.19.12.. Might be worth it to skip 5.19.12.

https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.19.13

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

* Re: [PR PATCH] [Updated] linux5.19: update to 5.19.12.
  2022-10-04 16:30 [PR PATCH] linux5.19: update to 5.19.12 sgn
  2022-10-04 18:26 ` Visone-Selektah
  2022-10-04 18:26 ` zdykstra
@ 2022-10-04 23:42 ` sgn
  2022-10-05  2:41 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-10-04 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages linux-5.19
https://github.com/void-linux/void-packages/pull/39715

linux5.19: update to 5.19.12.
<!-- Uncomment relevant sections and delete options which are not applicable -->
[ci skip]
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39715.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-5.19-39715.patch --]
[-- Type: text/x-diff, Size: 1194 bytes --]

From 76c8ef35a62de706edc464b25b866dabf83beb1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 4 Oct 2022 23:29:07 +0700
Subject: [PATCH] linux5.19: update to 5.19.13.

---
 srcpkgs/linux5.19/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux5.19/template b/srcpkgs/linux5.19/template
index 978f51ec17a5..ad8b14463361 100644
--- a/srcpkgs/linux5.19/template
+++ b/srcpkgs/linux5.19/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.19'
 pkgname=linux5.19
-version=5.19.10
+version=5.19.13
 revision=1
 wrksrc="linux-${version%.*}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -10,7 +10,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
 checksum="ff240c579b9ee1affc318917de07394fc1c3bb49dac25ec1287370c2e15005a8
- f3dce055bbe07f2301a738531c9c1a43407a37be403e499dc277960c85ee52e2"
+ c07463072798b6590454c4e9fa074d816668ea1a064ef564b3c95de49aff1310"
 skip_extraction="patch-${version}.xz"
 python_version=3
 

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

* Re: [PR PATCH] [Merged]: linux5.19: update to 5.19.12.
  2022-10-04 16:30 [PR PATCH] linux5.19: update to 5.19.12 sgn
                   ` (2 preceding siblings ...)
  2022-10-04 23:42 ` [PR PATCH] [Updated] " sgn
@ 2022-10-05  2:41 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-10-05  2:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]

There's a merged pull request on the void-packages repository

linux5.19: update to 5.19.12.
https://github.com/void-linux/void-packages/pull/39715

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
[ci skip]
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-10-05  2:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 16:30 [PR PATCH] linux5.19: update to 5.19.12 sgn
2022-10-04 18:26 ` Visone-Selektah
2022-10-04 18:26 ` zdykstra
2022-10-04 23:42 ` [PR PATCH] [Updated] " sgn
2022-10-05  2:41 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).