[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>
Sun, 20 Sep 2020 17:03:41 +0000 (18:03 +0100)
commitc6a26eecf87d414677b998a183f607affd5d2f21
treeab65a5854acad9ed4569d6a679fdc6366104febf
parent8177e539f7b950c1b9c114102a43531ff4b7b381
[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