[PATCH liburing 0/2] liburing fixes

Ammar Faizi posted 2 patches 2 months, 1 week ago
src/include/liburing.h | 2 +-
src/sanitize.c         | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
[PATCH liburing 0/2] liburing fixes
Posted by Ammar Faizi 2 months, 1 week ago
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@gnuweeb.org>
---

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
Re: [PATCH liburing 0/2] liburing fixes
Posted by Jens Axboe 2 months, 1 week ago
On Sat, 26 Jul 2025 00:59:11 +0700, Ammar Faizi wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/2] sanitize: Fix missing `IORING_OP_PIPE`
      commit: ed54d3b7e324220f70dac48b83df4e61763bf844
[2/2] liburing: Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask`
      commit: 6d3d27bc42733f5a407424c76aadcc84bd4b0cf0

Best regards,
-- 
Jens Axboe