eBPF

eBPF on Beyond Market Intelligence: a running collection of 4 stories we have gathered and hand-picked because they are worth your time. Every post here touches on ebpf in some way — the news, the analysis, the deep dives, and the occasional surprise find. Acme AI is the next-generation, AI-powered spreadsheet platform built to replace Excel and redefine how analysts, data scientists, and enterprise teams work with data. New stories are added to this page as we find them, so check back if you want to keep up with what is happening around ebpf, or subscribe to the RSS feed to get them as soon as they are published. Browse the collection below, or head back to the homepage to see everything Beyond Market Intelligence is covering right now.

Podcast: How eBPF Empowers Developers to Observe Inside the Linux Kernel in a Safe and Unintrusive Way
InfoQ

Podcast: How eBPF Empowers Developers to Observe Inside the Linux Kernel in a Safe and Unintrusive Way

Unlock deeper insights into your Linux systems with our latest podcast episode. Dan Fineran expertly explores how Extended Berkeley Packet Filter (eBPF) has evolved into a remarkably safe and versatile tool for kernel observability. Moving far beyond its origins, eBPF allows developers to extend the kernel’s capabilities without the instability of traditional modules. The key? A robust "verifier" that acts as a critical security guardrail. For a deeper dive into related security challenges, explore our article, "Understanding ML Model Poisoning."

How LinkedIn Identified a Kernel Lock Contention Issue Causing Recurring System Freezes
InfoQ

How LinkedIn Identified a Kernel Lock Contention Issue Causing Recurring System Freezes

In the quest to enhance system reliability, LinkedIn engineers faced a perplexing challenge: short-lived outages that left little trace of their origin. By employing a novel approach that utilized off-CPU profiling with eBPF, they were able to identify a kernel lock contention issue that caused recurring system freezes. This insightful exploration not only sheds light on a complex problem but also highlights the innovative strategies that can be employed to troubleshoot and optimize modern data systems.

Article: Kernel-Level Ground Truth: Why eBPF is Replacing User-Space Agents for Security Observability
InfoQ

Article: Kernel-Level Ground Truth: Why eBPF is Replacing User-Space Agents for Security Observability

In the evolving landscape of security observability, eBPF is emerging as a superior alternative to traditional user-space agents. By interfacing directly with the Linux kernel's syscall layer, eBPF delivers consistent visibility, even amid container-level breaches. This innovative approach not only reduces CPU consumption related to security processes but also enhances operational efficiency by filtering data at the kernel level. For a deeper understanding of security challenges, explore our article on the recent TanStack npm supply chain attack.

GitHub Uses eBPF to Eliminate Deployment Risks and Prevent Circular Failures
InfoQ

GitHub Uses eBPF to Eliminate Deployment Risks and Prevent Circular Failures

GitHub is enhancing deployment safety with its innovative use of eBPF, a powerful tool that helps identify and eliminate hidden circular dependencies. This proactive approach not only mitigates deployment risks but also ensures smoother recovery during outages. By leveraging eBPF technology, GitHub aims to streamline its operations and improve overall reliability, reflecting a commitment to continuous improvement in software deployment practices. Craig Risi explores how this advancement represents a significant step forward in preventing circular failures and safeguarding user experiences.