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
