diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-11-07 01:41:27 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-11-07 01:41:27 +0100 |
commit | 2441191a19039002b2c454a261fb45986df15184 (patch) | |
tree | 664bb2ff562d836c2c28853ad7560e256faa5203 /include/acpi | |
parent | 7f28ddeccea453fd20b1c74a88df19590ad9203c (diff) | |
download | linux-2441191a19039002b2c454a261fb45986df15184.tar.bz2 |
ACPI / hotplug: Fix handle_root_bridge_removal()
It is required to do get_device() on the struct acpi_device in
question before passing it to acpi_bus_hot_remove_device() through
acpi_os_hotplug_execute(), because acpi_bus_hot_remove_device()
calls acpi_scan_hot_remove() that does put_device() on that
object.
The ACPI PCI root removal routine, handle_root_bridge_removal(),
doesn't do that, which may lead to premature freeing of the
device object or to executing put_device() on an object that
has been freed already.
Fix this problem by making handle_root_bridge_removal() use
get_device() as appropriate.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
Cc: All applicable <stable@vger.kernel.org>
Diffstat (limited to 'include/acpi')
0 files changed, 0 insertions, 0 deletions