ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode
authorLv Zheng <lv.zheng@intel.com>
Mon, 19 Oct 2015 02:26:02 +0000 (10:26 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Oct 2015 00:05:06 +0000 (02:05 +0200)
commitaaa93a618b3f1a94f70b09f9e22481d4a51976d0
tree5f4dd43bf8cb1c5b22650dcf341116a67d1c8c19
parent4d946f7970e51d80f8358e0a619dfb17d89e0920
ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode

ACPICA commit 35273add90da19cd8790fdb5735f52e3c9861684

When single step execution is not ended, executing another control methods
leads to dead locks around interpreter lock/namespace lock/method
serialization lock. So we should only allow one execution from the debugger
at same time. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/35273add
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/dbexec.c