[PATCH liburing 0/2] liburing fixes

From: Ammar Faizi
Date: Fri Jul 25 2025 - 14:06:15 EST


Hi Jens,

Hopefully, not too late for 2.12. Two small final fixes here:

- Fix build error when using address sanitizer due to missing
`IORING_OP_PIPE` in `sanitize.c`.

- Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask` as it
is not a function that should be exported in the FFI API.

Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
---

Ammar Faizi (2):
sanitize: Fix missing `IORING_OP_PIPE`
liburing: Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask`

src/include/liburing.h | 2 +-
src/sanitize.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)


base-commit: ec856cecab2ed4bcbdba2b06a8c7cb5a52083c28
--
Ammar Faizi