[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1591100205.git.asml.silence@gmail.com>
Date: Tue, 2 Jun 2020 15:34:00 +0300
From: Pavel Begunkov <asml.silence@...il.com>
To: Jens Axboe <axboe@...nel.dk>, io-uring@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] forbid using open/close/statx with {SQ,IO}POLL
The first one adds checks {SQPOLL,IOPOLL} for open, close, etc.
And 3 others are just cleanups on top.
notes:
- it cures symptoms, but would be great what's with null-deref in [1/4]
- need to look whether epoll and sfr are affected by {SQ,IO}POLL
- it still allows statx with SQPOLL, because it has a bunchg of rules
for ignoring dirfd, e.g. when absolute path is specified.
Let's handle it separately.
Pavel Begunkov (4):
io_uring: fix open/close/statx with {SQ,IO}POLL
io_uring: do build_open_how() only once
io_uring: deduplicate io_openat{,2}_prep()
io_uring: move send/recv IOPOLL check into prep
fs/io_uring.c | 78 +++++++++++++++++++++------------------------------
1 file changed, 32 insertions(+), 46 deletions(-)
--
2.24.0
Powered by blists - more mailing lists