Ping
On Wed, Jan 01, 2025 at 08:23:06AM +, Wei Yang wrote:
>The example code for "Eliminating Stale Data" looks not correct:
>
> * rcu_read_unlock() should put after kstrdup()
> * spin_unlock() should be called before return
>
>Signed-off-by: Wei Yang
>
>---
>Hope my understanding is correc
The example code for "Eliminating Stale Data" looks not correct:
* rcu_read_unlock() should put after kstrdup()
* spin_unlock() should be called before return
Signed-off-by: Wei Yang
---
Hope my understanding is correct.
---
Documentation/RCU/listRCU.rst | 3 ++-
1 file changed, 2 insertio