locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 3 Jan 2020 23:59:12 +0000 (15:59 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 20 Feb 2020 23:58:22 +0000 (15:58 -0800)
commit0050c7b2d27c3cc126df59bd8094fb3d25b00ade
tree6d398b15f88c3e6a876e5d406a8fe5f176bff03d
parent105abf82b0a62664edabcd4c5b4d9414c74ef399
locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner

The rt_mutex structure's ->owner field is read locklessly, so this
commit adds the WRITE_ONCE() to an update in order to provide proper
documentation and READ_ONCE()/WRITE_ONCE() pairing.

This data race was reported by KCSAN.  Not appropriate for backporting
due to failure being unlikely.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Will Deacon <will@kernel.org>
kernel/locking/rtmutex.c