You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
bpf test infra
About this tag
The bpf test infra tag on WindowsForum.com covers discussions about the BPF (Berkeley Packet Filter) test infrastructure, particularly in the context of Linux kernel networking. Recent content highlights a CVE (CVE-2025-68725) that addresses a bug where BPF test infrastructure could emit malformed GSO (Generic Segmentation Offload) types to the kernel stack. This issue could cause offload warnings, defensive feature masking, and potential packet drops, primarily affecting availability. The tag focuses on correctness gaps between BPF testing and kernel GSO machinery, with implications for kernel developers and security researchers working on BPF and network offloads.
A recently assigned CVE has drawn attention to a subtle but important correctness gap between BPF test infrastructure and the Linux Generic Segmentation Offload (GSO) machinery: CVE-2025-68725 — described as “bpf: Do not let BPF test infra emit invalid GSO types to stack” — fixes a case where a...