[PATCH] arch: Add RISC-V 64-bit support
authorAndreas Schwab <schwab@suse.de>
Tue, 7 Jan 2020 13:51:19 +0000 (14:51 +0100)
committerFelix Geyer <fgeyer@debian.org>
Thu, 12 Mar 2020 22:35:13 +0000 (22:35 +0000)
commit35f1f71002545ea4a3d08af87c21157e86bc25fa
tree6694dff9f0ca50c8ffeef7cfef4d66c05ef0092b
parente8e3daecd9fec8592d4de97d78b7648553762108
[PATCH] arch: Add RISC-V 64-bit support

Signed-off-by: Andreas Schwab <schwab@suse.de>
[PM: minor macro shuffling in seccomp.h.in]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Gbp-Pq: Name riscv64_support.patch
22 files changed:
include/seccomp-syscalls.h
include/seccomp.h.in
src/Makefile.am
src/arch-riscv64-syscalls.c [new file with mode: 0644]
src/arch-riscv64.c [new file with mode: 0644]
src/arch-riscv64.h [new file with mode: 0644]
src/arch.c
src/gen_pfc.c
src/python/libseccomp.pxd
src/python/seccomp.pyx
src/system.c
tests/15-basic-resolver.c
tests/16-sim-arch_basic.c
tests/16-sim-arch_basic.py
tests/23-sim-arch_all_le_basic.c
tests/23-sim-arch_all_le_basic.py
tests/regression
tools/scmp_arch_detect.c
tools/scmp_bpf_disasm.c
tools/scmp_bpf_sim.c
tools/util.c
tools/util.h