eBPF and Kernel Modules - What's the Difference?

eBPF programs and kernel modules are both processes that can be dynamically loaded into the Linux kernel to extend or modify kernel functionality. Understanding the differences between the two will help in picking the best method to solve a given kernel-space problem.…

Read More


Dec 05, 2023 7 min read

John Blat

Linux