aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorToshi Kani <[email protected]>2012-10-26 13:38:57 +0200
committerRafael J. Wysocki <[email protected]>2012-11-15 00:16:01 +0100
commitb3c450c38075f414077e58439cff6bdce9e47df8 (patch)
treeef1144223a556a10ad5f2ee06f2cfca456d2e156 /tools/perf/scripts/python
parent594df89a59cf2a2afc22fe27f508dd864d1edb5f (diff)
ACPI: Fix stale pointer access to flags.lockable
During hot-remove, acpi_bus_hot_remove_device() calls ACPI _LCK method when device->flags.lockable is set. However, this device pointer is stale since the target acpi_device object has been already kfree'd by acpi_bus_trim(). The flags.lockable indicates whether or not this ACPI object implements _LCK method. Fix the stable pointer access by replacing it with acpi_get_handle() to check if _LCK is implemented. Signed-off-by: Toshi Kani <[email protected]> Reviewed-by: Yasuaki Ishimatsu <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions