Add experimental eBPF backend and runtime profiles - #23
Merged
kleeedolinux merged 1 commit intoJul 14, 2026
Merged
Conversation
kleeedolinux
self-requested a review
July 14, 2026 10:13
Collaborator
|
profissionalismo gente |
OFC-KazzKyy
force-pushed
the
feat/experimental-ebpf-backend
branch
from
July 14, 2026 10:51
a841fd5 to
bcf0435
Compare
OFC-KazzKyy
force-pushed
the
feat/experimental-ebpf-backend
branch
from
July 14, 2026 11:18
bcf0435 to
59a2e49
Compare
Author
|
Updated the PR to a single rebased commit with a professional title and description. Changes in this revision:
The latest GitHub Actions run for commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the first experimental Pop-to-eBPF path while keeping HIR/MIR backend-neutral and making runtime eligibility explicit.
bpfel-unknown-none/bpfeb-unknown-nonetargets and an LLVM BPF/XDP object-emission path.--runtime-profile linux-ebpffor BPF builds and report missing runtime contracts separately from eBPF verifier/backend restrictions.upstream/masterand resolve upstream architecture-contract collisions by renumbering the newly introduced native runtime ADRs to 0071/0072 and removing duplicate public catalog roots.-D warningsgate.Validation
cargo fmt --all -- --checkgit diff --check upstream/master..HEADPATH=/usr/lib/llvm-22/bin:$PATH LLVM_SYS_221_PREFIX=/usr/lib/llvm-22 cargo check --workspace --all-targetsPATH=/usr/lib/llvm-22/bin:$PATH LLVM_SYS_221_PREFIX=/usr/lib/llvm-22 cargo clippy --workspace --all-targets -- -D warningsPATH=/usr/lib/llvm-22/bin:$PATH LLVM_SYS_221_PREFIX=/usr/lib/llvm-22 cargo test -p pop-architecture-testsPATH=/usr/lib/llvm-22/bin:$PATH LLVM_SYS_221_PREFIX=/usr/lib/llvm-22 cargo test --workspace --all-targetsNotes
The PR is intentionally kept as one commit:
59a2e49 Add experimental eBPF backend and runtime profiles.