forked from rlane/ubpf
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Handle case where src == R0 in emit_atomic_fetch_alu Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Fix ubpf dissassembler Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Reject exchange and compare exchange without fetch flag Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Use correct __sync operation Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Revert compare exchange intrinsic change Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Update disassembler.py * Update vm/ubpf_vm.c Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> Signed-off-by: Alan Jowett <alanjo@microsoft.com> Co-authored-by: Alan Jowett <alan.jowett@microsoft.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
10851a4
commit a25446f
Showing
2 changed files
with
46 additions
and
14 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