aboutsummaryrefslogtreecommitdiffstats
path: root/lib/timerqueue.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2025-01-08 09:04:57 +0000
committerPetr Pavlu <[email protected]>2025-03-10 10:54:46 +0000
commitf47d2a3f7542a5507b4072fb768a2258071ff519 (patch)
treec7701b4d2fca465a424ab4fcbc29a850caebd77e /lib/timerqueue.c
parentstatic_call: Use RCU in all users of __module_text_address(). (diff)
downloadkernel-f47d2a3f7542a5507b4072fb768a2258071ff519.tar.gz
kernel-f47d2a3f7542a5507b4072fb768a2258071ff519.zip
bug: Use RCU instead RCU-sched to protect module_bug_list.
The list module_bug_list relies on module_mutex for writer synchronisation. The list is already RCU style. The list removal is synchronized with modules' synchronize_rcu() in free_module(). Use RCU read lock protection instead of RCU-sched. Cc: Andrew Morton <[email protected]> Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Petr Pavlu <[email protected]>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions