Re: [PATCH v11 10/14] module: kallsyms: Fix suspicious rcu usage

From: Steven Rostedt
Date: Tue Jun 28 2022 - 12:33:31 EST


On Tue, 28 Jun 2022 17:21:22 +0100
Aaron Tomlin <atomlin@xxxxxxxxxx> 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