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

iovisor / ubpf / 23871066752
80%

Build:
DEFAULT BRANCH: main
Ran 01 Apr 2026 09:12PM UTC
Jobs 6
Files 131
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

01 Apr 2026 03:20PM UTC coverage: 79.782%. Remained the same
23871066752

push

github

web-flow
Add JIT backend specifications: BPF ISA -> x86-64 and ARM64 mappings (#779)

* Add JIT backend specifications: BPF ISA → x86-64 and ARM64

Extract complete instruction-level mappings from the existing JIT
compiler source code to serve as reference specifications for future
backend implementations (RISC-V, MIPS).

docs/specs/jit-x86-64.md (1039 lines, 43KB):
  - Register mapping for System V and Win64 ABIs
  - All 13 BPF instruction categories → x86-64 sequences
  - Prologue/epilogue for Basic and Extended JIT modes
  - Constant blinding, retpoline, W^X security features
  - Helper dispatch (static table + dynamic dispatcher)
  - Patchable target system and fixup algorithm
  - Platform differences (System V vs Win64)

docs/specs/jit-arm64.md (1006 lines, 44KB):
  - BPF → ARM64 register mapping (R0→x5, R1-R5→x0-x4)
  - All 13 BPF instruction categories → ARM64 sequences
  - LDXR/STXR atomic operation loops
  - ARM64-specific constraints (immediate encoding, offset
    ranges, branch limits)
  - Constant blinding coverage analysis
  - MOVZ/MOVK sequences for large immediates

Both documents cite source file:line for every mapping and
cross-reference REQ-UBPF-ISA-* IDs from isa-reconciliation.md.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Address PR #779 review comments

x86-64 JIT spec:
- Fix all 11 cross-reference IDs from numeric format (REQ-UBPF-ISA-005)
  to correct categorical format (REQ-UBPF-ISA-ALU-001, DIV-003, etc.)
  matching isa-reconciliation.md

ARM64 JIT spec:
- Fix atomic pseudocode: address base uses x26 (not x25) to avoid
  aliasing with STXR status register (W25), matching the actual
  implementation logic in ubpf_jit_arm64.c:771-772
- Strengthen constant blinding discrepancy note: add recommendation
  to update vm/inc/ubpf.h header in a follow-up change

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix technical inaccuracies in JIT backend specs

x86-64:
- R12 note: clarify that... (continued)

6586 of 8255 relevant lines covered (79.78%)

535941.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug-macos-latest-x86_64 - 23871066752.1 01 Apr 2026 09:16PM UTC 85
77.31
GitHub Action Run
2 run-Debug-ubuntu-latest-x86_64 - 23871066752.2 01 Apr 2026 09:15PM UTC 69
76.47
GitHub Action Run
3 run-Debug-ubuntu-24.04-arm-arm64 - 23871066752.3 01 Apr 2026 09:17PM UTC 70
59.88
GitHub Action Run
4 run-RelWithDebInfo-ubuntu-24.04-arm-arm64 - 23871066752.4 01 Apr 2026 09:13PM UTC 70
59.9
GitHub Action Run
5 run-RelWithDebInfo-macos-latest-x86_64 - 23871066752.5 01 Apr 2026 09:15PM UTC 85
77.18
GitHub Action Run
6 run-RelWithDebInfo-ubuntu-latest-x86_64 - 23871066752.6 01 Apr 2026 09:12PM UTC 69
76.45
GitHub Action Run
Source Files on build 23871066752
  • Tree
  • List 131
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23871066752
  • 42729e64 on github
  • Prev Build on main (#23856000458)
  • Next Build on main (#23871566599)
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