On 04.09.2025 08:35, Penny Zheng wrote: > --- a/xen/include/public/sysctl.h > +++ b/xen/include/public/sysctl.h > @@ -492,7 +492,6 @@ struct xen_get_cpufreq_para { > struct xen_ondemand ondemand; > } u; > } s; > - struct xen_get_cppc_para cppc_para; > } u;
Which means the outer union could now be dropped as well. Which may help proving (or perhaps even easily seeing) the safety of the change you're making in patch 7. Jan