Compiling for Verified Targets: BPF Optimization Challenges
Offered By: Linux Plumbers Conference via YouTube
Course Description
Overview
Explore the challenges and strategies for compiling code for verified targets, specifically focusing on the Linux kernel's Berkeley Packet Filter (BPF). Learn about the unique requirements of BPF programs, which must be verified as safe before execution in privileged kernel mode. Discover the complexities of generating verifiable machine instructions from high-level languages like C or Rust. Examine various techniques being considered to address these challenges, including IR legalization, static analysis, assembler verification, and specialized compiler passes. Gain insights into the ongoing discussions between GNU toolchain, clang/llvm, and BPF kernel communities to develop practical solutions for compiling verified targets. Understand the implications of these developments for the future of kernel programming and the potential proliferation of verifiers in other domains.
Syllabus
Compiling for verified targets BPF - Jose E Marchesi
Taught by
Linux Plumbers Conference
Related Courses
Innovating with Toolchains in 2023Linux Foundation via YouTube SFrame: The Simple Frame Stack Trace Format
Linux Foundation via YouTube The Compact C Type Debugging Format in the GNU Toolchain - Progress Report
Linux Foundation via YouTube Update on BPF Support in the GNU Toolchain
Linux Plumbers Conference via YouTube Support for the CTF and BTF Debug Formats in the GNU Toolchain
Linux Plumbers Conference via YouTube