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

Add struct and constants for mount_setattr syscall #4046

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

Conversation

pcc
Copy link
Contributor

@pcc pcc commented Nov 15, 2024

Description

Adds struct and constants for mount_setattr syscall.

Sources

https://github.com/torvalds/linux/blob/master/include/uapi/linux/mount.h

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot
Copy link
Collaborator

rustbot commented Nov 15, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@pcc
Copy link
Contributor Author

pcc commented Nov 15, 2024

@rustbot label stable-nominated

@rustbot rustbot added the stable-nominated This PR should be considered for cherry-pick to libc's stable release branch label Nov 15, 2024
Copy link
Contributor

@tgross35 tgross35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, you might need to update build.rs if this isn't available on musl

@bors
Copy link
Contributor

bors commented Nov 17, 2024

☔ The latest upstream changes (presumably #4070) made this pull request unmergeable. Please resolve the merge conflicts.

@tgross35
Copy link
Contributor

@pcc we just updated the linux headers on musl, could you rebase? The tests might start to pass.

auto-merge was automatically disabled November 21, 2024 23:15

Head branch was pushed to by a user without write access

@pcc
Copy link
Contributor Author

pcc commented Nov 21, 2024

@pcc we just updated the linux headers on musl, could you rebase? The tests might start to pass.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-linux O-unix S-waiting-on-author stable-nominated This PR should be considered for cherry-pick to libc's stable release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants