1. 7
  1. 2

    eBPF is a very cool technology. LWN did a great introduction about it [1]. The tooling is getting mature with BCC.

    I for one think about how eBPF bytecode and verifier could be used outside of Linux kernel. It’s a thin and easily JIT-able architecture, designed to run untrusted code.

    [1] https://lwn.net/Articles/740157/