public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing 0/2] liburing fixes
@ 2025-07-25 17:59 Ammar Faizi
  2025-07-25 17:59 ` [PATCH liburing 1/2] sanitize: Fix missing `IORING_OP_PIPE` Ammar Faizi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ammar Faizi @ 2025-07-25 17:59 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Ammar Faizi, Alviro Iskandar Setiawan, Christian Mazakas,
	Michael de Lang, io-uring Mailing List, GNU/Weeb Mailing List,
	Linux Kernel Mailing List

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-25 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 17:59 [PATCH liburing 0/2] liburing fixes Ammar Faizi
2025-07-25 17:59 ` [PATCH liburing 1/2] sanitize: Fix missing `IORING_OP_PIPE` Ammar Faizi
2025-07-25 17:59 ` [PATCH liburing 2/2] liburing: Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask` Ammar Faizi
2025-07-25 18:21 ` [PATCH liburing 0/2] liburing fixes Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox