Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
syscalls_update_the_syscall_table_to_v5.12-rc7.patch | [PATCH] syscalls: update the syscall table to v5.12-rc7 Due to additional ABIs in main we can't do a simple backport or copy of the syscall table so we are generating it directly in the release-2.5 branch. This patch also fixes the missing faccessat2() #defines in the seccomp-syscalls.h header file. |
Paul Moore <paul@paul-moore.com> | no | 2021-04-17 | ||
syscalls_add_close_range_syscall.patch | [PATCH] syscalls: add close_range() syscall The syscall has been added a while ago so we should support resolving it, too. [PM: subject line tweak] (imported from commit 01e5750e7c84bb14e5a5410c924bed519209db06) |
Sascha Grunert <sgrunert@redhat.com> | no | 2021-07-16 | ||
syscalls_update_to_Linux_v5.14-rc7.patch | [PATCH] syscalls: update to Linux v5.14-rc7 | Paul Moore <paul@paul-moore.com> | no | 2021-08-23 | ||
api_update_seccomp-syscalls.h.patch | [PATCH] api: update seccomp-syscalls.h It appears that the seccomp-syscalls.h header file had gotten out of sync with the syscalls.csv syscall table, this patch fixes this disconnect. The only edit that is somewhat interesting is that the oldwait4(2) syscall probably never should have been included in the header file as it appears to no longer exist (?). (imported from commit 3f47bba7c5c8cc18be80e625eedb2c1823233708) |
Paul Moore <paul@paul-moore.com> | no | 2021-10-27 | ||
syscalls_update_the_syscall_table_to_Linux_v5.15.patch | [PATCH] syscalls: update the syscall table to Linux v5.15 | Paul Moore <paul@paul-moore.com> | no | 2021-11-04 |