Skip to content

io_uring: update to v5.17

Jeff Moyer requested to merge jmoyer1/centos-stream-9:guilt/io_uring-5.17 into main

Update the io_uring code base and its dependencies to v5.17. We will not enable the functionality at this time, this is only a preparatory patch series. This update does not touch code outside of io_uring, so basic sanity testing should be all that is necessary.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2112041
Depends: https://bugzilla.redhat.com/show_bug.cgi?id=2107743
Depends: https://bugzilla.redhat.com/show_bug.cgi?id=2107656

Omitted-fix: c0713540f6d5 ("io_uring: fix leaks on IOPOLL and CQE_SKIP")
Backported as part of the v5.18 update
Omitted-fix: 61bc84c40088 ("io_uring: remove poll entry from list when canceling all")
Backported as part of the v5.18 update
Omitted-fix: e2c0cb7c0cc7 ("io_uring: bump poll refs to full 31-bits")
Backported as part of the v5.18 update
Omitted-fix: c487a5ad4883 ("io_uring: fail links when poll fails")
Backported as part of the v5.19 update
Omitted-fix: 9d2ad2947a53 ("io_uring: fix wrong arm_poll error handling")
Backported as part of the v5.19 update

Signed-off-by: Jeff Moyer jmoyer@redhat.com

Edited by Jeff Moyer

Merge request reports