On 18.06.2021 01:39, Daniel P. Smith wrote: > With the conversion of making XSM always enabled even the dummy XSM module is > being invoked through the xsm_ops dispatch which does not use passing of the > default privilege. This commit removes the xen_default_t parameter from the > hook > definitions and all the respective call sites.
I don't think it has really become clear from the earlier patches that even in dummy mode we now have (as per my reading of the above) actual function calls, where previously everything got inlined in this case. I'm afraid I view this as another argument against the removal of XSM as a top level Kconfig option. Jan