Searched hist:be74294ffa24f5fbc0d6643842e3e095447e17a2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | macsec.c | diff be74294ffa24f5fbc0d6643842e3e095447e17a2 Fri Jun 26 13:24:22 CDT 2020 Cong Wang <xiyou.wangcong@gmail.com> net: get rid of lockdep_set_class_and_subclass()
lockdep_set_class_and_subclass() is meant to reduce the _nested() annotations by assigning a default subclass. For addr_list_lock, we have to compute the subclass at run-time as the netdevice topology changes after creation.
So, we should just get rid of these lockdep_set_class_and_subclass() and stick with our _nested() annotations.
Fixes: 845e0ebb4408 ("net: change addr_list_lock back to static key") Suggested-by: Taehee Yoo <ap420073@gmail.com> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | macvlan.c | diff be74294ffa24f5fbc0d6643842e3e095447e17a2 Fri Jun 26 13:24:22 CDT 2020 Cong Wang <xiyou.wangcong@gmail.com> net: get rid of lockdep_set_class_and_subclass()
lockdep_set_class_and_subclass() is meant to reduce the _nested() annotations by assigning a default subclass. For addr_list_lock, we have to compute the subclass at run-time as the netdevice topology changes after creation.
So, we should just get rid of these lockdep_set_class_and_subclass() and stick with our _nested() annotations.
Fixes: 845e0ebb4408 ("net: change addr_list_lock back to static key") Suggested-by: Taehee Yoo <ap420073@gmail.com> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/8021q/ |
H A D | vlan_dev.c | diff be74294ffa24f5fbc0d6643842e3e095447e17a2 Fri Jun 26 13:24:22 CDT 2020 Cong Wang <xiyou.wangcong@gmail.com> net: get rid of lockdep_set_class_and_subclass()
lockdep_set_class_and_subclass() is meant to reduce the _nested() annotations by assigning a default subclass. For addr_list_lock, we have to compute the subclass at run-time as the netdevice topology changes after creation.
So, we should just get rid of these lockdep_set_class_and_subclass() and stick with our _nested() annotations.
Fixes: 845e0ebb4408 ("net: change addr_list_lock back to static key") Suggested-by: Taehee Yoo <ap420073@gmail.com> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|