mbox series

[0/2] seccomp: Add arm and arm64 bitmap support

Message ID 20201028002000.2666043-1-keescook@chromium.org (mailing list archive)
Headers show
Series seccomp: Add arm and arm64 bitmap support | expand

Message

Kees Cook Oct. 28, 2020, 12:19 a.m. UTC
Hi,

I took a quick look at arm64 and arm for enabling bitmaps, and figured
I'd send these patches to show it. I'll take this via the seccomp tree
if no one sees a problem.

Thanks!

-Kees

Kees Cook (2):
  arm64: Enable seccomp architecture tracking
  arm: Enable seccomp architecture tracking

 arch/arm/include/asm/Kbuild      |  1 -
 arch/arm/include/asm/seccomp.h   | 11 +++++++++++
 arch/arm64/include/asm/seccomp.h | 15 +++++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/include/asm/seccomp.h