-
Notifications
You must be signed in to change notification settings - Fork 1.1k
linux/glibc tagged ptr supports for arm64 control addition. #2833
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
Conversation
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
pub const PR_GET_TAGGED_ADDR_CTRL: ::c_int = 56; | ||
pub const PR_GET_TAGGED_ADDR_CTRL: ::c_int = 55; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pub const PR_GET_TAGGED_ADDR_CTRL: ::c_int = 56; | |
pub const PR_GET_TAGGED_ADDR_CTRL: ::c_int = 55; | |
pub const PR_SET_TAGGED_ADDR_CTRL: ::c_int = 55; | |
pub const PR_GET_TAGGED_ADDR_CTRL: ::c_int = 56; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes too quick copy paste :-)
Above all waiting if the aux vec flag will pass during CI then would make sense to uncomment the rest. |
3e22a30
to
10ba417
Compare
@bors r+ |
📌 Commit 10ba417 has been approved by |
linux/glibc tagged ptr supports for arm64 control addition.
💔 Test failed - checks-actions |
10ba417
to
76ce631
Compare
@bors r+ |
📌 Commit 76ce631 has been approved by |
linux/glibc tagged ptr supports for arm64 control addition.
💔 Test failed - checks-actions |
The semver check fails on aarch64-unknown-linux-musl. |
76ce631
to
a7df4de
Compare
@bors r+ |
📌 Commit a7df4de has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
No description provided.