ebpf

Tag

Cards List
#ebpf

BPF support in GCC 16 and beyond

Lobsters Hottest · 4d ago Cached

José Marchesi and the GCC-BPF team provided an update on BPF support in GCC 16, highlighting progress toward feature parity with LLVM and increasing pass rate of the kernel's BPF self-tests.

0 favorites 0 likes
#ebpf

Bytecode VMs in surprising places (2024)

Hacker News Top · 2026-05-22 Cached

This article explores surprising uses of bytecode virtual machines, specifically eBPF in the Linux kernel and DWARF expressions for debug information in compiled binaries.

0 favorites 0 likes
#ebpf

Gobee: write eBPF programs in Go, transpiled via clang

Lobsters Hottest · 2026-05-21 Cached

Gobee is a tool that transpiles a subset of Go into BPF C, allowing developers to write eBPF programs in Go instead of C. It generates typed Go bindings for userspace and uses clang's backend for compilation.

0 favorites 0 likes
#ebpf

Isolation Forest + eBPF events to create a Linux based endpoint detection system [P]

Reddit r/MachineLearning · 2026-04-23

guardd is an open-source Linux endpoint detection tool that uses eBPF events and Isolation Forest to spot anomalous process/network behavior in 60-second windows, but struggles with browser-related false positives.

0 favorites 0 likes
#ebpf

Diagnosing Random MariaDB Freezes

Lobsters Hottest · 2026-04-20 Cached

Frappe Cloud investigated recurring database freezes affecting thousands of hosted sites by using eBPF tracing to monitor disk I/O at the kernel level, discovering a suspicious query pattern that triggered the incidents.

0 favorites 0 likes
← Back to home

Submit Feedback