Skip to content

[IO] document and adjust tests to changes in io_uring's broken link handling

Florian Fischer requested to merge aj46ezos/emper:fix-link-future-test into master

Until kernel commit cf10960426515 io_uring submitted sqes in a link until it encountered an invalid one.
Now io_uring will catch the error on submission and will cancel all sqe's contained in the link prior to the invalid one.

Fixes #20 (closed).

Merge request reports