summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'inotify-syscalls.h')
0 files changed, 0 insertions, 0 deletions
23c8d657b6b6a0051a0a59af11fe /include/linux/seccomp.h parent13aa72f0fd0a9f98a41cefb662487269e2f1ad65 (diff)
seccomp: Allow arch code to provide seccomp_data
populate_seccomp_data is expensive: it works by inspecting task_pt_regs and various other bits to piece together all the information, and it's does so in multiple partially redundant steps. Arch-specific code in the syscall entry path can do much better. Admittedly this adds a bit of additional room for error, but the speedup should be worth it. Signed-off-by: Andy Lutomirski <luto@amacapital.net> Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'include/linux/seccomp.h')