It is also useful as a caniuse.com but for Linux kernel.

For example, I got surprised that sleepable fentry #BPF program depends on `CONFIG_FUNCTION_ERROR_INJECTION` sometime ago. It is enabled by default on Arch Linux which is my development environment. But it is disabled in other distros like fedora.

So this website is useful for checking if the kernel feature you want to use is enabled by the distros you want to support.

2/3

[$] BPF in the agentic era

Alexei Starovoitov gave "less of a presentation, more of a scream of realization" at the BPF track of the 2026 Linux Storage, Filesystem, Memory-Management, and BPF Summit. He sha [...]

https://lwn.net/Articles/1075067/ #LWN #Linux #kernel #GCC #Rust #BPF #LSFMMBPF

[$] Caching for extended attributes

Extended attributes (xattrs) provide a way to attach key/value metadata to inodes—files, directories, and the like—in a filesystem. As with many Linux filesystems, the FUSE filesy [...]

https://lwn.net/Articles/1074919/ #LWN #Linux #kernel #XFS #BPF #FUSE

BPF support in GCC 16 and beyond

José Marchesi and the GCC-BPF developers opened the BPF track at the 2026 Linux Storage, File [...]

LWN.net

I quite like Project Zero blog. Some interesting tricks.

"memstart_addr is an exported variable that can be looked up in /proc/kallsyms."

⚠️ Their content was like that long before chat-supplychain-pt, I understand almost nothing of it 🤯
A KASLR leak is a type of security weakness where information is unintentionally revealed that lets someone figure out the randomized memory location of the OS kernel.

Defeating KASLR by Doing Nothing at All
https://projectzero.google/2025/11/defeating-kaslr-by-doing-nothing-at-all.html

#linux #bpf #infosec

[$] Representing the true signatures of kernel functions

Optimizing compilers can, under some circumstances, infer when a parameter to a function is not needed, and remove it. This is all well and good until the kernel's tracing or BPF s [...]

https://lwn.net/Articles/1073762/ #LWN #Linux #kernel #GCC #Clang #Rust #BPF #LSFMMBPF

[$] Policies for merging new filesystems

In a filesystem-track session at the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, Amir Goldstein wanted to discuss his proposed documentation on adding new fi [...]

https://lwn.net/Articles/1074557/ #LWN #Linux #kernel #BPF #FUSE

[$] Separating memory descriptors from struct page

The kernel's memory-management subsystem is currently partway through a multi-year project to replace the page structure (which represents a page of physical memory) with memory de [...]

https://lwn.net/Articles/1073425/ #LWN #Linux #kernel #XFS #BPF

Andrew Morton's 2004 OLS keynote

I recently presented a brief tribute to Andrew Morton at the 2026 Linux Storage, Filesystem, Me [...]

LWN.net

[$] Further progress toward removing the page map count

The mapcount field was created to track the number of mappings (page-table entries) that refer to the given page. Among other things, a mapcount of zero means that the page has no [...]

https://lwn.net/Articles/1073418/ #LWN #Linux #kernel #BPF