Linux Kernel to Enable Dynamic Interpreter Selection

The Linux kernel is adding support for dynamic interpreter selection using eBPF, which enables binaries to be relocatable. This removes the need for fixed paths to interpreters (like ld.so), allowing software to run from any location without complex environment hacks, a major win for ecosystems like NixOS.