On Mon, 21 Apr 2025, Penny Zheng wrote:
> From: Stefano Stabellini <stefano.stabell...@amd.com>
> 
> Wrap sysctl hypercall def and sysctl.o with CONFIG_SYSCTL, and since
> PV_SHIM_EXCLUSIVE needs sorting as a prereq in the future, we move
> them out of PV_SHIM_EXCLUSIVE condition at the same time.
> 
> We also need to remove all transient "#ifdef CONFIG_SYSCTL"-s in sysctl.c.
> 
> Signed-off-by: Stefano Stabellini <stefano.stabell...@amd.com>
> Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com>
> Signed-off-by: Penny Zheng <penny.zh...@amd.com>

Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>


> ---
> v1 -> v2:
> - remove all transient "#ifdef CONFIG_SYSCTL"-s in sysctl.c
> ---
> v2 -> v3:
> - move out of CONFIG_PV_SHIM_EXCLUSIVE condition
> ---
>  xen/common/Makefile          |  2 +-
>  xen/common/sysctl.c          | 12 ------------
>  xen/include/hypercall-defs.c |  8 ++++++--
>  3 files changed, 7 insertions(+), 15 deletions(-)


Reply via email to