Re: [PATCH v2] rcu: Robustify rcu_is_cpu_rrupt_from_idle()

2025-05-02 Thread Joel Fernandes
On 4/29/2025 6:08 AM, Frederic Weisbecker wrote: > RCU relies on the context tracking nesting counter in order to determine > if it is running in extended quiescent state. > > However the context tracking nesting counter is not completely > synchronized with the actual context tracking state: >

[PATCH v2] rcu: Robustify rcu_is_cpu_rrupt_from_idle()

2025-04-29 Thread Frederic Weisbecker
RCU relies on the context tracking nesting counter in order to determine if it is running in extended quiescent state. However the context tracking nesting counter is not completely synchronized with the actual context tracking state: * The nesting counter is set to 1 or incremented further _afte