]> xenbits.xensource.com Git - arm/linux.git/commit
Revert "io_uring: only allow submit from owning task"
authorJens Axboe <axboe@kernel.dk>
Sun, 26 Jan 2020 16:53:12 +0000 (09:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jan 2020 15:45:24 +0000 (16:45 +0100)
commitb29d143a690a660b27e7e84c01dd541d38fe9372
tree30779ce0498bc32f0bd5e45de0120ad88cf2ba78
parent29ce06b6b6d45ce461ddb723502a0827b8d8c9fb
Revert "io_uring: only allow submit from owning task"

commit 73e08e711d9c1d79fae01daed4b0e1fee5f8a275 upstream.

This ends up being too restrictive for tasks that willingly fork and
share the ring between forks. Andres reports that this breaks his
postgresql work. Since we're close to 5.5 release, revert this change
for now.

Cc: stable@vger.kernel.org
Fixes: 44d282796f81 ("io_uring: only allow submit from owning task")
Reported-by: Andres Freund <andres@anarazel.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/io_uring.c