linux/io_uring
Pavel Begunkov ef0ec1ad03 io_uring: dont remove file from msg_ring reqs
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>
2022-12-07 06:47:13 -07:00
..
2022-08-12 17:01:00 -06:00
2022-09-21 13:15:02 -06:00
2022-11-30 10:27:34 -07:00
2022-10-16 17:07:12 -06:00
2022-11-23 10:47:07 -07:00
2022-10-07 12:25:30 -06:00
2022-09-01 17:39:05 -04:00