From: Qais Yousef <qyousef@layalina.io>
To: Ingo Molnar <mingo@kernel.org>, Peter Zijlstra <peterz@infradead.org>
Cc: Andrew Lunn <andrew+netdev@lunn.ch>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
Vincent Guittot <vincent.guittot@linaro.org>,
John Stultz <jstultz@google.com>,
Steven Rostedt <rostedt@goodmis.org>,
Qais Yousef <qyousef@layalina.io>
Subject: [RESEND PATCH] connector/Kconfig: Enable CONFIG_CONNECTOR by default
Date: Tue, 21 Apr 2026 00:06:30 +0100 [thread overview]
Message-ID: <20260420230630.205527-1-qyousef@layalina.io> (raw)
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
next reply other threads:[~2026-04-20 23:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-20 23:06 Qais Yousef [this message]
2026-04-24 2:28 ` [RESEND PATCH] connector/Kconfig: Enable CONFIG_CONNECTOR by default zhidao su
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260420230630.205527-1-qyousef@layalina.io \
--to=qyousef@layalina.io \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jstultz@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=vincent.guittot@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox