All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ->flush() fixes
@ 2020-09-28 11:49 Pavel Begunkov
  2020-09-28 11:49 ` [PATCH 1/2] io_uring: fix use-after-free ->files Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2020-09-28 11:49 UTC (permalink / raw)
  To: Jens Axboe, io-uring

It might fix flush() problems reported by syzkaller, but I haven't
verified it. Jens, please tell if there was a good reason to have
io_sq_thread_stop() in io_uring_flush().

Pavel Begunkov (2):
  io_uring: fix use-after-free ->files
  io_uring: fix unsynchronised removal of sq_data

 fs/io_uring.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
2.24.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-28 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 11:49 [PATCH 0/2] ->flush() fixes Pavel Begunkov
2020-09-28 11:49 ` [PATCH 1/2] io_uring: fix use-after-free ->files Pavel Begunkov
2020-09-28 11:49 ` [PATCH 2/2] io_uring: fix unsynchronised removal of sq_data Pavel Begunkov
2020-09-28 12:23 ` [PATCH 0/2] ->flush() fixes Pavel Begunkov
2020-09-28 13:35 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.