summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2020-04-22 10:11:35 +0800
committerDavid S. Miller <davem@davemloft.net>2020-04-22 19:33:19 -0700
commit58e64a312c8468f3e8adead24b71ebb3039b381e (patch)
treed59b45a9500f1a720a0bed4dd4124aff68788db9 /drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
parent3f251d741150265cfa7c84d30d105612449601ab (diff)
macvlan: silence RCU list debugging warning
macvlan_hash_lookup() uses list_for_each_entry_rcu() for traversing should either under RCU in fast path or the protection of rtnl_mutex. In the case of holding RTNL, we should add the corresponding lockdep expression to silence the following false-positive warning: ============================= WARNING: suspicious RCU usage 5.7.0-rc1-next-20200416-00003-ga3b8d28bc #1 Not tainted ----------------------------- drivers/net/macvlan.c:126 RCU-list traversed in non-reader section!! Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c')
0 files changed, 0 insertions, 0 deletions