projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6724bc6
)
af_unix: Add a prompt to CONFIG_AF_UNIX_OOB
author
Florent Revest
<revest@chromium.org>
Wed, 18 Dec 2024 14:33:34 +0000
(15:33 +0100)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 20 Dec 2024 03:16:15 +0000
(19:16 -0800)
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>
net/unix/Kconfig
patch
|
blob
|
history
diff --git
a/net/unix/Kconfig
b/net/unix/Kconfig
index
8b5d042
..
6f1783c
100644
(file)
--- a/
net/unix/Kconfig
+++ b/
net/unix/Kconfig
@@
-17,9
+17,11
@@
config UNIX
Say Y unless you know what you are doing.
config AF_UNIX_OOB
- bool
+ bool
"UNIX: out-of-bound messages"
depends on UNIX
default y
+ help
+ Support for MSG_OOB in UNIX domain sockets. If unsure, say Y.
config UNIX_DIAG
tristate "UNIX: socket monitoring interface"