Not this time, insmod -m was my first choice. However -m is only
supported by insmod, not by modprobe. kerneld does not pass the -m
flag so it would need to be changed. Where would insmod -m log to when
invoked from kerneld? Do we really want a set of symbols in syslog
every time kerneld loads a module? insmod -m only logs when modules
are loaded but there is no corresponding feature in rmmod to log when
symbols are removed. IMHO insmod -m does not quite cut the mustard.