diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-07-23 12:21:10 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-07-30 06:35:36 +0200 |
commit | c385d0db30f3c0bf687a080c38e8088c342116a3 (patch) | |
tree | fe8feb020a909ce88ba418eb4328fd80b890dd59 /.mailmap | |
parent | powerpc/kernel: Enable seccomp filter (diff) | |
download | linux-c385d0db30f3c0bf687a080c38e8088c342116a3.tar.xz linux-c385d0db30f3c0bf687a080c38e8088c342116a3.zip |
selftests/seccomp: Make seccomp tests work on big endian
The seccomp_bpf test uses BPF_LD|BPF_W|BPF_ABS to load 32-bit values
from seccomp_data->args. On big endian machines this will load the high
word of the argument, which is not what the test wants.
Borrow a hack from samples/seccomp/bpf-helper.h which changes the offset
on big endian to account for this.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions