Skip to content

Commit 09580f4

Browse files
committed
af_unix: Add a prompt to CONFIG_AF_UNIX_OOB
JIRA: https://issues.redhat.com/browse/RHEL-76804 Upstream Status: net-next.git commit 5155cbc commit 5155cbc Author: Florent Revest <revest@chromium.org> Date: Wed Dec 18 15:33:34 2024 +0100 af_unix: Add a prompt to CONFIG_AF_UNIX_OOB This makes it possible to disable the MSG_OOB support in .config. Signed-off-by: Florent Revest <revest@chromium.org> Reviewed-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/20241218143334.1507465-1-revest@chromium.org Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Davide Caratti <dcaratti@redhat.com>
1 parent 6a78121 commit 09580f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

net/unix/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ config UNIX
1717
Say Y unless you know what you are doing.
1818

1919
config AF_UNIX_OOB
20-
bool
20+
bool "UNIX: out-of-bound messages"
2121
depends on UNIX
2222
default y
23+
help
24+
Support for MSG_OOB in UNIX domain sockets. If unsure, say Y.
2325

2426
config UNIX_DIAG
2527
tristate "UNIX: socket monitoring interface"

0 commit comments

Comments
 (0)