public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing 0/3] Add restrictions stuff in the man pages
@ 2020-09-11 13:34 Stefano Garzarella
  2020-09-11 13:34 ` [PATCH liburing 1/3] man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description Stefano Garzarella
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Stefano Garzarella @ 2020-09-11 13:34 UTC (permalink / raw)
  To: Jens Axboe; +Cc: io-uring

Hi Jens,
this series adds description of restrictions, how to enable io_uring
ring, and related errors in the man pages.
The patches are also available here:

https://github.com/stefano-garzarella/liburing (branch: restrictions-man-pages)

I didn't put the details of struct io_uring_restriction and
IORING_RESTRICTION_* op codes.
Do you think I should put the definition of the structure and opcodes in
man/io_uring_register.2?

I know I'm not very good at writing documentation, so tell me what to change
or write better ;-)

Thanks,
Stefano

Stefano Garzarella (3):
  man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description
  man/io_uring_register.2: add description of restrictions
  man/io_uring_enter.2: add EACCES and EBADFD errors

 man/io_uring_enter.2    | 18 ++++++++++
 man/io_uring_register.2 | 79 +++++++++++++++++++++++++++++++++++++++--
 man/io_uring_setup.2    |  7 ++++
 3 files changed, 102 insertions(+), 2 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-09-15  1:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-11 13:34 [PATCH liburing 0/3] Add restrictions stuff in the man pages Stefano Garzarella
2020-09-11 13:34 ` [PATCH liburing 1/3] man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description Stefano Garzarella
2020-09-11 13:34 ` [PATCH liburing 2/3] man/io_uring_register.2: add description of restrictions Stefano Garzarella
2020-09-11 15:33   ` Jens Axboe
2020-09-14  8:02     ` Stefano Garzarella
2020-09-11 13:34 ` [PATCH liburing 3/3] man/io_uring_enter.2: add EACCES and EBADFD errors Stefano Garzarella
2020-09-11 15:36   ` Jens Axboe
2020-09-14  8:05     ` Stefano Garzarella
2020-09-14 15:38       ` Jens Axboe
2020-09-14 16:02         ` Stefano Garzarella
2020-09-15  1:35           ` Jens Axboe

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