aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/seccomp_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add SECCOMP_IOCTL_NOTIF_ADDFDJiaheng Hu2020-07-091-0/+3
| | | | | | Added the ioctl decsription for adding a fd to a seccomp notifier, currently in linux next. (https://lore.kernel.org/lkml/20200617220327.3731559-7-keescook@chromium.org/)
* sys/linux: add riscv_flush_icache syscallDmitry Vyukov2020-07-011-1/+1
| | | | +extract constants on next-20200701
* sys/linux: add forgotten SECCOMP_FILTER_FLAG_NEW_LISTENER bitsJiri Pirko2019-11-031-0/+16
Signed-off-by: Jiri Pirko <jiri@mellanox.com>