All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ 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] 5+ messages in thread
* [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
  0 siblings, 1 reply; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2020-04-13 17:21 ` [PATCH 2/2] io_uring: io_async_task_func() should check and honor cancelation Jens Axboe
2020-04-13 17:26 ` [PATCHSET 0/2] io_uring async poll fixes Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.