mbox series

[0/3] check errors in early init

Message ID cover.1738339723.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series check errors in early init | expand

Message

Pavel Begunkov Jan. 31, 2025, 4:24 p.m. UTC
Do the diligence of checking if any of the (inicall) io_uring_init()
fail and if so return an error.

Pavel Begunkov (3):
  io_uring: propagate req cache creation errors
  io_uring: propagate io_buffer creation errors
  io_uring: check for iowq alloc_workqueue errors

 io_uring/io_uring.c | 7 +++++++
 1 file changed, 7 insertions(+)