Message ID | d01b0a1f-bd33-47fe-ab41-43843d8a374f@kfocus.org |
---|---|
State | New |
Headers | show |
Series | Relying on_OSC to be accurate about CPPC v2 support breaks scheduling on heterogenous-core Intel systems with buggy firmware | expand |
--- cppc_acpi_old.c 2024-06-16 15:27:44.214202299 -0500 +++ cppc_acpi.c 2024-06-16 00:29:51.684020493 -0500 @@ -679,8 +679,13 @@ if (!osc_sb_cppc2_support_acked) { pr_debug("CPPC v2 _OSC not acked\n"); + /* KFOCUS TEST PATCH + * Some machines have a BIOS bug that causes + * this code path to be mistakenly hit. Ignore + * it and continue regardless. if (!cpc_supported_by_cpu()) return -ENODEV; + */ } /* Parse the ACPI _CPC table for this CPU. */