diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2025-01-08 10:04:57 +0100 |
---|---|---|
committer | Petr Pavlu <petr.pavlu@suse.com> | 2025-03-10 11:54:46 +0100 |
commit | f47d2a3f7542a5507b4072fb768a2258071ff519 (patch) | |
tree | c7701b4d2fca465a424ab4fcbc29a850caebd77e /scripts/generate_rust_analyzer.py | |
parent | 3983da398c26962e1d7ce691e83c968f7587d285 (diff) | |
download | linux-f47d2a3f7542a5507b4072fb768a2258071ff519.tar.gz linux-f47d2a3f7542a5507b4072fb768a2258071ff519.tar.bz2 linux-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 <akpm@linux-foundation.org>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250108090457.512198-29-bigeasy@linutronix.de
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions