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 e74f87f9
-
mentioned in commit 9b4541c9
-
mentioned in commit 233aa901
-
mentioned in commit 957d7476
-
mentioned in commit d1fbfd07
-
mentioned in commit c22a8a75
-
mentioned in commit 4eeb80a4
-
mentioned in commit 71f2c3c1
-
mentioned in commit 3129cab9
-
mentioned in commit f2fa21fe
-
mentioned in commit 0cfcaf9b
-
mentioned in commit 93c2151a
-
mentioned in commit 45271a2c
Please sign in to comment