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

RISC-V: fix vDSO getcpu #1239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hack3ric
Copy link

The name should be __vdso_getcpu, not __kernel_getcpu according to both the manpage and real RISC-V hardware.

The name should be `__vdso_getcpu`, not `__kernel_getcpu` according to both the manpage [0] and real RISC-V hardware.

[0]: https://man7.org/linux/man-pages/man7/vdso.7.html
hack3ric added a commit to hack3ric/archriscv-packages that referenced this pull request Dec 15, 2024
Fix rustix vDSO RISC-V getcpu not correctly named. Upstreamed to bytecodealliance/rustix#1239.
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