af_unix: Remove CONFIG_UNIX_SCM.
commit 99a7a5b9 upstream. Originally, the code related to garbage collection was all in garbage.c. Commit f4e65870 ("net: split out functions related to registering inflight socket files") moved some functions to scm.c for io_uring and added CONFIG_UNIX_SCM just in case AF_UNIX was built as module. However, since commit 97154bcf ("af_unix: Kconfig: make CONFIG_UNIX bool"), AF_UNIX is no longer built separately. Also, io_uring does not support SCM_RIGHTS now. Let's move the functions back to garbage.c Signed-off-by:Kuniyuki Iwashima <kuniyu@amazon.com> Acked-by:
Jens Axboe <axboe@kernel.dk> Link: https://lore.kernel.org/r/20240129190435.57228-4-kuniyu@amazon.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Lee Jones <lee@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
-
mentioned in commit 3fd07dbd
-
mentioned in commit badcdf24
-
mentioned in commit 51e39113
-
mentioned in commit f844181f
-
mentioned in commit 5db23adb
-
mentioned in commit 8c5d5145
-
mentioned in commit 5fb614e0
-
mentioned in commit ea4fc592
-
mentioned in commit b5eef27a
-
mentioned in commit fd95498c
-
mentioned in commit 3be3a430
-
mentioned in commit b077571d
-
mentioned in commit 98aebd30
Please sign in to comment