Re: [PATCH v2 00/28] module: Use RCU instead of RCU-sched.
From: Peter Zijlstra
Date: Tue Jan 07 2025 - 03:49:58 EST
On Fri, Dec 20, 2024 at 06:41:14PM +0100, Sebastian Andrzej Siewior wrote:
> Hi,
>
> This is an updated version of the inital post after PeterZ made me aware
> that there are users outside of the module directory.
> The goal is replace the mix auf rcu_read_lock(), rcu_read_lock_sched()
> and preempt_disable() with just rcu_read_lock().
>
> I've splitted it into smaller chunks which can be applied/ reviewed
> independently. I'm just not sure about the cfi patch (28/28) so I added
> just a comment instead.
>
> v1…v2: https://lore.kernel.org/all/20241205215102.hRywUW2A@xxxxxxxxxxxxx/
> - Splitted into smaller patches.
> - Converted all users.
Thanks for doing the cleanup!
Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>