diff options
author | James Morse <james.morse@arm.com> | 2017-03-16 14:30:39 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-03-28 23:43:42 +0200 |
commit | 7d64f82cceb21e6d95db312d284f5f195e120154 (patch) | |
tree | e1e6b89815613fb875633fa5e86dfeb8305121f7 /lib/cpumask.c | |
parent | c02ed2e75ef4c74e41e421acb4ef1494671585e8 (diff) |
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 'lib/cpumask.c')
0 files changed, 0 insertions, 0 deletions