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

iovisor / ubpf / 21459857185 / 3
80%
main: 80%

Build:
DEFAULT BRANCH: main
Ran 29 Jan 2026 12:00AM UTC
Files 68
Run time 3s
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

28 Jan 2026 11:47PM UTC coverage: 72.083% (-2.0%) from 74.042%
21459857185.3

push

github

web-flow
Add bounds checking to x86_64 JIT compiler for load/store operations (#721)

* Implement bounds checking for load/store operations in x86-64 JIT compiler

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

* Add bounds checking for x86_64 JIT compiler - initial implementation

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

* Fix register offset calculations in bounds check, verify basic JIT works

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

* Fix stack base calculation for BasicJitMode and error path stack cleanup

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

* Fix all 5 review comments: remove unused function, fix register loading, use patchable jumps, fix stack cleanup, reserve parameter storage

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

* Fix 5 new review comments: use R11 for address, fix stack alignment, clean up comments, fix error return, fix type signatures

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

* Fix 6 new review comments: use R10 for address, add atomic bounds checks, fix formatting, add error patterns to tests

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

* Fix JIT bounds checking register save/restore order and disable by default

The JIT bounds checking implementation had issues with register corruption:
1. Registers were being computed into before being saved
2. R10 (mapped to BPF_REG_1 on Windows) was not being properly restored
3. Stack offsets for accessing saved registers were incorrect

Fixed by:
- Save all volatile registers BEFORE computing the effective address
- Load saved register values from stack if addr_reg was pushed
- Fix stack layout comments and offsets for both Windows and Linux
- Properly restore R10 by popping instead of discarding

Since the JIT bounds checking is still not fully working (tests... (continued)

4219 of 5853 relevant lines covered (72.08%)

44970.63 hits per line

Source Files on job run-RelWithDebInfo-ubuntu-latest-x86_64 - 21459857185.3
  • Tree
  • List 68
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21459857185
  • ebfb44fb on github
  • Prev Job for on main (#21458771598.1)
  • Next Job for on main (#21460047714.3)
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