https://github.com/torvalds/linux
Revision 58f99373834151e1ca7edc49bc5578d9d40db099 authored by Pavel Begunkov on 12 March 2021, 16:25:55 UTC, committed by Jens Axboe on 12 March 2021, 16:42:56 UTC
IORING_OP_ASYNC_CANCEL tries io-wq cancellation only for current task.
If it fails go over tctx_list and try it out for every single tctx.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 521d6a7
History
Tip revision: 58f99373834151e1ca7edc49bc5578d9d40db099 authored by Pavel Begunkov on 12 March 2021, 16:25:55 UTC
io_uring: fix OP_ASYNC_CANCEL across tasks
Tip revision: 58f9937
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 16.4 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 62 bytes
.gitignore -rw-r--r-- 1.9 KB
.mailmap -rw-r--r-- 18.5 KB
COPYING -rw-r--r-- 496 bytes
CREDITS -rw-r--r-- 98.3 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 555 bytes
MAINTAINERS -rw-r--r-- 577.0 KB
Makefile -rw-r--r-- 64.6 KB
README -rw-r--r-- 727 bytes

README

back to top