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

qmonnet / rbpf
96%

Build:
DEFAULT BRANCH: main
Repo Added 28 Oct 2022 03:23PM UTC
Files 12
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • dev
  • fix-verifier-panic-interpreter-overflow
  • fix/i32_cast
  • fix/interpreter_reg_init
  • fix/jit_div
  • jit-dev
  • jit-no-std
  • pr/bump-deps
  • pr/bump-version
  • pr/clippy-fixes
  • pr/qmonnet/bump
  • pr/readme-fix-space
  • pr/rustfmt
  • remove-deprecated-time-dependency
  • update-json-0.12

06 Feb 2026 09:28AM UTC coverage: 95.606%. Remained the same
21745577859

push

github

qmonnet
Cargo.toml,README.md: Bump version to 0.4.1

Bug fixes:

- Fix integer overflow in local function calls by using checked
  arithmetic for call offsets. Previously, certain call offset values
  could cause an integer overflow/underflow.
- Fix 32-bit ALU operations (ADD32, SUB32, MUL32) to properly
  zero-extend results. The result is now correctly cast to u32 before
  extending to u64.
- Replace unimplemented!() panics with proper error messages for
  unsupported instructions (XADD, TAIL_CALL), preventing unexpected
  panics during execution.
- In the x86_64 JIT compiler, fix divisor handling in emit_muldivmod:
  the JIT now correctly uses the is_reg flag to determine whether the
  divisor is in a register or an immediate value, rather than checking
  if imm != 0.

(These notes were mostly generated from the Git history by Claude Code.)

Signed-off-by: Quentin Monnet <qmo@qmon.net>

4547 of 4756 relevant lines covered (95.61%)

237.65 hits per line

Relevant lines Covered
Build:
Build:
4756 RELEVANT LINES 4547 COVERED LINES
237.65 HITS PER LINE
Source Files on main
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21745577859 main Cargo.toml,README.md: Bump version to 0.4.1 Bug fixes: - Fix integer overflow in local function calls by using checked arithmetic for call offsets. Previously, certain call offset values could cause an integer overflow/underflow. - Fix 32-bi... push 06 Feb 2026 09:30AM UTC qmonnet github
95.61
21729999101 main fix: use is_reg for devisor in emit_muldivmod Signed-off-by: hsqStephenZhang <stephenzhang666666@gmail.com> push 05 Feb 2026 09:58PM UTC qmonnet github
95.61
21729966857 main fix: cast i32 to u32 first for zero ext Signed-off-by: hsqStephenZhang <stephenzhang666666@gmail.com> push 05 Feb 2026 09:57PM UTC qmonnet github
95.61
21026270276 main Fix: address review comments Signed-off-by: Echo8377 <3307430557@qq.com> push 15 Jan 2026 09:30AM UTC qmonnet github
95.61
20989706985 main README.md: Update elf dependency version Fixes: 7a3f1e42fe97 ("Bump elf dependency in Cargo.toml") Signed-off-by: Quentin Monnet <qmo@qmon.net> push 14 Jan 2026 09:51AM UTC qmonnet github
95.61
20956896577 main Cargo.toml,README.md: Bump version to 0.4.0 Main features since v0.3.0 include: - Support for eBPF-to-eBPF function calls with automatic stack frame management, including: - stack frame context preservation during function calls - maximum ... push 13 Jan 2026 12:36PM UTC qmonnet github
95.61
20953838278 main Fix Clippy reports $ cargo clippy --fix -- -D clippy::all -A clippy::match_same_arms Signed-off-by: Quentin Monnet <qmo@qmon.net> push 13 Jan 2026 10:47AM UTC qmonnet github
95.61
20933921377 main feat: Replace deprecated time crate with std::time The v0.2 time crate is deprecated and time::precise_time_ns() has been removed in newer versions. This causes build failures with modern Rust toolchains. This replaces that function with std::ti... push 12 Jan 2026 08:28PM UTC qmonnet github
95.51
19936910899 main clippy: Fix Clippy reports Actually, let Clippy fix most of these itself. I only removed the unused ErrorKind import from tests/misc.rs. Signed-off-by: Quentin Monnet <qmo@qmon.net> push 04 Dec 2025 04:55PM UTC qmonnet github
95.53
19832693653 main fix: upgraded json package dependency version from 0.11 to 0.12 in Cargo.toml [ Quentin: Rebased to get rid of merge commit ] Signed-off-by: Qwor01 <nachoesposito@gmail.com> Signed-off-by: Quentin Monnet <qmo@qmon.net> push 01 Dec 2025 06:09PM UTC qmonnet github
95.39
See All Builds (208)
  • Repo on GitHub
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