On 28.05.2025 11:16, Penny Zheng wrote: > @@ -518,34 +687,3 @@ int do_pm_op(struct xen_sysctl_pm_op *op) > > return ret; > } > - > -int acpi_set_pdc_bits(uint32_t acpi_id, XEN_GUEST_HANDLE(uint32) pdc)
You can't change ... > --- a/xen/drivers/cpufreq/cpufreq.c > +++ b/xen/drivers/cpufreq/cpufreq.c > @@ -588,6 +588,37 @@ out: > return ret; > } > > +int acpi_set_pdc_bits(unsigned int acpi_id, XEN_GUEST_HANDLE(uint32) pdc) ... types like this, without also adjusting the declaration. I'm about to make a patch to address the resulting Misra regression. Jan