public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCHSET v2 0/2]
@ 2020-04-13 17:26 Jens Axboe
  2020-04-13 17:26 ` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling Jens Axboe
  2020-04-13 17:26 ` [PATCH 2/2] io_uring: io_async_task_func() should check and honor cancelation Jens Axboe
  0 siblings, 2 replies; 4+ messages in thread
From: Jens Axboe @ 2020-04-13 17:26 UTC (permalink / raw)
  To: io-uring

Just two minor fixes here that should go into 5.7:

- Honor async request cancelation instead of trying to re-issue when
  it triggers

- Apply same re-wait approach for async poll that we do for regular poll,
  in case we get spurious wakeups.

Quick v2, since the one I sent out was not the tested on. Patch 2 was
missing a return after the io_put_req() on cancelation.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCHSET 0/2] io_uring async poll fixes
@ 2020-04-13 17:21 Jens Axboe
  2020-04-13 17:21 ` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2020-04-13 17:21 UTC (permalink / raw)
  To: io-uring

Just two minor fixes here that should go into 5.7:

- Honor async request cancelation instead of trying to re-issue when
  it triggers

- Apply same re-wait approach for async poll that we do for regular poll,
  in case we get spurious wakeups.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-13 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-13 17:26 [PATCHSET v2 0/2] Jens Axboe
2020-04-13 17:26 ` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling Jens Axboe
2020-04-13 17:26 ` [PATCH 2/2] io_uring: io_async_task_func() should check and honor cancelation Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2020-04-13 17:21 [PATCHSET 0/2] io_uring async poll fixes Jens Axboe
2020-04-13 17:21 ` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox