Skip to content

Update the io_uring module for Linux changes#1341

Merged
sunfishcode merged 1 commit intomainfrom
sunfishcode/io-uring-features
Feb 21, 2025
Merged

Update the io_uring module for Linux changes#1341
sunfishcode merged 1 commit intomainfrom
sunfishcode/io-uring-features

Conversation

@sunfishcode
Copy link
Copy Markdown
Member

Add new opcodes ReadMultishot, Waitid, FixedFdInstall, Ftruncate, Bind, and Listen, and add support for IoringFeatureFlags::RECVSEND_BUNDLE.

Also, use io_uring_ptr and io_uring_user_data instead of u64 in more fields, to better preserve pointer provenance, and add more utility functions for working with io_uring_ptr and io_uring_user_data.

Add new opcodes `ReadMultishot`, `Waitid`, `FixedFdInstall`,
`Ftruncate`, `Bind`, and `Listen`, and add support for
`IoringFeatureFlags::RECVSEND_BUNDLE`.

Also, use `io_uring_ptr` and `io_uring_user_data` instead of `u64` in more
fields, to better preserve pointer provenance, and add more utility functions
for working with `io_uring_ptr` and `io_uring_user_data`.
@sunfishcode sunfishcode merged commit c33e4f6 into main Feb 21, 2025
@sunfishcode sunfishcode deleted the sunfishcode/io-uring-features branch February 21, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant