diff options
author | Milton Miller <[email protected]> | 2011-03-15 13:27:16 -0600 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-03-17 16:58:10 -0700 |
commit | e6cd1e07a185d5f9b0aa75e020df02d3c1c44940 (patch) | |
tree | 74f58672a37de933f8fa3456c0ec19a73b483b65 /tools/perf/util/trace-event-scripting.c | |
parent | ef2b4b95a63a1d23958dcb99eb2c6898eddc87d0 (diff) |
call_function_many: fix list delete vs add race
Peter pointed out there was nothing preventing the list_del_rcu in
smp_call_function_interrupt from running before the list_add_rcu in
smp_call_function_many.
Fix this by not setting refs until we have gotten the lock for the list.
Take advantage of the wmb in list_add_rcu to save an explicit additional
one.
I tried to force this race with a udelay before the lock & list_add and
by mixing all 64 online cpus with just 3 random cpus in the mask, but
was unsuccessful. Still, inspection shows a valid race, and the fix is
a extension of the existing protection window in the current code.
Cc: [email protected] (v2.6.32 and later)
Reported-by: Peter Zijlstra <[email protected]>
Signed-off-by: Milton Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions