mbox series

[PATCHSET,0/2] tw/wakeup tweaks

Message ID 20221217204840.45213-1-axboe@kernel.dk (mailing list archive)
Headers show
Series tw/wakeup tweaks | expand

Message

Jens Axboe Dec. 17, 2022, 8:48 p.m. UTC
Hi,

One patch tweaks when we think we have task_work pending to be more
inclusive rather than gate on TIF_NOTIFY_SIGNAL, patch two ensures we
don't do extra loops io_cqring_wait() - and just as importantly, that
the expected run path for task_work will not have the task itself
adding to the ctx->cq_wait waitqueue.