Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a957b612 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: fix error in handling dead task for ioprio setting


Don't combine the task exiting and "already have io_context" case, we
need to just abort if the task is marked as dead. Return -ESRCH, which
is the documented value for ioprio_set() if the specified task could not
be found.

Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Reported-by: default avatar <syzbot+8836466a79f4175961b0@syzkaller.appspotmail.com>
Fixes: 5fc11eeb

 ("block: open code create_task_io_context in set_task_ioprio")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 518579a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment