Hi Ludo, On Tue, 13 Mar 2018 11:51:42 +0100 ludo@gnu.org (Ludovic Courtès) wrote: > Right, and the worst that can happen is that modprobe will fail, but > that’s fine because the functionality is already there anyway. Yeah - but what does the kernel do when we return a non-zero exit code for something he wants to use? :) ./fs/filesystems.c: if (!fs && (request_module("%.*s", len, name) == 0)) ^^^^ uh oh