-
Notifications
You must be signed in to change notification settings - Fork 176
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 64-bit (riscv64)
The patch adds support for riscv64 architecture. It was tested on Fedora/RISCV using 5.2-rc7 kernel. Tested on top of libseccomp commit: 2b406e3 SECCOMP patch is included in Fedora/RISCV starting 20190703.n.0: https://dl.fedoraproject.org/pub/alt/risc-v/disk-images/fedora/rawhide/20190703.n.0/Developer/ Kernel SECCOMP selftest is failing one test: [..] # [ RUN ] global.user_notification_signal # [ FAIL ] global.user_notification_signal [..] # [==========] 73 / 74 tests passed. # [ FAILED ] libseccomp test results: ./regression -T live Regression Test Summary tests run: 9 tests skipped: 0 tests passed: 9 tests failed: 0 tests errored: 0 ./regression Regression Test Summary tests run: 5200 tests skipped: 142 tests passed: 5200 tests failed: 0 tests errored: 0 Signed-off-by: David Abdurachmanov <[email protected]>
- Loading branch information
David Abdurachmanov
committed
Aug 1, 2019
1 parent
2b406e3
commit 3358ea0
Showing
34 changed files
with
743 additions
and
3 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
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.