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

iovisor / ubpf / 21406842187
78%

Build:
DEFAULT BRANCH: main
Ran 27 Jan 2026 05:15PM UTC
Jobs 6
Files 165
Run time 1min
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: 77.998% (-0.02%) from 78.014%
21406842187

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)

23 of 28 new or added lines in 3 files covered. (82.14%)

6902 of 8849 relevant lines covered (78.0%)

395426.13 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
93.88
-0.13% vm/ubpf_jit_arm64.c
1
89.71
-0.06% vm/ubpf_jit_x86_64.c
3
81.69
-0.09% vm/ubpf_vm.c
Jobs
ID Job ID Ran Files Coverage
1 run-Debug-ubuntu-latest-arm64 - 21406842187.1 27 Jan 2026 05:31PM UTC 67
59.94
GitHub Action Run
2 run-RelWithDebInfo-ubuntu-latest-arm64 - 21406842187.2 27 Jan 2026 05:29PM UTC 67
59.97
GitHub Action Run
3 run-Debug-ubuntu-latest-x86_64 - 21406842187.3 27 Jan 2026 05:16PM UTC 66
75.77
GitHub Action Run
4 run-RelWithDebInfo-ubuntu-latest-x86_64 - 21406842187.4 27 Jan 2026 05:19PM UTC 66
75.75
GitHub Action Run
5 run-Debug-macos-latest-x86_64 - 21406842187.5 27 Jan 2026 05:15PM UTC 82
78.12
GitHub Action Run
6 run-RelWithDebInfo-macos-latest-x86_64 - 21406842187.6 27 Jan 2026 05:21PM UTC 82
77.98
GitHub Action Run
Source Files on build 21406842187
  • Tree
  • List 165
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21406842187
  • 71fc460c on github
  • Prev Build on main (#21405500489)
  • Next Build on main (#21407716177)
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