mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
e3d9206dc9
The original poll_events field in io_uring_sqe was 16 bits wide, but it was later extended to 32 bits to allow the use of all epoll flags. Technically, we should check for the IORING_FEAT_POLL_32BITS feature, but the new poll32_events union member was added in Linux commit 5769a351b89c ("io_uring: change the poll type to be 32-bits"), which was included in Linux 5.9, so we can assume this is available for all io_uring-enabled kernels due to our baseline version of 5.10. BUG=None TEST=cargo test -p io_uring Change-Id: I5a6266f24ba53a1826b40c91c281527481e99c8a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3687056 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Anton Romanov <romanton@google.com> Tested-by: kokoro <noreply+kokoro@google.com> |
||
---|---|---|
.. | ||
src | ||
bindgen.sh | ||
Cargo.toml |