Files
kernel_xiaomi_raphael/kernel/locking
Paul E. McKenney bc703dff7b 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>
Signed-off-by: Andrzej Perczak <linux@andrzejperczak.com>
2022-04-07 07:38:40 +00:00
..
2022-04-03 15:41:24 +00:00
2021-08-16 13:11:54 +00:00
2021-08-16 13:11:54 +00:00