From d1310eeee0c22e218833d08e501a9152fca98963 Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Fri, 6 Dec 2024 22:16:52 +0000 Subject: [PATCH] devrooms: Add blurb for eBPF devroom (#269) --- content/schedule/devrooms/ebpf.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/schedule/devrooms/ebpf.html diff --git a/content/schedule/devrooms/ebpf.html b/content/schedule/devrooms/ebpf.html new file mode 100644 index 00000000..d69cda22 --- /dev/null +++ b/content/schedule/devrooms/ebpf.html @@ -0,0 +1,24 @@ +

+ eBPF is a technology that runs sandboxed programs in a privileged context, + such as the operating system kernel. Use it to safely and efficiently extend + the capabilities of the kernel, without changing kernel source code or + loading kernel modules. Originally developed for the Linux kernel, eBPF now + runs on other platforms, too. For more information on eBPF, see the + https://ebpf.io website, or the + eBPF page on Wikipedia. +

+ +

+ FOSDEM'25 hosts the first eBPF devroom. The devroom covers all things related + to eBPF: features development, new runtimes, deep-dives on existing features, + eBPF toolchain and libraries, and more. Come and learn about eBPF, and meet + the community! +

+ +

+ For more information on the topics of interest, see the + call for participation. + The official communication channel for the devroom is the + ebpf-devroom + mailing list. +