summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2022-10-03 13:59:47 +0100
committerJens Axboe <axboe@kernel.dk>2022-10-12 16:30:34 -0600
commit0091bfc81741b8d3aeb3b7ab8636f911b2de6e80 (patch)
tree765d3000ceca197ed7717fc54083144ed43869d7 /io_uring/io_uring.c
parentd7cce96c449e35bbfd41e830b341b95973891eed (diff)
downloadlinux-stable-0091bfc81741b8d3aeb3b7ab8636f911b2de6e80.tar.gz
linux-stable-0091bfc81741b8d3aeb3b7ab8636f911b2de6e80.tar.bz2
linux-stable-0091bfc81741b8d3aeb3b7ab8636f911b2de6e80.zip
io_uring/af_unix: defer registered files gc to io_uring release
Instead of putting io_uring's registered files in unix_gc() we want it to be done by io_uring itself. The trick here is to consider io_uring registered files for cycle detection but not actually putting them down. Because io_uring can't register other ring instances, this will remove all refs to the ring file triggering the ->release path and clean up with io_ring_ctx_free(). Cc: stable@vger.kernel.org Fixes: 6b06314c47e1 ("io_uring: add file set registration") Reported-and-tested-by: David Bouman <dbouman03@gmail.com> Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com> [axboe: add kerneldoc comment to skb, fold in skb leak fix] Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/io_uring.c')
0 files changed, 0 insertions, 0 deletions