-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update verifier, which includes the fix to make bpf2bpf calls work with multiple stack levels * Update ebpf-for-windows to deal with minor API breaking changes in the verifier * Remove redundant crab_verifier_wrapper.hpp and just use ebpf_verifier_wrapper.hpp * Update bindmonitor_bpf2bpf.c sample to test with multiple stack levels * Add bindmonitor_bpf2bpf.c as a bpf2c test case Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
13 changed files
with
363 additions
and
276 deletions.
There are no files selected for viewing
Submodule ebpf-verifier
updated
13 files
+1 −1 | ebpf-samples | |
+1 −1 | external/bpf_conformance | |
+1 −1 | external/libbtf | |
+51 −0 | src/asm_cfg.cpp | |
+68 −39 | src/asm_files.cpp | |
+95 −14 | src/asm_ostream.cpp | |
+31 −91 | src/crab/cfg.hpp | |
+1 −1 | src/crab/type_encoding.hpp | |
+0 −84 | src/crab_verifier.cpp | |
+35 −8 | src/crab_verifier.hpp | |
+7 −9 | src/main/check.cpp | |
+4 −0 | src/spec_type_descriptors.hpp | |
+3 −2 | src/test/test_verify.cpp |
This file was deleted.
Oops, something went wrong.
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.