Re: [PATCH] iouring: Fix min_timeout behaviour
From: Jens Axboe
Date: Sun Jun 07 2026 - 18:14:57 EST
On Sat, 06 Jun 2026 22:11:20 +0200, Christian A. Ehrhardt wrote:
> The wakeup condition if a min timeout is present and has
> expired is that at least _one_ CQE was posted. Thus set
> the cq_tail target to ->cq_min_tail + 1. Without this
> commit a spurious wakeup can result in a premature wakeup
> because io_should_wake() will return true even if _no_ CQE
> was posted at all.
>
> [...]
Applied, thanks!
[1/1] iouring: Fix min_timeout behaviour
commit: 29fe1bd01b99714f3136f922230a643c2742cda9
Best regards,
--
Jens Axboe