Most architectures don't need to do much special for the strict-mode seccomp syscall entries. Remove the redundant headers and reduce the others. Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx> --- v3: - split patch series by architecture - fix up architectures that need sigreturn overrides (ingo) v2: - use Kbuild "generic-y" instead of explicit #include lines (sfr)