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

* Re: Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
  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
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2023-08-02  2:31 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/45374#issuecomment-1661396548

Comment:
- We don't revbump for kernel config change
- Only change for 6.4, other kernel will be removed
- rtl8192cu needs to be disabled from `rtlwifi`

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

* Re: Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
  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
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2023-08-02  2:31 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/45374#issuecomment-1661396548

Comment:
- We don't revbump for kernel config change
- Only change for 6.4, other kernel will be removed
- rtl8192cu needs to be disabled from `rtlwifi`, see https://lore.kernel.org/linux-wireless/873543nlto.fsf@kernel.org/

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

* Re: [PR PATCH] [Updated] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
  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 ` BlindRepublic
  2023-08-02 15:57 ` BlindRepublic
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: BlindRepublic @ 2023-08-02 15:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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
-->

Fixes: #44378 

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: 1734 bytes --]

From f9beb10db0d4f2b4aafff631fe82aabf9e141f69 Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Wed, 2 Aug 2023 11:49:04 -0400
Subject: [PATCH] Enable CONFIG_RTL8XXXU_UNTESTED for linux6.4

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

diff --git a/srcpkgs/linux6.4/files/i386-dotconfig b/srcpkgs/linux6.4/files/i386-dotconfig
index 32868395b76af..b3735b777caec 100644
--- a/srcpkgs/linux6.4/files/i386-dotconfig
+++ b/srcpkgs/linux6.4/files/i386-dotconfig
@@ -3705,7 +3705,7 @@ CONFIG_RTL8180=m
 CONFIG_RTL8187=m
 CONFIG_RTL8187_LEDS=y
 CONFIG_RTL_CARDS=m
-CONFIG_RTL8192CE=m
+# CONFIG_RTL8192CE is not set
 CONFIG_RTL8192SE=m
 CONFIG_RTL8192DE=m
 CONFIG_RTL8723AE=m
@@ -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..1be1125c4513f 100644
--- a/srcpkgs/linux6.4/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.4/files/x86_64-dotconfig
@@ -3838,8 +3838,7 @@ CONFIG_RTL8180=m
 CONFIG_RTL8187=m
 CONFIG_RTL8187_LEDS=y
 CONFIG_RTL_CARDS=m
-CONFIG_RTL8192CE=m
-CONFIG_RTL8192SE=m
+# CONFIG_RTL8192SE is not set
 CONFIG_RTL8192DE=m
 CONFIG_RTL8723AE=m
 CONFIG_RTL8723BE=m
@@ -3855,7 +3854,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

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

* Re: [PR PATCH] [Updated] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
  2023-08-01 15:22 [PR PATCH] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip] BlindRepublic
                   ` (2 preceding siblings ...)
  2023-08-02 15:50 ` [PR PATCH] [Updated] " BlindRepublic
@ 2023-08-02 15:57 ` BlindRepublic
  2023-08-02 15:58 ` BlindRepublic
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: BlindRepublic @ 2023-08-02 15:57 UTC (permalink / raw)
  To: ml

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

There is an updated 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
-->

Fixes: #44378 

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: 1731 bytes --]

From 53766f2c0ffba78dd2bcd6f54b0ae2099133708b Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Wed, 2 Aug 2023 11:49:04 -0400
Subject: [PATCH] linux6.4: Enable CONFIG_RTL8XXXU_UNTESTED

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

diff --git a/srcpkgs/linux6.4/files/i386-dotconfig b/srcpkgs/linux6.4/files/i386-dotconfig
index 32868395b76af..b3735b777caec 100644
--- a/srcpkgs/linux6.4/files/i386-dotconfig
+++ b/srcpkgs/linux6.4/files/i386-dotconfig
@@ -3705,7 +3705,7 @@ CONFIG_RTL8180=m
 CONFIG_RTL8187=m
 CONFIG_RTL8187_LEDS=y
 CONFIG_RTL_CARDS=m
-CONFIG_RTL8192CE=m
+# CONFIG_RTL8192CE is not set
 CONFIG_RTL8192SE=m
 CONFIG_RTL8192DE=m
 CONFIG_RTL8723AE=m
@@ -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..1be1125c4513f 100644
--- a/srcpkgs/linux6.4/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.4/files/x86_64-dotconfig
@@ -3838,8 +3838,7 @@ CONFIG_RTL8180=m
 CONFIG_RTL8187=m
 CONFIG_RTL8187_LEDS=y
 CONFIG_RTL_CARDS=m
-CONFIG_RTL8192CE=m
-CONFIG_RTL8192SE=m
+# CONFIG_RTL8192SE is not set
 CONFIG_RTL8192DE=m
 CONFIG_RTL8723AE=m
 CONFIG_RTL8723BE=m
@@ -3855,7 +3854,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

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

* Re: Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
  2023-08-01 15:22 [PR PATCH] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip] BlindRepublic
                   ` (3 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: BlindRepublic @ 2023-08-02 15:58 UTC (permalink / raw)
  To: ml

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

New comment by BlindRepublic on void-packages repository

https://github.com/void-linux/void-packages/pull/45374#issuecomment-1662481321

Comment:
> * We don't revbump for kernel config change
> 
>     * Only change for 6.4, other kernel will be removed
> 
>     * rtl8192cu needs to be disabled from `rtlwifi`, see https://lore.kernel.org/linux-wireless/873543nlto.fsf@kernel.org/

Okay, how about this?



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

* Re: Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
  2023-08-01 15:22 [PR PATCH] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip] BlindRepublic
                   ` (4 preceding siblings ...)
  2023-08-02 15:58 ` BlindRepublic
@ 2023-08-02 15:58 ` BlindRepublic
  2023-08-03  3:34 ` [PR PATCH] [Closed]: " sgn
  6 siblings, 0 replies; 8+ messages in thread
From: BlindRepublic @ 2023-08-02 15:58 UTC (permalink / raw)
  To: ml

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

New comment by BlindRepublic on void-packages repository

https://github.com/void-linux/void-packages/pull/45374#issuecomment-1662481321

Comment:
> * We don't revbump for kernel config change
> 
>     * Only change for 6.4, other kernel will be removed
> 
>     * rtl8192cu needs to be disabled from `rtlwifi`, see https://lore.kernel.org/linux-wireless/873543nlto.fsf@kernel.org/

Apologies, how about this?



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

* Re: [PR PATCH] [Closed]: Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
  2023-08-01 15:22 [PR PATCH] Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip] BlindRepublic
                   ` (5 preceding siblings ...)
  2023-08-02 15:58 ` BlindRepublic
@ 2023-08-03  3:34 ` sgn
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2023-08-03  3:34 UTC (permalink / raw)
  To: ml

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

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

Enable CONFIG_RTL8XXXU_UNTESTED for recent kernels [ci skip]
https://github.com/void-linux/void-packages/pull/45374

Description:
<!-- 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
-->

Fixes: #44378 

^ 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).