Hi, Lucas! I have a question about exit call from tools/log.c:log_printf() (https://github.com/lucasdemarchi/kmod/blob/master/tools/log.c#L140) What is the reasoning behind that? At the first glance it looks a bit incorrect (pretty surprising to have exit in print()). Discovered while trying to remove several modules when one of them cannod be removed: $ modprobe -r libata pcspkr modprobe: FATAL: Module libata is in use. $ lsmod | grep pcsp pcspkr 16384 0 -- WBR, Yauheni Kaliuta