-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for RISC-V RV64 (64-bit, riscv64)
The patch adds support for riscv64 architecture. It also enables the following syscalls: - riscv_flush_icache (RISC-V RV32/RV64 specific) - preadv2 - pwritev2 - renameat - renameat2 - io_pgetevents - rseq This was tested on Fedora 29/RISCV [0] using 4.19 kernel. Tested on top of libseccomp commit: 1e64feb Results for testing: ./regression -T live Regression Test Summary tests run: 8 tests skipped: 0 tests passed: 8 tests failed: 0 tests errored: 0 ./regression Regression Test Summary tests run: 5129 tests skipped: 104 tests passed: 5129 tests failed: 0 tests errored: 0 [0] https://fedoraproject.org/wiki/Architectures/RISC-V Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
- Loading branch information
Showing
36 changed files
with
878 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.