diff mbox series

[meta-oe] liburing: upgrade 2.2 -> 2.3

Message ID 1676702342-30766-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] liburing: upgrade 2.2 -> 2.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 18, 2023, 6:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../liburing/{liburing_2.2.bb => liburing_2.3.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/liburing/{liburing_2.2.bb => liburing_2.3.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/liburing/liburing_2.2.bb b/meta-oe/recipes-support/liburing/liburing_2.3.bb
similarity index 96%
rename from meta-oe/recipes-support/liburing/liburing_2.2.bb
rename to meta-oe/recipes-support/liburing/liburing_2.3.bb
index 8cc7d74f9..b3da4d5e0 100644
--- a/meta-oe/recipes-support/liburing/liburing_2.2.bb
+++ b/meta-oe/recipes-support/liburing/liburing_2.3.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = "file://README;beginline=41;endline=44;md5=2b0e9926530c269f5a
 SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https"
 SRC_URI:append:libc-musl:riscv64 = " file://0001-do-not-build-examples.patch "
 SRC_URI:append:libc-musl:riscv32 = " file://0001-do-not-build-examples.patch "
-SRCREV = "dda4848a9911120a903bef6284fb88286f4464c9"
+SRCREV = "4915f2af869876d892a1f591ee2c21be21c6fc5c"
 
 S = "${WORKDIR}/git"