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

Avoid pointer casts in IO driver on miri #6859

Merged
merged 7 commits into from
Sep 23, 2024
Merged

Avoid pointer casts in IO driver on miri #6859

merged 7 commits into from
Sep 23, 2024

Conversation

Darksonn
Copy link
Contributor

Miri is being improved to support epoll, which means that we will be able to support a much larger fraction of Tokio's test suite under miri. That is being tracked in #6812. This PR removes our usage of ptr2int2ptr roundtrips when running under miri for better miri compatibility.

cc @RalfJung @tiif

@Darksonn Darksonn added A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime labels Sep 22, 2024
@Darksonn Darksonn merged commit 21cf5a5 into master Sep 23, 2024
81 checks passed
@Darksonn Darksonn deleted the alice/ptr-expose branch September 23, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants