-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add kexec_file_load system call for arm64 linux #3009
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
r? @JohnTitor (rust-highfive has picked a reviewer for you, use r? to override) |
Thanks for the reference, LGTM! @bors r+ |
Add kexec_file_load system call for arm64 linux This syscall was introduced in Linux 5.0. References: - https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=43329&state=%2A&archive=both - torvalds/linux@4e21565 - https://github.com/sunfishcode/linux-raw-sys/blob/v0.1.2/src/aarch64/general.rs#L2118 - https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/aarch64/arch-syscall.h#l110
💔 Test failed - checks-actions |
CI failure on sparc64-unknown-linux-gnu appears unrelated to this PR. |
Yes, it's flaky, @bors retry |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
This syscall was introduced in Linux 5.0. References: