aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorChuang Wang <nashuiliang@gmail.com>2022-11-11 09:41:30 +0800
committerDavid S. Miller <davem@davemloft.net>2022-11-14 10:50:02 +0000
commit5df1341ea822292275c56744aab9c536d75c33be (patch)
tree2a603857d013f278237c7e5607be3ac20bc78f7d /scripts/patch-kernel
parentmISDN: fix misuse of put_device() in mISDN_register_device() (diff)
downloadlinux-5df1341ea822292275c56744aab9c536d75c33be.tar.gz
linux-5df1341ea822292275c56744aab9c536d75c33be.zip
net: macvlan: Use built-in RCU list checking
hlist_for_each_entry_rcu() has built-in RCU and lock checking. Pass cond argument to hlist_for_each_entry_rcu() to silence false lockdep warning when CONFIG_PROVE_RCU_LIST is enabled. Execute as follow: ip link add link eth0 type macvlan mode source macaddr add <MAC-ADDR> The rtnl_lock is held when macvlan_hash_lookup_source() or macvlan_fill_info_macaddr() are called in the non-RCU read side section. So, pass lockdep_rtnl_is_held() to silence false lockdep warning. Fixes: 79cf79abce71 ("macvlan: add source mode") Signed-off-by: Chuang Wang <nashuiliang@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions