linux: relocate PIDFD definitions to src/new#4981
linux: relocate PIDFD definitions to src/new#4981raushan728 wants to merge 1 commit intorust-lang:mainfrom
Conversation
3afac89 to
6e0883d
Compare
This comment has been minimized.
This comment has been minimized.
082d107 to
a8c9f9a
Compare
This comment has been minimized.
This comment has been minimized.
a8c9f9a to
b8c947c
Compare
|
Adding the constant is fine, though you should do If you are interested in doing reorganization, though, instead of sorting could you just move all the relevant pidfd bits to a new file |
This comment has been minimized.
This comment has been minimized.
a4d1bd1 to
4144e63
Compare
7d6a316 to
e6203ea
Compare
|
@tgross35 done i have relocated everything to |
|
Reminder, once the PR becomes ready for a review, use |
e6203ea to
a382fd3
Compare
a382fd3 to
4f5b446
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@tgross35 addressed all feedback — reverted unrelated visibility/formatting changes, removed newly-added constants (only relocated existing definitions), and dropped the android skip block |
|
@rustbot ready |
Relocated the
pidfdmodule to src/new/linux_uapi/linux/pidfd.rs to match the modern directory structure.Registered
pidfdunder the linux target insrc/new.Updated
libc-testto properly skipPIDFD_constants on older kernels.