]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring: dont remove file from msg_ring reqs
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 7 Dec 2022 03:53:26 +0000 (03:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:33:12 +0000 (13:33 +0100)
commitf6a5cada4ff62dd13b92ef7d6964307fcbdf6779
treeb2f1d75c11746f94720ef3b1ae5f6c9600044df3
parent16225abb3cbc0d810c589541f5b9ca88003f5128
io_uring: dont remove file from msg_ring reqs

commit ef0ec1ad03119b8b46b035dad42bca7d6da7c2e5 upstream.

We should not be messing with req->file outside of core paths. Clearing
it makes msg_ring non reentrant, i.e. luckily io_msg_send_fd() fails the
request on failed io_double_lock_ctx() but clearly was originally
intended to do retries instead.

Cc: stable@vger.kernel.org
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/e5ac9edadb574fe33f6d727cb8f14ce68262a684.1670384893.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/io_uring.c
io_uring/msg_ring.c
io_uring/opdef.c
io_uring/opdef.h