forked from rlane/ubpf
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the actions group across 1 directory with 2 updates (…
…#577) Bumps the actions group with 2 updates in the / directory: [external/bpf_conformance](https://github.com/Alan-Jowett/bpf_conformance) and [external/ebpf-verifier](https://github.com/vbpf/ebpf-verifier). Updates `external/bpf_conformance` from `9fdacf6` to `b1b1c21` - [Release notes](https://github.com/Alan-Jowett/bpf_conformance/releases) - [Commits](Alan-Jowett/bpf_conformance@9fdacf6...b1b1c21) Updates `external/ebpf-verifier` from `e9c229d` to `17bc9e1` - [Release notes](https://github.com/vbpf/ebpf-verifier/releases) - [Commits](vbpf/ebpf-verifier@e9c229d...17bc9e1) --- updated-dependencies: - dependency-name: external/bpf_conformance dependency-type: direct:production dependency-group: actions - dependency-name: external/ebpf-verifier dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2d030d0
commit 3e0bec3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bpf_conformance
updated
21 files
Submodule ebpf-verifier
updated
23 files
+1 −1 | README.md | |
+1 −1 | external/bpf_conformance | |
+1 −1 | external/libbtf | |
+1 −2 | src/asm_files.cpp | |
+0 −14 | src/asm_parse.hpp | |
+0 −23 | src/asm_syntax.hpp | |
+8 −14 | src/assertions.cpp | |
+0 −1 | src/config.cpp | |
+0 −2 | src/config.hpp | |
+0 −6 | src/crab/ebpf_domain.cpp | |
+117 −113 | src/crab/interval.cpp | |
+5 −21 | src/crab/interval.hpp | |
+2 −0 | src/crab_utils/num_big.hpp | |
+0 −72 | src/crab_verifier.cpp | |
+0 −25 | src/crab_verifier.hpp | |
+1 −34 | src/ebpf_yaml.cpp | |
+0 −1 | src/ebpf_yaml.hpp | |
+16 −0 | src/test/test_conformance.cpp | |
+1 −1 | src/test/test_verify.cpp | |
+0 −1 | src/test/test_yaml.cpp | |
+0 −84 | test-data/add.yaml | |
+0 −290 | test-data/pointer.yaml | |
+1 −1 | test-data/uninit.yaml |