https://bugzilla.kernel.org/show_bug.cgi?id=206553

--- Comment #6 from Jan Engelhardt (ej+...@inai.de) ---
I do not get such an error, at least not in a reasonable time. The longest I
observed the console is about 50 minutes - the hung task checker kicks in after
about 16min, though.

[138.837] ACPI: EC: Boot ECDT EC used to handle transactions
[1115.250] INFO: task swapper/0:1 blocked for more than 491 seconds.
<call trace as printed by stack_trace_print>

Given the execution is stuck with ACPI_WAIT_FOREVER
(jiffies==MAX_SCHEDULE_TIMEOUT), I also see no possibility for down_timeout to
return anytime soon to give parent functions a chance to return AE_ABORT_METHOD
anywhere. Due to exfield.c:394 ignoring the return code from
acpi_ex_acquire_global_lock, AE_TIME also never propagates further upwards.

Furthermore, grepping for AE_ABORT_METHOD yields only one place which can
return it, dbxface.c:222. This depends on acpi_gbl_abort_method being set, but
this variable is never set to "true" anywhere from the looks of it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to