summaryrefslogtreecommitdiff
path: root/include/linux/input
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2020-06-28 12:52:38 +0300
committerJens Axboe <axboe@kernel.dk>2020-06-28 17:13:03 +0300
commitf3a6fa2267480d7f19fbde8316372be46055e548 (patch)
tree4f8eaac8f348559a00b3dda4b42a61ac159af7bc /include/linux/input
parent3adfecaa647ff8afa4b6f5907193cf751a0f8351 (diff)
downloadlinux-f3a6fa2267480d7f19fbde8316372be46055e548.tar.xz
io_uring: fix iopoll -EAGAIN handling
req->iopoll() is not necessarily called by a task that submitted a request. Because of that, it's dangerous to grab_env() and punt async on -EGAIN, potentially grabbing another task's mm and corrupting its memory. Do resubmit from the submitter task context. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/input')
0 files changed, 0 insertions, 0 deletions