On Thu, Sep 28, 2023 at 12:08:47AM +0900, Tetsuo Handa wrote: > +extern int register_loadable_lsm(struct security_hook_list *hooks, int count, > + const char *lsm); naming nit, this should be "noun_verb" where ever possible to make it easier to handle global symbols. So "lsm_register()" perhaps? thanks, greg k-h