-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update pidfd constants and types (Linux 6.9-6.15) #4402
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
5d613ee
to
c3d43be
Compare
(rebase) |
c3d43be
to
0f250b8
Compare
No idea why CI is failing. |
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.
One small request but LGTM as long as CI passes. I'm not sure why the Windows job failed, those have been a bit spurious recently.
Could you also squash please?
0f250b8
to
801cb00
Compare
Actually, why is this GNU only? Shouldn't it be available for musl and other |
Yeah, glibc does nothing special. It has a some userspace helper functions like Will move it to |
801cb00
to
c8a4d62
Compare
Moved to |
c8a4d62
to
126f2c6
Compare
Description
Add pidfd constants for thread targeting pidfds.
Sources
https://github.com/torvalds/linux/blob/3bde70a2c82712f05c7220b8b94fc2cbdf7fbfe0/include/uapi/linux/pidfd.h#L10-L21
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see #3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI
@rustbot label +stable-nominated