criu/compel/arch
Dan Feigin ebdc46b78e
compel: add io_destroy syscall
The restorer already has io_setup, io_submit, and io_getevents
syscall wrappers for all supported architectures. Native AIO restore
also needs io_destroy to release the AIO context before leaving the
restorer path.

Add the missing io_destroy syscall entries next to the existing
native AIO syscalls.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Dan Feigin <dfeigin@nvidia.com>
2026-07-21 13:56:51 +02:00
..
aarch64 compel: remove hardware breakpoint usage 2026-07-21 13:40:18 +02:00
arm compel: add io_destroy syscall 2026-07-21 13:56:51 +02:00
loongarch64 compel: add io_destroy syscall 2026-07-21 13:56:51 +02:00
mips compel: add io_destroy syscall 2026-07-21 13:56:51 +02:00
ppc64 compel: add io_destroy syscall 2026-07-21 13:56:51 +02:00
riscv64 compel: add io_destroy syscall 2026-07-21 13:56:51 +02:00
s390 compel: add io_destroy syscall 2026-07-21 13:56:51 +02:00
x86 compel: add io_destroy syscall 2026-07-21 13:56:51 +02:00