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

--- Comment #13 from Jan Engelhardt (ej+...@inai.de) ---
>There's definitely something holding the lock.

Did you observe comment 8? It's not the lock, it's a OS-level semaphore that is
initialized to 0, and the hardware never emits events needed to "up" it to 1,
hence the first "down" call is the one that hangs.

>without any patches of a kernel 5.0 ... 1) plain dmesg

Without any patches, that is going to be impossible. ACPI is so early that an
external observer is required, like a serial console (for which laptops have
not had a port since a long time), netconsole is going to be impossible because
stupid manufacturers have also removed that port, and I can't reach userspace
to dump dmesg to a disk, because obviously there's the hang. I can do a video
capture, but then someone will have to sift through something like 2 hours of
non-text material.

-- 
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