]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Events: Fix an issue that region object is re-attached to another scope when...
authorLv Zheng <lv.zheng@intel.com>
Tue, 29 Dec 2015 06:02:50 +0000 (14:02 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Jan 2016 02:47:38 +0000 (03:47 +0100)
commit6ca53a43b6ac75ac749804864ff1dd00e6f3b43d
tree10aa28197b4dea8ecc6f01c33ef16c29ced6e086
parent5184097ab98436461afb02372f988766673edea8
ACPICA: Events: Fix an issue that region object is re-attached to another scope when it is already attached

ACPICA commit 6ebcb24d3225b6c7715a3ce061c327b4c3a6b76e

The logic in acpi_ev_attach_region() is not correct, it can break address
space handler link. This patch fixes this problem. But be aware that this
fix must be applied along with a region object race issue fix. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/6ebcb24d
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/evregion.c