* [RESEND PATCH] connector/Kconfig: Enable CONFIG_CONNECTOR by default
@ 2026-04-20 23:06 Qais Yousef
2026-04-24 2:28 ` zhidao su
0 siblings, 1 reply; 2+ messages in thread
From: Qais Yousef @ 2026-04-20 23:06 UTC (permalink / raw)
To: Ingo Molnar, Peter Zijlstra
Cc: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, netdev, linux-kernel, Vincent Guittot, John Stultz,
Steven Rostedt, Qais Yousef
To make new tools that depend on it like schedqos [1] more reliable, it
is important to ensure users can find it by default on all system.
[1] https://lore.kernel.org/lkml/20260415000910.2h5misvwc45bdumu@airbuntu/
Signed-off-by: Qais Yousef <qyousef@layalina.io>
---
Resending with sched maintainers as requested by Jacub
https://lore.kernel.org/lkml/20260420230422.mdfy4icsuhjh7fe3@airbuntu/T/#mea6edb96570c5d5aa2af43a5d11f7c775d0c4dca
drivers/connector/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/connector/Kconfig b/drivers/connector/Kconfig
index 0c2d2aa82d8c..bad247d47146 100644
--- a/drivers/connector/Kconfig
+++ b/drivers/connector/Kconfig
@@ -3,6 +3,7 @@
menuconfig CONNECTOR
tristate "Connector - unified userspace <-> kernelspace linker"
depends on NET
+ default y
help
This is unified userspace <-> kernelspace connector working on top
of the netlink socket protocol.
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RESEND PATCH] connector/Kconfig: Enable CONFIG_CONNECTOR by default
2026-04-20 23:06 [RESEND PATCH] connector/Kconfig: Enable CONFIG_CONNECTOR by default Qais Yousef
@ 2026-04-24 2:28 ` zhidao su
0 siblings, 0 replies; 2+ messages in thread
From: zhidao su @ 2026-04-24 2:28 UTC (permalink / raw)
To: qyousef
Cc: mingo, peterz, andrew+netdev, davem, edumazet, kuba, netdev,
linux-kernel, vincent.guittot, jstultz, rostedt, pabeni
On 04/20/26 23:04, Qais Yousef wrote:
> This seems widely enabled feature by distro in general.
From testing on an Android device: schedqos depends on CONFIG_CONNECTOR to
receive NETLINK proc events for both native binaries and Java app processes.
Without it, process tracking silently doesn't work.
Not sure if this is useful context for the decision, but wanted to share in
case it helps.
Best regards,
Zhidao Su
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-24 2:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-20 23:06 [RESEND PATCH] connector/Kconfig: Enable CONFIG_CONNECTOR by default Qais Yousef
2026-04-24 2:28 ` zhidao su
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox