Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
@ 2023-08-01 15:22 BlindRepublic
  2023-08-02  2:31 ` sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: BlindRepublic @ 2023-08-01 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BlindRepublic/void-packages rtl
https://github.com/void-linux/void-packages/pull/45374

Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **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/45374.patch is attached

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

From 2e1daa4a46fcfac452982bdbb28ac3042642330a Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Tue, 1 Aug 2023 11:20:24 -0400
Subject: [PATCH 1/3] linux6.2: Enable CONFIG_RTL8XXXU_UNTESTED

---
 srcpkgs/linux6.2/files/i386-dotconfig   | 2 +-
 srcpkgs/linux6.2/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.2/template               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux6.2/files/i386-dotconfig b/srcpkgs/linux6.2/files/i386-dotconfig
index 282939fa4360b..2ff2c33902b7e 100644
--- a/srcpkgs/linux6.2/files/i386-dotconfig
+++ b/srcpkgs/linux6.2/files/i386-dotconfig
@@ -3709,7 +3709,7 @@ CONFIG_RTL8192C_COMMON=m
 CONFIG_RTL8723_COMMON=m
 CONFIG_RTLBTCOEXIST=m
 CONFIG_RTL8XXXU=m
-# CONFIG_RTL8XXXU_UNTESTED is not set
+CONFIG_RTL8XXXU_UNTESTED=y
 CONFIG_RTW88=m
 CONFIG_RTW88_CORE=m
 CONFIG_RTW88_PCI=m
diff --git a/srcpkgs/linux6.2/files/x86_64-dotconfig b/srcpkgs/linux6.2/files/x86_64-dotconfig
index 87deb117df8fa..a74dfcf4abf00 100644
--- a/srcpkgs/linux6.2/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.2/files/x86_64-dotconfig
@@ -3815,7 +3815,7 @@ CONFIG_RTL8192C_COMMON=m
 CONFIG_RTL8723_COMMON=m
 CONFIG_RTLBTCOEXIST=m
 CONFIG_RTL8XXXU=m
-# CONFIG_RTL8XXXU_UNTESTED is not set
+CONFIG_RTL8XXXU_UNTESTED=y
 CONFIG_RTW88=m
 CONFIG_RTW88_CORE=m
 CONFIG_RTW88_PCI=m
diff --git a/srcpkgs/linux6.2/template b/srcpkgs/linux6.2/template
index 970ce644770e6..4ea119d9297c3 100644
--- a/srcpkgs/linux6.2/template
+++ b/srcpkgs/linux6.2/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.2'
 pkgname=linux6.2
 version=6.2.15
-revision=1
+revision=2
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-only"

From 6f89f9696ea4bb451c29398ea0e1c9c1cf851ef0 Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Tue, 1 Aug 2023 11:20:24 -0400
Subject: [PATCH 2/3] linux6.3: Enable CONFIG_RTL8XXXU_UNTESTED

---
 srcpkgs/linux6.3/files/i386-dotconfig   | 2 +-
 srcpkgs/linux6.3/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.3/template               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux6.3/files/i386-dotconfig b/srcpkgs/linux6.3/files/i386-dotconfig
index dff3cd7035313..9880f446959b1 100644
--- a/srcpkgs/linux6.3/files/i386-dotconfig
+++ b/srcpkgs/linux6.3/files/i386-dotconfig
@@ -3712,7 +3712,7 @@ CONFIG_RTL8192C_COMMON=m
 CONFIG_RTL8723_COMMON=m
 CONFIG_RTLBTCOEXIST=m
 CONFIG_RTL8XXXU=m
-# CONFIG_RTL8XXXU_UNTESTED is not set
+CONFIG_RTL8XXXU_UNTESTED=y
 CONFIG_RTW88=m
 CONFIG_RTW88_CORE=m
 CONFIG_RTW88_PCI=m
diff --git a/srcpkgs/linux6.3/files/x86_64-dotconfig b/srcpkgs/linux6.3/files/x86_64-dotconfig
index c7917fd1a9cd6..a31db24f831cf 100644
--- a/srcpkgs/linux6.3/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.3/files/x86_64-dotconfig
@@ -3838,7 +3838,7 @@ CONFIG_RTL8192C_COMMON=m
 CONFIG_RTL8723_COMMON=m
 CONFIG_RTLBTCOEXIST=m
 CONFIG_RTL8XXXU=m
-# CONFIG_RTL8XXXU_UNTESTED is not set
+CONFIG_RTL8XXXU_UNTESTED=y
 CONFIG_RTW88=m
 CONFIG_RTW88_CORE=m
 CONFIG_RTW88_PCI=m
diff --git a/srcpkgs/linux6.3/template b/srcpkgs/linux6.3/template
index f2e373f55278d..6322ae7e2f98f 100644
--- a/srcpkgs/linux6.3/template
+++ b/srcpkgs/linux6.3/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.3'
 pkgname=linux6.3
 version=6.3.13
-revision=1
+revision=2
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-2.0-only"

From f22c17ca91954d08744d7c4d13c3e11a9fd8a45e Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Tue, 1 Aug 2023 11:20:24 -0400
Subject: [PATCH 3/3] linux6.4: Enable CONFIG_RTL8XXXU_UNTESTED

---
 srcpkgs/linux6.4/files/i386-dotconfig   | 2 +-
 srcpkgs/linux6.4/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.4/template               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux6.4/files/i386-dotconfig b/srcpkgs/linux6.4/files/i386-dotconfig
index 32868395b76af..79585e13a6789 100644
--- a/srcpkgs/linux6.4/files/i386-dotconfig
+++ b/srcpkgs/linux6.4/files/i386-dotconfig
@@ -3722,7 +3722,7 @@ CONFIG_RTL8192C_COMMON=m
 CONFIG_RTL8723_COMMON=m
 CONFIG_RTLBTCOEXIST=m
 CONFIG_RTL8XXXU=m
-# CONFIG_RTL8XXXU_UNTESTED is not set
+CONFIG_RTL8XXXU_UNTESTED=y
 CONFIG_RTW88=m
 CONFIG_RTW88_CORE=m
 CONFIG_RTW88_PCI=m
diff --git a/srcpkgs/linux6.4/files/x86_64-dotconfig b/srcpkgs/linux6.4/files/x86_64-dotconfig
index 8082be7c393b5..9b3e175a6eea9 100644
--- a/srcpkgs/linux6.4/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.4/files/x86_64-dotconfig
@@ -3855,7 +3855,7 @@ CONFIG_RTL8192C_COMMON=m
 CONFIG_RTL8723_COMMON=m
 CONFIG_RTLBTCOEXIST=m
 CONFIG_RTL8XXXU=m
-# CONFIG_RTL8XXXU_UNTESTED is not set
+CONFIG_RTL8XXXU_UNTESTED=y
 CONFIG_RTW88=m
 CONFIG_RTW88_CORE=m
 CONFIG_RTW88_PCI=m
diff --git a/srcpkgs/linux6.4/template b/srcpkgs/linux6.4/template
index 1073f39f3ea16..7769023561b70 100644
--- a/srcpkgs/linux6.4/template
+++ b/srcpkgs/linux6.4/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.4'
 pkgname=linux6.4
 version=6.4.7
-revision=1
+revision=2
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"

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

end of thread, other threads:[~2023-08-03  3:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-01 15:22 [PR PATCH] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip] BlindRepublic
2023-08-02  2:31 ` sgn
2023-08-02  2:31 ` sgn
2023-08-02 15:50 ` [PR PATCH] [Updated] " BlindRepublic
2023-08-02 15:57 ` BlindRepublic
2023-08-02 15:58 ` BlindRepublic
2023-08-02 15:58 ` BlindRepublic
2023-08-03  3:34 ` [PR PATCH] [Closed]: " 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).