Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new bswap* instructions #554

Merged
merged 2 commits into from
Dec 29, 2023
Merged

Add new bswap* instructions #554

merged 2 commits into from
Dec 29, 2023

Conversation

dthaler
Copy link
Contributor

@dthaler dthaler commented Dec 28, 2023

Fixes #531

* Add byteswap test cases
* Fix asm_parse.cpp to allow le* operations

Signed-off-by: Dave Thaler <[email protected]>
@dthaler dthaler marked this pull request as draft December 28, 2023 23:03
Fixes vbpf#531

Signed-off-by: Dave Thaler <[email protected]>
@dthaler dthaler changed the title Byteswap instruction fixes Add new bswap* instructions Dec 28, 2023
@dthaler dthaler marked this pull request as ready for review December 28, 2023 23:37
@coveralls
Copy link

coveralls commented Dec 28, 2023

Coverage Status

coverage: 89.502% (-0.08%) from 89.584%
when pulling 7618a14 on dthaler:byteswap
into 81a834d on vbpf:main.

@elazarg elazarg merged commit 3321c60 into vbpf:main Dec 29, 2023
13 checks passed
@dthaler dthaler deleted the byteswap branch December 29, 2023 05:30
Alan-Jowett pushed a commit to Alan-Jowett/ebpf-verifier that referenced this pull request Oct 15, 2024
vbpf#554)

Bumps [external/bpf_conformance](https://github.com/Alan-Jowett/bpf_conformance) from `7a773b3` to `8bd493f`.
- [Release notes](https://github.com/Alan-Jowett/bpf_conformance/releases)
- [Commits](Alan-Jowett/bpf_conformance@7a773b3...8bd493f)

---
updated-dependencies:
- dependency-name: external/bpf_conformance
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for BPF_ALU64 | BPF_TO_LE instruction
3 participants