Rust and Tell - Berlin - Aya: Extending the Linux Kernel with eBPF and Rust by Michal Rostecki

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 2

  • @ntippy
    @ntippy 2 ปีที่แล้ว +3

    Excellent talk, eBPF is powerful and it is great to know that I can use this feature with Rust.

  • @mdaverde
    @mdaverde 2 ปีที่แล้ว +7

    An interesting strategy for the Rust for Linux team to consider is: in their efforts of rewriting kernel modules to design them to be "eBPF-first". As an example, this could mean prioritizing BTF generation for new modules, tooling around easily labeling kfuncs (new eBPF feature), driver support for eBPF hooks such as XDP for networking etc. If we can make this easier for kernel module authors to support out of the box, the eBPF community also benefits.