On Wed, 10 Sep 2025, Penny Zheng wrote: > Function sched_adjust() is responsible for XEN_DOMCTL_scheduler_op domctl-op, > so it could be wrapped with CONFIG_MGMT_HYPERCALLS. > Tracing its calling chain, the following functions shall be wrapped with > CONFIG_MGMT_HYPERCALLS too: > - sched_adjust_dom() > - scheduler-specific .adjust() callback > - xsm_sysctl_scheduler_op() > Wrap XEN_DOMCTL_scheduler_op-case transiently with CONFIG_MGMT_HYPERCALLS, > and it will be removed when introducing CONFIG_MGMT_HYPERCALLS on the > common/domctl.c in the last. > > Signed-off-by: Penny Zheng <penny.zh...@amd.com>
Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>