-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest bpf_conformance suite
Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
17 deletions.
There are no files selected for viewing
Submodule bpf_conformance
updated
16 files
+1 −1 | .github/scripts/build-libbpf.sh | |
+1 −1 | .github/workflows/Build.yml | |
+3 −3 | .github/workflows/codeql-analysis.yml | |
+37 −2 | README.md | |
+1 −0 | include/bpf_conformance.h | |
+5 −0 | src/bpf_assembler.cc | |
+16 −24 | src/bpf_conformance.cc | |
+173 −147 | src/opcode_names.h | |
+3 −1 | src/runner.cc | |
+0 −0 | tests/div32-by-zero-reg.data | |
+9 −0 | tests/sdiv32-by-zero-reg.data | |
+8 −0 | tests/sdiv32-imm.data | |
+9 −0 | tests/sdiv32-reg.data | |
+9 −0 | tests/sdiv64-by-zero-reg.data | |
+9 −0 | tests/sdiv64-imm.data | |
+10 −0 | tests/sdiv64-reg.data |
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