summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/liburing/liburing_2.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* liburing: Upgrade to 2.4 releaseKhem Raj2023-08-201-33/+0
| | | | | | | | | - Upgrade to latest release 2.4 [1] - Drop a patch available in 2.4 release - Backport a parallel build race fix [1] https://github.com/axboe/liburing/releases/tag/liburing-2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: enable native/nativesdk buildsRoss Burton2023-02-271-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Update to latest tip of treeKhem Raj2023-02-181-2/+4
| | | | | | Add a patch to fix build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: upgrade 2.2 -> 2.3Wang Mingyu2023-02-181-0/+29
Changelog: =========== - Support non-libc build for aarch64. - Add io_uring_{enter,enter2,register,setup} syscall functions. - Add sync cancel interface, io_uring_register_sync_cancel(). - Fix return value of io_uring_submit_and_wait_timeout() to match the man page. - Improvements to the regression tests - Add support and test case for passthrough IO - Add recv and recvmsg multishot helpers and support - Add documentation and support for IORING_SETUP_DEFER_TASKRUN - Fix potential missing kernel entry with IORING_SETUP_IOPOLL - Add support and documentation for zero-copy network transmit - Various optimizations - Many cleanups - Many man page additions and updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>