Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update liburing's submodule in anticipation of the release #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

glommer
Copy link
Contributor

@glommer glommer commented Feb 12, 2021

Liburing is approaching a new release. I am testing my integration and found two issues when using uring-sys with the new release.

See https://twitter.com/glcst/status/1360036763318824963 for details

Relevant liburing commits:

See liburing's aeee6681b14fb6fbd087edd58fcf811077651c16 for details.
They moved away from loff_t, and the code as is doesn't compile with
liburing's master branch.
25bbcbef3e0a8bfba8044be55d08d5116c51dccd added padding to the sq
and cq structures.

The iou unit tests all fail once liburing is updated to their main
branch, which I tracked down to the commit above.

This patch also bumps the liburing submodule, to keep things in sync.
Although you have in the past expressed a justified preference to
use official releases, a release of liburing is really close and I
don't see another way to contribute the patch to add the padding
without breaking anything if the submodule doesn't move.
@glommer glommer changed the title use int64_t types instead of loff_t Update liburing's submodule in anticipation of the release Feb 12, 2021
Glauber Costa added 2 commits February 11, 2021 22:17
padding is also needed in the io_uring struct. I didn't notice it
before because all tests for iou (and glommio) pass just fine without
it in debug mode, but it turns out they fail in release mode.
topecongiro added a commit to topecongiro/uring-sys that referenced this pull request Dec 19, 2021
Merge upstream PR: Update liburing's submodule in anticipation of the release ringbahn#27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant