forked from vbpf/ebpf-verifier
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add atomics to interpreter and x64 jit (vbpf#486)
* Add atomics to interpreter Signed-off-by: Alan Jowett <[email protected]> * Implement atomic operations in the JIT. Signed-off-by: Alan Jowett <[email protected]> * Add bounds checking for atomics Signed-off-by: Alan Jowett <[email protected]> * Mark interlocked ops on arm64 JIT as exected failure Signed-off-by: Alan Jowett <[email protected]> * Mark interlocked operations as failing on macos Signed-off-by: Alan Jowett <[email protected]> * PR feedback Signed-off-by: Alan Jowett <[email protected]> * Update vm/ubpf_jit_x86_64.h Co-authored-by: Will Hawkins <[email protected]> Signed-off-by: Alan Jowett <[email protected]> * PR feedback Signed-off-by: Alan Jowett <[email protected]> --------- Signed-off-by: Alan Jowett <[email protected]> Signed-off-by: Alan Jowett <[email protected]> Co-authored-by: Alan Jowett <[email protected]> Co-authored-by: Will Hawkins <[email protected]>
- Loading branch information
1 parent
4826123
commit f1ecb7a
Showing
6 changed files
with
594 additions
and
59 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
Oops, something went wrong.