Hi Kees, Here are a couple of tweaks/fixes people suggested to the get_metadata functionality, plus a test to ensure that things work the way they're supposed to and stay that way.
Cheers, Tycho Tycho Andersen (3): seccomp, ptrace: switch get_metadata types to arch independent ptrace, seccomp: tweak get_metadata behavior slightly seccomp: add a selftest for get_metadata include/uapi/linux/ptrace.h | 4 +- kernel/seccomp.c | 6 ++- tools/testing/selftests/seccomp/seccomp_bpf.c | 61 +++++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 4 deletions(-) -- 2.14.1

