Re: [PATCH 08/11] xen/sysctl: wrap around XEN_SYSCTL_scheduler_op

2025-07-06 Thread Juergen Gross
On 07.07.25 05:13, Penny Zheng wrote: Function sched_adjust_global is designed for XEN_SYSCTL_scheduler_op, so itself and its calling flow, like .adjust_global, shall all be wrapped. Signed-off-by: Penny Zheng Reviewed-by: Stefano Stabellini Acked-by: Stewart Hildebrand #a653 Reviewed-by: J

[PATCH 08/11] xen/sysctl: wrap around XEN_SYSCTL_scheduler_op

2025-07-06 Thread Penny Zheng
Function sched_adjust_global is designed for XEN_SYSCTL_scheduler_op, so itself and its calling flow, like .adjust_global, shall all be wrapped. Signed-off-by: Penny Zheng Reviewed-by: Stefano Stabellini Acked-by: Stewart Hildebrand #a653 --- v1 -> v2: - no need to wrap declarations - add trans