summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-03-31 12:38:46 -0600
committerJens Axboe <axboe@kernel.dk>2022-04-07 11:17:37 -0600
commitd5361233e9ab920e135819f73dd8466355f1fddd (patch)
tree215602759cc9f69973070ade5fe8aa0cc868d4eb /fs/ksmbd
parent6bf9c47a398911e0ab920e362115153596c80432 (diff)
downloadlinux-d5361233e9ab920e135819f73dd8466355f1fddd.tar.bz2
io_uring: drop the old style inflight file tracking
io_uring tracks requests that are referencing an io_uring descriptor to be able to cancel without worrying about loops in the references. Since we now assign the file at execution time, the easier approach is to drop a potentially problematic reference before we punt the request. This eliminates the need to special case these types of files beyond just marking them as such, and simplifies cancelation quite a bit. This also fixes a recent issue where an async punted tee operation would with the io_uring descriptor as the output file would crash when attempting to get a reference to the file from the io-wq worker. We could have worked around that, but this is the much cleaner fix. Fixes: 6bf9c47a3989 ("io_uring: defer file assignment") Reported-by: syzbot+c4b9303500a21750b250@syzkaller.appspotmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/ksmbd')
0 files changed, 0 insertions, 0 deletions