forked from vbpf/ebpf-verifier
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump external/bpf_conformance from
583758e
to 6356e3e
Bumps [external/bpf_conformance](https://github.com/Alan-Jowett/bpf_conformance) from `583758e` to `6356e3e`. - [Release notes](https://github.com/Alan-Jowett/bpf_conformance/releases) - [Commits](Alan-Jowett/bpf_conformance@583758e...6356e3e) --- updated-dependencies: - dependency-name: external/bpf_conformance dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
342996d
commit 752e8b2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bpf_conformance
updated
18 files
+10 −0 | .github/dependabot.yml | |
+11 −6 | .github/workflows/Build.yml | |
+6 −1 | .github/workflows/CICD.yml | |
+12 −4 | .github/workflows/codeql-analysis.yml | |
+27 −0 | .github/workflows/dependency-review.yml | |
+76 −0 | .github/workflows/scorecards.yml | |
+18 −0 | .pre-commit-config.yaml | |
+1 −1 | Docker/Linux/Dockerfile | |
+1 −1 | Docker/Windows/Dockerfile | |
+48 −0 | include/bpf_conformance.h | |
+5 −5 | src/CMakeLists.txt | |
+7 −1 | src/bpf_assembler.cc | |
+16 −10 | src/bpf_conformance.cc | |
+178 −166 | src/opcode_names.h | |
+86 −9 | src/runner.cc | |
+12 −0 | tests/callx.data | |
+7 −0 | tests/div32-by-zero-reg-2.data | |
+1 −1 | tests/neg.data |