On 3/28/24 13:45, Jarkko Sakkinen wrote: >> +/** >> + * ipe_init - Entry point of IPE. >> + * >> + * This is called at LSM init, which happens occurs early during kernel >> + * start up. During this phase, IPE registers its hooks and loads the >> + * builtin boot policy. >> + * Return: >> + * * 0 - OK >> + * * -ENOMEM - Out of memory > Just a suggestion: > > * 0: OK > * -ENOMEM: Out of memory (OOM) > > Rationale being more readable (less convoluted). > > And also sort of symmetrical how parameters are formatted in kdoc. It needs the " * *" to make a formatted list in the generated output. Otherwise the use of '- or ':' as a separator doesn't matter AFAIK. -- #Randy
- [PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE) Fan Wu
- [PATCH v16 01/20] security: add ipe lsm Fan Wu
- Re: [PATCH v16 01/20] security: add ipe lsm Jarkko Sakkinen
- Re: [PATCH v16 01/20] security: add ipe lsm Randy Dunlap
- Re: [PATCH v16 01/20] security: add ipe l... Jarkko Sakkinen
- [PATCH v16 03/20] ipe: add evaluation loop Fan Wu
- Re: [PATCH v16 03/20] ipe: add evaluation loop Jarkko Sakkinen
- [PATCH v16 04/20] ipe: add LSM hooks on execution and... Fan Wu
- [PATCH v16 02/20] ipe: add policy parser Fan Wu
- Re: [PATCH v16 02/20] ipe: add policy parser Jarkko Sakkinen
- Re: [PATCH v16 02/20] ipe: add policy parser Jarkko Sakkinen
- [PATCH v16 05/20] initramfs|security: Add a security ... Fan Wu
- [PATCH v16 06/20] ipe: introduce 'boot_verified' as a... Fan Wu
- [PATCH v16 10/20] ipe: add permissive toggle Fan Wu
