On 25.07.2025 08:15, Jiqian Chen wrote: > Jiqian Chen (11): > xen: Introduce CONFIG_PLATFORM_OP > xen/xsm: Wrap around xsm_platform_op with CONFIG_PLATFORM_OP > xen/platform_op: Wrap around XENPF_microcode_update(2) > xen/platform_op: Wrap around XENPF_firmware_info > xen/platform_op: Wrap around XENPF_efi_runtime_call > xen/platform_op: Wrap around XENPF_enter_acpi_sleep > xen/platform_op: Wrap around XENPF_set_processor_pminfo > xen/xsm: Wrap around xsm_resource_(un)plug_core > xen/platform_op: Wrap around XENPF_mem_hotadd > xen/platform_op: Wrap around XENPF_core_parking > xen/platform_op: Wrap around platform_op hypercall
Except for extreme cases, unlike for e.g. sysctl, I think it is dangerous to compile this out altogether. Further, nit: While I let Penny's use of "Wrap around ..." as subjects go as is, the massive use here makes it necessary to indicate that I don't consider these as meaningful subjects. They simply don't say what is actually being done by the patch. One possible meaning could be that you found line wrapping issues, and correct them step by step. Jan