[ad_1]
The pstore module receives an argument: https://github.com/stormbreaker-project/kernel_poco_citrus/blob/main/fs/pstore/platform.c#L546
int pstore_register(struct pstore_info *psi)
{
struct module *owner = psi->owner;
and
EXPORT_SYMBOL_GPL(pstore_register);
So, where are these arguments passed? Can I pass them in command line?
PS: I want to activate these flags: https://github.com/stormbreaker-project/kernel_poco_citrus/blob/main/fs/pstore/platform.c#L595
[ad_2]