diff options
author | 2019-07-15 13:03:48 +0200 | |
---|---|---|
committer | 2019-07-23 09:46:27 +0200 | |
commit | 2933954b71f10d392764f95eec0f0aa2d103054b (patch) | |
tree | 467c9d9e5377f4c4dd77b63c026bfd0e042f42d3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ACPI: EC: Return bool from acpi_ec_dispatch_gpe() (diff) | |
download | linux-dev-2933954b71f10d392764f95eec0f0aa2d103054b.tar.xz linux-dev-2933954b71f10d392764f95eec0f0aa2d103054b.zip |
PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()
It is not actually guaranteed that pm_abort_suspend will be
nonzero when pm_system_cancel_wakeup() is called which may lead to
subtle issues, so make it use atomic_dec_if_positive() instead of
atomic_dec() for the safety sake.
Fixes: 33e4f80ee69b ("ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions