docs: bpfcompat now runs upstream in falcosecurity/libs CI#81
Merged
Conversation
falcosecurity/libs#3024 merged 2026-07-15: a scheduled lane in falcosecurity/libs builds Falco's real userspace loader (scap-open, statically linked, modern_bpf probe embedded) and validates it per kernel via bpfcompat command mode — the loader's exit code is the per-kernel verdict, no manifest to keep in sync. - README: 'Runs upstream' callout + graduate the Falco proof section from standalone evidence to merged upstream CI - case-study-falco-modern-bpf.md: upstream-adoption section; bump the stale v0.2.0 action pin in the reproduce snippet to v0.3.0 - command-validation.md: real-world example under the GitHub Action section Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
falcosecurity/libs#3024 merged on 2026-07-15: a scheduled CI lane in
falcosecurity/libsbuilds Falco's real userspace loader (scap-open, statically linked, modern_bpf probe embedded) and validates it inside each matrix kernel VM via bpfcompat command mode (workflow).Update the docs to reflect it:
v0.2.0action pin in the reproduce snippet tov0.3.0.Verification
The exact merged workflow was dress-rehearsed on a fork (
ErenAri/libsrun 29422004424): scap-open static build + 3-kernel matrix all pass (ubuntu-22.04-5.15/debian-12-6.1/ubuntu-24.04-6.8) — after addinglibbpf-dev/zlib1g-devto the runner deps (upstream fix branch prepared separately). Wording stays factual (a workflow exists and runs) — no endorsement claims.🤖 Generated with Claude Code