Home
last modified time | relevance | path

Searched hist:"761 c61c1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/io_uring/
H A Dmsg_ring.c761c61c1 Thu Dec 08 10:36:02 CST 2022 Jens Axboe <axboe@kernel.dk> io_uring/msg_ring: flag target ring as having task_work, if needed

Before the recent change, we didn't even wake the targeted task when
posting the cqe remotely. Now we do wake it, but we do want to ensure
that the recipient knows there's potential work there that needs to
get processed to get the CQE posted.

OR in IORING_SQ_TASKRUN for that purpose.

Link: https://lore.kernel.org/io-uring/2843c6b4-ba9a-b67d-e0f4-957f42098489@kernel.dk/
Fixes: 6d043ee1164c ("io_uring: do msg_ring in target task via tw")
Signed-off-by: Jens Axboe <axboe@kernel.dk>