On Wednesday, August 31, 2022 1:40 AM, Jia He wrote: > +/* > + * "ghes.edac_force_load" forcibly loads ghes_edac and skips the platform > + * check. > + */ > +bool ghes_edac_force_load; > +module_param_named(edac_force_load, ghes_edac_force_load, bool, 0); > +EXPORT_SYMBOL(ghes_edac_force_load); Since ghes has no ability to load ghes_edac module, I suggest changing the option name to ghes.edac_force_enable or ghes.edac_enable. Toshi