Skip to content

Commit

Permalink
Auto merge of #3200 - ribalda:add-kexec-file-load-arm, r=JohnTitor
Browse files Browse the repository at this point in the history
Add kexec_file_load system call for arm linux

This syscall was introduced in Linux 5.0. References:

- torvalds/linux@4ab65ba
  • Loading branch information
bors committed Apr 18, 2023
2 parents 02d775b + 133e4b1 commit 3bba713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/gnu/b32/arm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ pub const SYS_pkey_alloc: ::c_long = 395;
pub const SYS_pkey_free: ::c_long = 396;
pub const SYS_statx: ::c_long = 397;
pub const SYS_rseq: ::c_long = 398;
pub const SYS_kexec_file_load: ::c_long = 401;
pub const SYS_pidfd_send_signal: ::c_long = 424;
pub const SYS_io_uring_setup: ::c_long = 425;
pub const SYS_io_uring_enter: ::c_long = 426;
Expand Down

0 comments on commit 3bba713

Please sign in to comment.