-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for recent kernels (up to 6.10) (#296)
* Updated for new capabilities in kernels 6.8, 6.9, 6.10 including FixedFdInstall, FTruncate operations as well as bundled recv and send. Added test for bundled send and recv feature flag (available from kernel 6.10). Implemented tests accordingly. * Fixed formatting * Updated comment spelling. Renamed FTruncate to Ftruncate for consistency. * Changed sys::IOSQE_FIXED_FILE_BIT with Flags::FIXED_FILE.bits as requested * Replaced sys::IOSQE_BUFFER_SELECT_BIT with BUFFER_SELECT.bits as requested
- Loading branch information
1 parent
c1c3773
commit b175a22
Showing
6 changed files
with
608 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.