fix(runtime): keep preload shims transparent on failure - #606
Open
yunwei37 wants to merge 6 commits into
Open
Conversation
Member
Author
|
Addressed the final review findings in
The focused suite now passes 7 test cases / 42 assertions, and the broader non-LLVM run passes 74 test cases / 8,575,172 assertions. Final independent review found no blocking issues. I will continue monitoring checks and review feedback. |
yunwei37
force-pushed
the
fix/preload-shim-transparency
branch
from
July 22, 2026 07:47
69f5113 to
3d54f8b
Compare
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
errno, relativeopenatsemantics, and single-callmmapfallback behaviorAGENTS.mdlinked to the existing instruction file and no rootdocs/directoryValidation
cmake --build build --target bpftime-agent bpftime-syscall-server bpftime_runtime_tests bpftime-shm-allocation-test-helper -j2build/runtime/unit-test/bpftime_runtime_tests '[allocation],[preload]'(7 test cases, 42 assertions)example/minimaluprobe end-to-end run with the repository test driver: server startup, agent attach, andtarget_func called.assertion passedexample/minimalsyscall-transformer end-to-end run with the repository test driver: text rewrite, agent install, andsyscall write called.assertion passedThe local build used the ubpf backend, so the eight attach/tail-call cases that require the LLVM VM backend were excluded from the broader local runtime-test run. Console logging was explicitly selected only for the two example assertions.
Fixes #605