On Tue, 2019-02-05 at 13:13 -0800, Luis Chamberlain wrote: > Also, do we have selftests implemented to ensure we don't regress with > your changes? We're working on a regression test. "modprobe" currently first attempts to use finit_module, and then falls back to using init_module. Before writing a small program to load kernel modules, are you aware of any that allows you to specify the syscall? Mimi