feat(bpfcompat): Coverage section — full-VM validation, distros, backports#9
Merged
Merged
Conversation
…backports
New section on the product page (after "how it works") covering the three
things users keep asking:
- full VM validation, not static: boots the real distro cloud image +
its actual kernel as a disposable QEMU/KVM VM and runs the real
load/attach inside the guest; the verdict is what the kernel accepted
- distributions covered: a grid (Ubuntu, Debian, RHEL family via
Alma/Rocky/CentOS, Oracle UEK, Amazon Linux, SUSE, upstream mainline;
x86_64 + ARM64)
- kernel version != feature support: enterprise backports (Ubuntu 5.4
fails ringbuf, AlmaLinux 8's 4.18 passes; AL2 4.14 no-BTF still loads)
Distro list is hardcoded data; all prose localized across 8 languages
(i18n parity test green). Cloud-native profiles (Bottlerocket/Talos/
Flatcar) intentionally omitted — cataloged but not runnable via the SSH
executor, so not claimed as supported.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying kernel-guard-frontend-git with
|
| Latest commit: |
4ef3dc7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://620e8e4e.kernel-guard-frontend-git.pages.dev |
| Branch Preview URL: | https://feat-bpfcompat-coverage-sect.kernel-guard-frontend-git.pages.dev |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
kernel-guard-frontend | 4ef3dc7 | Commit Preview URL Branch Preview URL |
Jun 24 2026, 02:13 PM |
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.
Adds a Coverage section to the bpfcompat product page (after "how it works"), answering the three things users keep asking about — same content now also in the README (Kernel-Guard/bpfcompat#46).
Distro list is hardcoded data; all prose localized across 8 languages (i18n parity test passes). Cloud-native profiles (Bottlerocket/Talos/Flatcar) intentionally omitted — cataloged but currently non-runnable via the SSH executor.
Verification
vitestbpfcompat i18n parity — passtsc --noEmit— cleannpm run build— 288/288 routes prerender, 0 failures/projects/bpfcompat/confirms the section, distro grid, and backport copy are present🤖 Generated with Claude Code