On Wed, 2024-09-04 at 07:25 +0530, Veerendranath Jakkam wrote: > Add rcu_read_lock() and rcu_read_unlock() to avoid suspicious > rcu_dereference_check warnings in __cfg80211_bss_update error paths. I don't think that's right. Every other path here just uses rcu_access_pointer(), and we own the 'tmp' at this point, so that seems correct. johannes