From: Gabriel Krisman Bertazi <krisman@suse.de>
To: axboe@kernel.dk
Cc: io-uring@vger.kernel.org, Gabriel Krisman Bertazi <krisman@suse.de>
Subject: [PATCH liburing 0/2] liburing mmap support
Date: Thu, 29 Jan 2026 17:12:34 -0500 [thread overview]
Message-ID: <20260129221236.898135-1-krisman@suse.de> (raw)
Hi,
This implements IORING_MMAP support. I'm leaving the manpage of this
patchset, at least until we agree with the API.
Gabriel Krisman Bertazi (2):
liburing: Add support to IORING_OP_MMAP
mmap.t: Introduce IORING_OP_MMAP test case
src/include/liburing.h | 8 +
src/include/liburing/io_uring.h | 10 +
src/liburing-ffi.map | 2 +
test/Makefile | 1 +
test/mmap.c | 372 ++++++++++++++++++++++++++++++++
5 files changed, 393 insertions(+)
create mode 100644 test/mmap.c
--
2.52.0
next reply other threads:[~2026-01-29 22:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-29 22:12 Gabriel Krisman Bertazi [this message]
2026-01-29 22:12 ` [PATCH liburing 1/2] liburing: Add support to IORING_OP_MMAP Gabriel Krisman Bertazi
2026-01-29 22:12 ` [PATCH liburing 2/2] mmap.t: Introduce IORING_OP_MMAP test case Gabriel Krisman Bertazi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260129221236.898135-1-krisman@suse.de \
--to=krisman@suse.de \
--cc=axboe@kernel.dk \
--cc=io-uring@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox