Skip to content

Commit 52b0c8a

Browse files
committed
Merge: disable CONFIG_AF_UNIX_OOB on RHEL
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/350 JIRA: https://issues.redhat.com/browse/RHEL-76804 Upstream Status: all mainline in kernel-ark Tested: make dist-configs + grep Conflicts: None Signed-off-by: Davide Caratti <dcaratti@redhat.com> Approved-by: Guillaume Nault <gnault@redhat.com> Approved-by: Florian Westphal <fwestpha@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Jan Stancek <jstancek@redhat.com>
2 parents f340d73 + 5dd0b61 commit 52b0c8a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CONFIG_AF_UNIX_OOB is not set

0 commit comments

Comments
 (0)