Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kernel config for bt serdev [ci skip]
@ 2024-01-06 17:09 Ilia1
  2024-04-10  1:45 ` linux5.10-6.6: change " github-actions
  2024-04-24  1:46 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: Ilia1 @ 2024-01-06 17:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Ilia1/void-packages kernel-serdev
https://github.com/void-linux/void-packages/pull/48090

kernel config for bt serdev [ci skip]
#### Testing the changes
- I tested the changes in this PR: **NO**

Some bluetooth chip need builtin kernel parameter.
https://unix.stackexchange.com/questions/674562/how-to-use-rtl8723bs-bluetooth-in-linux-5-10/674756#674756
I don`t know about using this chip with arm platform, so I change only x86.

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

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

From 8445f20d45fe697ae1bd39c6a1f3a1616cb550ea Mon Sep 17 00:00:00 2001
From: Ilya <my@mail.ru>
Date: Sat, 6 Jan 2024 21:51:00 +0500
Subject: [PATCH] kernel config for bt serdev

---
 srcpkgs/linux5.10/files/i386-dotconfig   | 3 ++-
 srcpkgs/linux5.10/files/x86_64-dotconfig | 3 ++-
 srcpkgs/linux5.15/files/i386-dotconfig   | 3 ++-
 srcpkgs/linux5.15/files/x86_64-dotconfig | 3 ++-
 srcpkgs/linux6.1/files/i386-dotconfig    | 3 ++-
 srcpkgs/linux6.1/files/x86_64-dotconfig  | 3 ++-
 srcpkgs/linux6.5/files/i386-dotconfig    | 3 ++-
 srcpkgs/linux6.5/files/x86_64-dotconfig  | 3 ++-
 srcpkgs/linux6.6/files/i386-dotconfig    | 3 ++-
 srcpkgs/linux6.6/files/x86_64-dotconfig  | 3 ++-
 10 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/linux5.10/files/i386-dotconfig b/srcpkgs/linux5.10/files/i386-dotconfig
index c55bf7c0aa730..e482998c18ebd 100644
--- a/srcpkgs/linux5.10/files/i386-dotconfig
+++ b/srcpkgs/linux5.10/files/i386-dotconfig
@@ -3981,7 +3981,8 @@ CONFIG_NULL_TTY=m
 CONFIG_TRACE_ROUTER=m
 CONFIG_TRACE_SINK=m
 CONFIG_HVC_DRIVER=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux5.10/files/x86_64-dotconfig b/srcpkgs/linux5.10/files/x86_64-dotconfig
index bd7432c1bb42e..b80af8261e599 100644
--- a/srcpkgs/linux5.10/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.10/files/x86_64-dotconfig
@@ -4059,7 +4059,8 @@ CONFIG_HVC_DRIVER=y
 CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux5.15/files/i386-dotconfig b/srcpkgs/linux5.15/files/i386-dotconfig
index e33485439c4a5..4b321c635a452 100644
--- a/srcpkgs/linux5.15/files/i386-dotconfig
+++ b/srcpkgs/linux5.15/files/i386-dotconfig
@@ -4086,7 +4086,8 @@ CONFIG_N_GSM=m
 CONFIG_NOZOMI=m
 CONFIG_NULL_TTY=m
 CONFIG_HVC_DRIVER=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig
index 5af4f8f751c9e..e0d42e41b0df1 100644
--- a/srcpkgs/linux5.15/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.15/files/x86_64-dotconfig
@@ -4166,7 +4166,8 @@ CONFIG_HVC_DRIVER=y
 CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux6.1/files/i386-dotconfig b/srcpkgs/linux6.1/files/i386-dotconfig
index 55b828bcd6f80..23e1f1e50e472 100644
--- a/srcpkgs/linux6.1/files/i386-dotconfig
+++ b/srcpkgs/linux6.1/files/i386-dotconfig
@@ -4185,7 +4185,8 @@ CONFIG_NOZOMI=m
 CONFIG_NULL_TTY=m
 CONFIG_HVC_DRIVER=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux6.1/files/x86_64-dotconfig b/srcpkgs/linux6.1/files/x86_64-dotconfig
index af91e23d8700a..2118ab3e0985e 100644
--- a/srcpkgs/linux6.1/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.1/files/x86_64-dotconfig
@@ -4290,7 +4290,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux6.5/files/i386-dotconfig b/srcpkgs/linux6.5/files/i386-dotconfig
index f0a06fee9a72c..892673f8b149b 100644
--- a/srcpkgs/linux6.5/files/i386-dotconfig
+++ b/srcpkgs/linux6.5/files/i386-dotconfig
@@ -4254,7 +4254,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m
diff --git a/srcpkgs/linux6.5/files/x86_64-dotconfig b/srcpkgs/linux6.5/files/x86_64-dotconfig
index b94da2cff144d..41a91fd264f62 100644
--- a/srcpkgs/linux6.5/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.5/files/x86_64-dotconfig
@@ -4436,7 +4436,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m
diff --git a/srcpkgs/linux6.6/files/i386-dotconfig b/srcpkgs/linux6.6/files/i386-dotconfig
index f42b6646a248b..1df24d2cbff4e 100644
--- a/srcpkgs/linux6.6/files/i386-dotconfig
+++ b/srcpkgs/linux6.6/files/i386-dotconfig
@@ -4258,7 +4258,8 @@ CONFIG_NOZOMI=m
 CONFIG_NULL_TTY=m
 CONFIG_HVC_DRIVER=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m
diff --git a/srcpkgs/linux6.6/files/x86_64-dotconfig b/srcpkgs/linux6.6/files/x86_64-dotconfig
index 02fe6de8db0de..fc8b00a0dda64 100644
--- a/srcpkgs/linux6.6/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.6/files/x86_64-dotconfig
@@ -4463,7 +4463,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m

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

* Re: linux5.10-6.6: change kernel config for bt serdev [ci skip]
  2024-01-06 17:09 [PR PATCH] kernel config for bt serdev [ci skip] Ilia1
@ 2024-04-10  1:45 ` github-actions
  2024-04-24  1:46 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-04-10  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48090#issuecomment-2046309743

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: linux5.10-6.6: change kernel config for bt serdev [ci skip]
  2024-01-06 17:09 [PR PATCH] kernel config for bt serdev [ci skip] Ilia1
  2024-04-10  1:45 ` linux5.10-6.6: change " github-actions
@ 2024-04-24  1:46 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-04-24  1:46 UTC (permalink / raw)
  To: ml

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

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

linux5.10-6.6: change kernel config for bt serdev [ci skip]
https://github.com/void-linux/void-packages/pull/48090

Description:
#### Testing the changes
- I tested the changes in this PR: ****PARTIALY**
I build linux6.6 and bluetooth working now.**

Some bluetooth chip need builtin kernel parameter.
https://unix.stackexchange.com/questions/674562/how-to-use-rtl8723bs-bluetooth-in-linux-5-10/674756#674756
I don`t know about using this chip with arm platform, so I change only x86.

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

end of thread, other threads:[~2024-04-24  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-06 17:09 [PR PATCH] kernel config for bt serdev [ci skip] Ilia1
2024-04-10  1:45 ` linux5.10-6.6: change " github-actions
2024-04-24  1:46 ` [PR PATCH] [Closed]: " github-actions

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