• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iovisor / ubpf / 21406842187 / 5
80%
main: 80%

Build:
DEFAULT BRANCH: main
Ran 27 Jan 2026 05:31PM UTC
Files 82
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jan 2026 05:13PM UTC coverage: 78.119% (-0.07%) from 78.184%
21406842187.5

push

github

web-flow
Add RFC 9669 JMP32-class JA (opcode 0x06) support (#702)

* Add RFC 9669 JMP32-class JA (opcode 0x06) support

- Added EBPF_OP_JA32 opcode definition in vm/ebpf.h
- Added interpreter support in vm/ubpf_vm.c (pc += imm)
- Added instruction validation in vm/ubpf_instruction_valid.c
- Added JIT support for x86-64 in vm/ubpf_jit_x86_64.c
- Added JIT support for ARM64 in vm/ubpf_jit_arm64.c
- Added validation for JA32 jump bounds checking

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Fix JA32 handling in validation and ARM64 JIT

- Fixed jump target calculation for JA32 in sub-program validation
- Added JA32 to ends_with_jump check for sub-program validation
- Updated is_ja check in ARM64 JIT to include JA32

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Consolidate JA32 with other jump instructions in validation

- Merged JA32 into the main jump instruction validation case
- Fixed variable declaration scope issue
- Use conditional to select imm vs offset based on opcode

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Final: RFC 9669 JMP32-class JA implementation complete

All checks passed:
- Code review: Minor nitpicks only, no blocking issues
- Security scan: No vulnerabilities detected
- All 14 custom tests passing
- Manual verification of JA32 interpreter and JIT

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Remove accidentally committed _codeql_build_dir build artifacts

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Remove _codeql_detected_source_root and add to .gitignore

This is a CodeQL-generated symlink that should not be tracked in git.

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Fix signed overflow issues and add ja32 test

- Use int64_t for jump target calculations to avoid signed overflow with large immediates
- Fix sub-program validation to c... (continued)

3281 of 4200 relevant lines covered (78.12%)

290863.16 hits per line

Source Files on job run-Debug-macos-latest-x86_64 - 21406842187.5
  • Tree
  • List 82
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21406842187
  • 71fc460c on github
  • Prev Job for on main (#21405500489.4)
  • Next Job for on main (#21407716177.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc