You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
liburing has exposed additional probes and as you for loop testing for IORING_OP_LAST there are additional parameters that are queried but have no string name.
liburing has exposed additional probes and as you for loop testing for
IORING_OP_LAST
there are additional parameters that are queried but have no string name.Check https://github.com/axboe/liburing/blob/25b3d2d428bb6b374a4feea02ff488d41a7ba5a1/src/include/liburing/io_uring.h#L231 starting at line 206
Additionally, the
*probe
is complaining that it is incorrectly free'd; use io_uring_free_probe as listed here https://man7.org/linux/man-pages/man3/io_uring_free_probe.3.htmlThe text was updated successfully, but these errors were encountered: