Re: [PATCH v2 00/28] module: Use RCU instead of RCU-sched.

2025-01-07 Thread Sebastian Andrzej Siewior
On 2025-01-02 13:47:06 [+0100], Christophe Leroy wrote: > Hi Sebastian, Hi Christophe, > How did you generate that cover letter ? > > It should contain the full list of files modified by the series, so that I > can see if any of them is of interest to me without going into each patch. > > This i

Re: [PATCH v2 00/28] module: Use RCU instead of RCU-sched.

2025-01-07 Thread Peter Zijlstra
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 preem

Re: [PATCH v2 00/28] module: Use RCU instead of RCU-sched.

2025-01-02 Thread Christophe Leroy
Hi Sebastian, Le 20/12/2024 à 18:41, Sebastian Andrzej Siewior a écrit : 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(

[PATCH v2 00/28] module: Use RCU instead of RCU-sched.

2024-12-20 Thread Sebastian Andrzej Siewior
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