On Wed 2022-03-02 08:08 +0000, Christophe Leroy wrote: > When it was in main.c, is_module_sig_enforced() was build as soon as > CONFIG_MODULES was set. > > Now it is only built when CONFIG_MODULE_SIG is selected, so you have to > modify include/linux/modules.h and have the stub > is_module_sig_enforced() when CONFIG_MODULE_SIG is not selected and not > only when CONFIG_MODULES is not selected. Hi Christophe, Looking at this again, perhaps I'm missing something. If I understand correctly, Kconfig CONFIG_MODULE_SIG cannot be selected without CONFIG_MODULES; also CONFIG_MODULE_SIG depends on CONFIG_MODULES, no? So, what is present is enough right i.e. the stub when CONFIG_MODULES is not enabled? Kind regards, -- Aaron Tomlin