syscalls: rseq: return ENOSYS

Return ENOSYS for sys_rseq
This commit is contained in:
Matthew Leach
2025-11-28 20:04:22 +00:00
committed by Matthew Leach
parent 1741b036bb
commit fb405282cc
3 changed files with 4 additions and 2 deletions

View File

@@ -277,7 +277,7 @@
| 0x122 (290) | pkey_free | (int pkey) | __arm64_sys_pkey_free | false |
| 0x123 (291) | statx | (int dfd, const char *filename, unsigned flags, unsigned int mask, struct statx *buffer) | __arm64_sys_statx | false |
| 0x124 (292) | io_pgetevents | (aio_context_t ctx_id, long min_nr, long nr, struct io_event *events, struct __kernel_timespec *timeout, const struct __aio_sigset *usig) | __arm64_sys_io_pgetevents | false |
| 0x125 (293) | rseq | (struct rseq *rseq, u32 rseq_len, int flags, u32 sig) | __arm64_sys_rseq | false |
| 0x125 (293) | rseq | (struct rseq *rseq, u32 rseq_len, int flags, u32 sig) | __arm64_sys_rseq | ENOSYS |
| 0x126 (294) | kexec_file_load | (int kernel_fd, int initrd_fd, unsigned long cmdline_len, const char *cmdline_ptr, unsigned long flags) | __arm64_sys_kexec_file_load | false |
| 0x1a8 (424) | pidfd_send_signal | (int pidfd, int sig, siginfo_t *info, unsigned int flags) | __arm64_sys_pidfd_send_signal | false |
| 0x1a9 (425) | io_uring_setup | (u32 entries, struct io_uring_params *params) | __arm64_sys_io_uring_setup | false |