summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/seccomp.h
Commit message (Collapse)AuthorAgeFilesLines
* xtensa: Enable seccomp architecture trackingYiFei Zhu2020-11-201-0/+11
To enable seccomp constant action bitmaps, we need to have a static mapping to the audit architecture and system call table size. Add these for xtensa. Signed-off-by: YiFei Zhu <yifeifz2@illinois.edu> Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/79669648ba167d668ea6ffb4884250abcd5ed254.1605101222.git.yifeifz2@illinois.edu