aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorPavel Begunkov <[email protected]>2024-03-07 18:06:32 +0000
committerJens Axboe <[email protected]>2024-03-07 11:10:28 -0700
commit1a8ec63b2b6c91caec87d4e132b1f71b5df342be (patch)
treec9a4da1dbe1a3cfd3df5b3843547e48c8ad9deac /tools/perf/scripts/python/export-to-postgresql.py
parent70581dcd0601a09f134f23268e3374e15d736824 (diff)
io_uring: fix io_queue_proc modifying req->flags
With multiple poll entries __io_queue_proc() might be running in parallel with poll handlers and possibly task_work, we should not be carelessly modifying req->flags there. io_poll_double_prepare() handles a similar case with locking but it's much easier to move it into __io_arm_poll_handler(). Cc: [email protected] Fixes: 595e52284d24a ("io_uring/poll: don't enable lazy wake for POLLEXCLUSIVE") Signed-off-by: Pavel Begunkov <[email protected]> Link: https://lore.kernel.org/r/455cc49e38cf32026fa1b49670be8c162c2cb583.1709834755.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions