public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing 0/2] liburing mmap support
@ 2026-01-29 22:12 Gabriel Krisman Bertazi
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Gabriel Krisman Bertazi @ 2026-01-29 22:12 UTC (permalink / raw)
  To: axboe; +Cc: io-uring, Gabriel Krisman Bertazi

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


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

end of thread, other threads:[~2026-01-29 22:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 22:12 [PATCH liburing 0/2] liburing mmap support Gabriel Krisman Bertazi
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

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