Skip to content

Update to Linux 6.14 #155

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

Merged
merged 1 commit into from
Jun 19, 2025
Merged

Conversation

ginnyTheCat
Copy link
Contributor

No description provided.

@rusty-snake
Copy link

I'm not really sure why they are missing here but for bytecodealliance/rustix#1437 it would be helpful to also get NS_GET_PID_FROM_PIDNS, NS_GET_TGID_FROM_PIDNS, NS_GET_PID_IN_PIDNS, NS_GET_TGID_IN_PIDNS included in this PR. Or better all constants/types from rust-lang/libc#4436.

@sunfishcode
Copy link
Owner

@rusty-snake The reason this doesn't automatically get things like NS_GET_PID_FROM_PIDNS is that bindgen does't support the preprocessor macros that are used to define the ioctl constants.

linux-raw-sys does have some very primitive code in gen/ioctl, so one approach there would be to add the constants to the list in gen/ioctl/list.c and then run the generate.sh script.

@sunfishcode sunfishcode merged commit f4049fe into sunfishcode:main Jun 19, 2025
5 checks passed
@sunfishcode
Copy link
Owner

Thanks!

@ginnyTheCat ginnyTheCat deleted the linux_6_14 branch June 20, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants