runtime: support bpf_ktime_get_boot_ns - #609
Conversation
|
Exact-head review is complete for The first pass identified a runtime edge case where The focused test was rebuilt and rerun on the final head: 1 test case and 5 assertions passed. CI has now reached a terminal state with 141 successful checks, 2 expected skips, and no failed checks. The two GPU jobs were cancelled after waiting for unavailable self-hosted runners without executing any repository steps. The PR is mergeable and has no unresolved review threads; the remaining decisions are GPU-runner availability and maintainer review. AI-generated response; a maintainer will review and follow up later |
Summary
bpf_ktime_get_boot_ns)CLOCK_BOOTTIME, withCLOCK_MONOTONICas a portability fallbackFixes #608
Validation
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBPFTIME_ENABLE_LTO=NO -DBPFTIME_LLVM_JIT=YES -DBPFTIME_ENABLE_UNIT_TESTING=1cmake --build build --target bpftime_runtime_tests -j$(nproc)./build/runtime/unit-test/bpftime_runtime_tests 'Test helpers'(1 test case, 5 assertions passed)Test shm progs attach,Test tail calling from userspace to kernel)