diff options
author | Thomas Gleixner <[email protected]> | 2016-11-30 21:04:42 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-12-02 11:13:26 +0100 |
commit | 1be5d4fa0af34fb7bafa205aeb59f5c7cc7a089d (patch) | |
tree | fc9508b47018bfd363d78fff07b2591d96d3c300 /tools/perf | |
parent | dbb26055defd03d59f678cb5f2c992abe05b064a (diff) |
locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
While debugging the rtmutex unlock vs. dequeue race Will suggested to use
READ_ONCE() in rt_mutex_owner() as it might race against the
cmpxchg_release() in unlock_rt_mutex_safe().
Will: "It's a minor thing which will most likely not matter in practice"
Careful search did not unearth an actual problem in todays code, but it's
better to be safe than surprised.
Suggested-by: Will Deacon <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: David Daney <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Sebastian Siewior <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions