-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add constants from linux/cn_proc.h and linux/connector.h #4434
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 constants from linux/cn_proc.h and linux/connector.h #4434
Conversation
I think that the CI is failing on i686-unknown-linux-gnu because it didn't find the header files. What should I do to fix that? |
If these are more recent than our kernel versions in CI, you will need to update @rustbot author |
Reminder, once the PR becomes ready for a review, use |
c1044df
to
60e12f7
Compare
I don't know why the style check fails. It says to replace the
@rustbot ready |
60e12f7
to
8ed834d
Compare
I've added The CI failures appear to be unrelated to the changes I made |
8ed834d
to
abd00f8
Compare
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.
Sorry for the delay, thank you for the fix! I don't have any better suggestion for now.
(backport <rust-lang#4434>) (cherry picked from commit abd00f8)
(backport <rust-lang#4434>) (cherry picked from commit abd00f8)
@tgross35 do you know when the next release is coming out? |
Probably within a couple of weeks. Usually it's about once every 6 weeks, this cycle got kind of slowed down with backport conflicts and CI issues. |
Description
Add constants from linux/cn_proc.h and linux/connector.h
Sources
https://github.com/torvalds/linux/blob/b6ea1680d0ac0e45157a819c41b46565f4616186/include/uapi/linux/cn_proc.h
https://github.com/torvalds/linux/blob/b6ea1680d0ac0e45157a819c41b46565f4616186/include/uapi/linux/connector.h
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see rust-lang/libc#3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI
@rustbot label +stable-nominated