2020-04-24 09:25:10

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH 3/4] net: mac80211: sta_info.c: Add lockdep condition for RCU list usage

On Thu, 2020-04-09 at 13:59 +0530, [email protected] wrote:
> From: Madhuparna Bhowmik <[email protected]>
>
> The function sta_info_get_by_idx() uses RCU list primitive.
> It is called with local->sta_mtx held from mac80211/cfg.c.
> Add lockdep expression to avoid any false positive RCU list warnings.
>

Applied.

johannes