Hi, This patch helps to fight infinite recursion on some ACER laptops, see bugzilla #8385. Thanks, Alex.
Thermal check may result in thermal points to be moved down. Don't do thermal check again in this case. From: Alexey Starikovskiy <aystarik@xxxxxxxxx> Signed-off-by: Alexey Starikovskiy <aystarik@xxxxxxxxx> --- drivers/acpi/thermal.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 1ada017..7aa5f11 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -1106,7 +1106,6 @@ static void acpi_thermal_notify(acpi_handle handle, u32 event, void *data) break; case ACPI_THERMAL_NOTIFY_THRESHOLDS: acpi_thermal_get_trip_points(tz); - acpi_thermal_check(tz); acpi_bus_generate_event(device, event, 0); break; case ACPI_THERMAL_NOTIFY_DEVICES: