-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update verifier to latest Signed-off-by: Dave Thaler <[email protected]> * Update tests Signed-off-by: Dave Thaler <[email protected]> * Update bpf_conformance to latest release Signed-off-by: Dave Thaler <[email protected]> --------- Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
6 changed files
with
38 additions
and
37 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
Submodule ebpf-verifier
updated
28 files
+1 −1 | .clang-format | |
+1 −1 | external/bpf_conformance | |
+1 −1 | external/libbtf | |
+3 −1 | src/asm_cfg.cpp | |
+24 −16 | src/asm_marshal.cpp | |
+22 −2 | src/asm_ostream.cpp | |
+2 −1 | src/asm_ostream.hpp | |
+19 −2 | src/asm_parse.cpp | |
+63 −77 | src/asm_syntax.hpp | |
+98 −34 | src/asm_unmarshal.cpp | |
+20 −3 | src/assertions.cpp | |
+1 −0 | src/crab/cfg.hpp | |
+111 −5 | src/crab/ebpf_domain.cpp | |
+3 −1 | src/crab/ebpf_domain.hpp | |
+15 −9 | src/ebpf_vm_isa.hpp | |
+14 −6 | src/ebpf_yaml.cpp | |
+1 −0 | src/linux/gpl/spec_prototypes.cpp | |
+2 −1 | src/linux/linux_platform.cpp | |
+3 −0 | src/main/check.cpp | |
+2 −1 | src/platform.hpp | |
+26 −23 | src/test/test_conformance.cpp | |
+425 −149 | src/test/test_marshal.cpp | |
+2 −0 | src/test/test_yaml.cpp | |
+578 −0 | test-data/atomic.yaml | |
+3 −3 | test-data/call.yaml | |
+266 −0 | test-data/callx.yaml | |
+1 −1 | test-data/jump.yaml | |
+1 −1 | test-data/movsx.yaml |
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