diff options
author | 2017-03-16 14:30:39 +0000 | |
---|---|---|
committer | 2017-03-28 23:43:42 +0200 | |
commit | 7d64f82cceb21e6d95db312d284f5f195e120154 (patch) | |
tree | e1e6b89815613fb875633fa5e86dfeb8305121f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.11-rc4 (diff) | |
download | wireguard-linux-7d64f82cceb21e6d95db312d284f5f195e120154.tar.xz wireguard-linux-7d64f82cceb21e6d95db312d284f5f195e120154.zip |
ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
When removing a GHES device notified by SCI, list_del_rcu() is used,
ghes_remove() should call synchronize_rcu() before it goes on to call
kfree(ghes), otherwise concurrent RCU readers may still hold this list
entry after it has been freed.
Signed-off-by: James Morse <james.morse@arm.com>
Reviewed-by: "Huang, Ying" <ying.huang@intel.com>
Fixes: 81e88fdc432a (ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support)
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions