Commit 14df4eb7e7fa for kernel

commit 14df4eb7e7faeecec1eaa88febb6a27308a470f5
Merge: ce825345dd63 e15cb2200b93
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Dec 12 22:01:32 2025 +1200

    Merge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

    Pull io_uring fix from Jens Axboe:
     "Single fix for io_uring headed to stable, fixing an issue introduced
      with the min_wait support earlier this year, where SQPOLL didn't get
      correctly woken if an event arrived once the event waiting has
      finished the min_wait portion.

      As we already have regression tests for this added and people
      reporting new failures there, let's get this one flushed out
      so it can bubble back down to stable as well"

    * tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
      io_uring: fix min_wait wakeups for SQPOLL