diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-04-25 20:49:05 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-06-18 22:41:49 +0200 |
commit | 028cf5eaa12846c4e32104132ff70ca1cd6f5943 (patch) | |
tree | bfad8e66b52efc78dc6800350c183fa169edf772 /lib/devres.c | |
parent | ae88967d71f1b4ffb6e48043993d37a106da8109 (diff) |
posix-timers: Annotate concurrent access to k_itimer:: It_signal
k_itimer::it_signal is read lockless in the RCU protected hash lookup, but
it can be written concurrently in the timer_create() and timer_delete()
path. Annotate these places with READ_ONCE() and WRITE_ONCE()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20230425183313.143596887@linutronix.de
Diffstat (limited to 'lib/devres.c')
0 files changed, 0 insertions, 0 deletions