aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJens Axboe <[email protected]>2024-03-15 21:42:49 +0000
committerJens Axboe <[email protected]>2024-03-15 21:42:49 +0000
commit2b35b8b43e07b1a6f06fdd84cf4b9eb24785896d (patch)
tree12c8b30e3d549124b0d53b332244aba917482a6a /tools/perf/scripts/python/check-perf-trace.py
parentio_uring/futex: always remove futex entry for cancel all (diff)
downloadkernel-2b35b8b43e07b1a6f06fdd84cf4b9eb24785896d.tar.gz
kernel-2b35b8b43e07b1a6f06fdd84cf4b9eb24785896d.zip
io_uring/waitid: always remove waitid entry for cancel all
We know the request is either being removed, or already in the process of being removed through task_work, so we can delete it from our waitid list upfront. This is important for remove all conditions, as we otherwise will find it multiple times and prevent cancelation progress. Remove the dead check in cancelation as well for the hash_node being empty or not. We already have a waitid reference check for ownership, so we don't need to check the list too. Cc: [email protected] Fixes: f31ecf671ddc ("io_uring: add IORING_OP_WAITID support") Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions