-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [external/ebpf-verifier](https://github.com/vbpf/ebpf-verifier) from `76987ae` to `a9c3cf8`. - [Release notes](https://github.com/vbpf/ebpf-verifier/releases) - [Commits](vbpf/ebpf-verifier@76987ae...a9c3cf8) --- updated-dependencies: - dependency-name: external/ebpf-verifier dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cb9ab12
commit ad74fe4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ebpf-verifier
updated
17 files
+1 −1 | external/bpf_conformance | |
+1 −1 | external/libbtf | |
+2 −0 | src/asm_cfg.cpp | |
+76 −16 | src/asm_files.cpp | |
+12 −5 | src/asm_marshal.cpp | |
+2 −12 | src/asm_ostream.cpp | |
+13 −0 | src/asm_parse.cpp | |
+12 −1 | src/asm_syntax.hpp | |
+14 −10 | src/asm_unmarshal.cpp | |
+1 −0 | src/assertions.cpp | |
+20 −0 | src/crab/ebpf_transformer.cpp | |
+2 −2 | src/crab/split_dbm.hpp | |
+4 −0 | src/ebpf_vm_isa.hpp | |
+5 −2 | src/test/test_marshal.cpp | |
+1 −3 | src/test/test_verify.cpp | |
+1 −0 | src/test/test_yaml.cpp | |
+26 −0 | test-data/map.yaml |