Explore >> Select a destination


You are here

pchaigno.github.io
| | scorpiosoftware.net
4.9 parsecs away

Travel
| | In the Linux world, the eBPF technology has been around for years. Its purpose is to allow writing programs that run within the Linux kernel. However, contrary to standard kernel modules, eBPF runs in a constrained environment, its API is limited as to not hurt the kernel. Furthermore, every eBPF program must be verified before...
| | sergioprado.blog
5.8 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | mdaverde.com
5.1 parsecs away

Travel
| | A primer to what the kernel enforces on eBPF program loading
| | lwn.net
7.6 parsecs away

Travel
| In his linux.conf.au 2017 talk [YouTube] on the eBPF in-kernel virtual machine, Brendan Gregg p [...]