Re: [PATCH v11 10/14] module: kallsyms: Fix suspicious rcu usage
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2022-06-28 16:33:31
Also in:
linux-rt-users, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2022-06-28 16:33:31
Also in:
linux-rt-users, lkml
On Tue, 28 Jun 2022 17:21:22 +0100 Aaron Tomlin [off-list ref] wrote:
If I understand correctly, there is absolutely no need to explicitly disable preemption in this context. I will use: rcu_read_lock() and rcu_read_unlock(), respectively, which will then be suitable for the preemptible RCU implementation.
Yes, thank you very much :-) -- Steve