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

Don't enable the "fs" module implicitly. #1175

Closed
wants to merge 2 commits into from
Closed

Conversation

sunfishcode
Copy link
Member

Several configurations used to enable the "fs" module as rustix used to use the "procfs" module for reading the AUXV vector on Linux. Rustix no longer does this, as the "procfs" module's extra checks are incompatible with QEMU on one hand, and not needed by most use cases on the other.

So since those configurations no longer use the "fs" module, we can remove the code that enabled it.

Several configurations used to enable the "fs" module as rustix used to
use the "procfs" module for reading the AUXV vector on Linux. Rustix no
longer does this, as the "procfs" module's extra checks are incompatible
with QEMU on one hand, and not needed by most use cases on the other.

So since those configurations no longer use the "fs" module, we can
remove the code that enabled it.
@sunfishcode
Copy link
Member Author

Ah, never mind. This isn't as simple as I thought.

@sunfishcode sunfishcode deleted the sunfishcode/param branch September 25, 2024 19:08
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