From 0656d71c964b3dba006f854ff0f6e9707e1f1d2b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 10 Apr 2019 08:41:42 -0600 Subject: man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL Signed-off-by: Jens Axboe --- man/io_uring_setup.2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man') diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2 index a2f4350..6814397 100644 --- a/man/io_uring_setup.2 +++ b/man/io_uring_setup.2 @@ -304,6 +304,11 @@ reached. .TP .BR ENOMEM Insufficient kernel resources are available. +.TP +.BR EPERM +.B IORING_SETUP_SQPOLL +was specified, but the effective user ID of the caller did not have sufficient +privileges. .SH SEE ALSO .BR io_uring_register(2), .BR io_uring_enter(2) -- cgit