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

Alan-Jowett / ubpf
80%
master: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-f7e9886b4e
DEFAULT BRANCH: master
Repo Added 18 Jun 2022 11:06PM UTC
Files 131
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
  • aarch64_readme
  • add_api_doc_link
  • add_bpf_conformance_tests
  • add_code_Gen_tests
  • add_code_gen_tests
  • add_ctest
  • add_test_and_coverage
  • arm64
  • cleanup
  • debug
  • dependabot
  • dependabot/github_actions/actions-09526a9899
  • dependabot/github_actions/actions-0ba81a7022
  • dependabot/github_actions/actions-0bcef6f5ce
  • dependabot/github_actions/actions-131532031c
  • dependabot/github_actions/actions-1509149478
  • dependabot/github_actions/actions-15413d93e9
  • dependabot/github_actions/actions-209eccb7e7
  • dependabot/github_actions/actions-235d117b1f
  • dependabot/github_actions/actions-243d7dc9c9
  • dependabot/github_actions/actions-2d7c865d12
  • dependabot/github_actions/actions-62c22b5ba5
  • dependabot/github_actions/actions-8e8a7fd0ce
  • dependabot/github_actions/actions-9aa0d56b6e
  • dependabot/github_actions/actions-bb3f42b061
  • dependabot/github_actions/actions-ef470c4c78
  • dependabot/github_actions/actions-f7e9886b4e
  • dependabot/github_actions/actions/cache-3.0.11
  • dependabot/github_actions/actions/upload-artifact-3.1.0
  • dependabot/github_actions/coverallsapp/github-action-1.1.3
  • dependabot/github_actions/github/codeql-action-2.1.27
  • dependabot/pip/actions-d3fce962ef
  • dependabot/pip/nose-approx-eq-1.3.7
  • dependabot/pip/pyelftools-approx-eq-0.29
  • dependabot/submodules/actions-01fc0163df
  • dependabot/submodules/actions-185e3ab0e0
  • dependabot/submodules/actions-507aa59b22
  • dependabot/submodules/actions-5a4aac8c64
  • dependabot/submodules/actions-77fb9fb000
  • dependabot/submodules/actions-a1a8f43c30
  • dependabot/submodules/actions-aceee3858e
  • dependabot/submodules/actions-c7f6199ec9
  • dependabot/submodules/actions-cbc7190d65
  • dependabot/submodules/actions-ce454e3a81
  • dependabot/submodules/actions-e512bf45d3
  • dependabot/submodules/external/bpf_conformance-389cf18
  • dependabot/submodules/external/bpf_conformance-6253ac7
  • dependabot/submodules/external/bpf_conformance-832efb7
  • doxygen
  • ebpf_mitigations
  • exclude_system_header_coverage
  • fix_readme
  • fix_signed_unsigned_mismatch
  • fuzz_test
  • gh-pages
  • integrate_bpf_conformance
  • issue110
  • issue114
  • issue115
  • issue117
  • issue120
  • issue125
  • issue126-clang-format-license-check
  • issue137
  • issue163
  • issue164
  • issue185
  • issue197
  • issue205
  • issue250
  • issue255
  • issue259
  • issue29
  • issue325
  • issue431
  • issue45
  • issue81
  • master
  • refactor_bpf_conformance
  • rename_license_for_compliance
  • restrict_coverge_to_product_code
  • sign_extend_tests
  • switch_to_ubuntu_22_04
  • test_arm64
  • test_arm64_ubuntu22
  • test_elf
  • try_arm64_ubsan_only
  • update_bpf_conformance
  • wait_for_macos_no_retpoline
  • windows_workaround

09 Feb 2026 10:21PM UTC coverage: 79.794%. Remained the same
22024354543

push

github

web-flow
Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760)

* Implement MOVSX support for validation, interpreter and JIT

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

* Fix x86_64 JIT MOVSX - force REX prefix for byte register access

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

* Format code with clang-format

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

* Revert "Format code with clang-format"

This reverts commit 0f55b0593.

* Add CPU version v4 flag for MOVSX and RFC9669 conformance tests

Configure cmake/ctest to automatically run MOVSX and RFC9669 tests
with --cpu_version v4 flag. This ensures these v4 instruction tests
run with the correct CPU version instead of being skipped.

Tests affected:
- All movsx* tests (movsx832-reg, movsx1632-reg, movsx864-reg,
  movsx1664-reg, movsx3264-reg, rfc9669_movsx)
- All rfc9669_* conformance tests (88 tests total)

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

* Fix type conversion portability in MOVSX interpreter

Add intermediate unsigned casts to make sign-extension behavior
well-defined across all platforms. Converting uint64_t directly to
int8_t/int16_t/int32_t is implementation-defined when the value
doesn't fit. Cast through uint8_t/uint16_t/uint32_t first to ensure
portable truncation before sign extension.

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

60 of 64 new or added lines in 4 files covered. (93.75%)

157 existing lines in 4 files now uncovered.

6579 of 8245 relevant lines covered (79.79%)

536591.84 hits per line

Relevant lines Covered
Build:
Build:
8245 RELEVANT LINES 6579 COVERED LINES
536591.84 HITS PER LINE
Source Files on main
  • Tree
  • List 131
  • 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
22024354543 main Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760) * Implement MOVSX support for validation, interpreter and JIT Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com> * Fix x86_64 JIT MOVSX - force REX prefix... push 14 Feb 2026 09:14PM UTC web-flow github
79.79
22003328026 main Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760) * Implement MOVSX support for validation, interpreter and JIT Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com> * Fix x86_64 JIT MOVSX - force REX prefix... push 13 Feb 2026 09:25PM UTC web-flow github
79.79
21964759047 main Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760) * Implement MOVSX support for validation, interpreter and JIT Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com> * Fix x86_64 JIT MOVSX - force REX prefix... push 12 Feb 2026 09:24PM UTC web-flow github
79.79
21923594619 main Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760) * Implement MOVSX support for validation, interpreter and JIT Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com> * Fix x86_64 JIT MOVSX - force REX prefix... push 11 Feb 2026 09:29PM UTC web-flow github
79.79
21883177124 main Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760) * Implement MOVSX support for validation, interpreter and JIT Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com> * Fix x86_64 JIT MOVSX - force REX prefix... push 10 Feb 2026 09:33PM UTC web-flow github
79.79
21843966586 main Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760) * Implement MOVSX support for validation, interpreter and JIT Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com> * Fix x86_64 JIT MOVSX - force REX prefix... push 09 Feb 2026 10:52PM UTC web-flow github
79.79
21841381998 main Switch to mainline prevail (#759) Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> Co-authored-by: Alan Jowett <alan.jowett@microsoft.com> push 09 Feb 2026 09:29PM UTC web-flow github
78.05
21805506536 main submodule: point verifier to vbpf/prevail (#755) * Switch to cmake fix Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * libfuzzer: build with upstream prevail * submodule: point verifier to vbpf/prevail * libfuzzer: restore constraint... push 08 Feb 2026 09:17PM UTC web-flow github
78.05
21786993220 main submodule: point verifier to vbpf/prevail (#755) * Switch to cmake fix Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * libfuzzer: build with upstream prevail * submodule: point verifier to vbpf/prevail * libfuzzer: restore constraint... push 07 Feb 2026 09:16PM UTC web-flow github
78.05
21766293085 main submodule: point verifier to vbpf/prevail (#755) * Switch to cmake fix Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * libfuzzer: build with upstream prevail * submodule: point verifier to vbpf/prevail * libfuzzer: restore constraint... push 06 Feb 2026 09:21PM UTC web-flow github
78.05
See All Builds (1832)
  • 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