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 32-bit unconditional jump instruction #552

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

dthaler
Copy link
Contributor

@dthaler dthaler commented Dec 27, 2023

This instruction is part of the cpu=v4 set of instructions recently added, and specified in
https://www.ietf.org/archive/id/draft-ietf-bpf-isa-00.html#jump-instructions

Fixes #532

This instruction is part of the cpu=v4 set of instructions
recently added, and specified in
https://www.ietf.org/archive/id/draft-ietf-bpf-isa-00.html#jump-instructions

Fixes vbpf#532

Signed-off-by: Dave Thaler <[email protected]>
@coveralls
Copy link

Coverage Status

coverage: 89.584% (+0.03%) from 89.554%
when pulling e1904d8 on dthaler:ja32
into 38ebf36 on vbpf:main.

@elazarg elazarg merged commit 81a834d into vbpf:main Dec 28, 2023
13 checks passed
@dthaler dthaler deleted the ja32 branch December 28, 2023 00:35
Alan-Jowett pushed a commit to Alan-Jowett/ebpf-verifier that referenced this pull request Oct 15, 2024
vbpf#552)

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

---
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 32-bit jump operations
3 participants