Searched hist:fea07a487c6dd422dc8837237c9d2bc7c33119af (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.c | diff fea07a487c6dd422dc8837237c9d2bc7c33119af Tue Nov 03 02:25:49 CST 2020 Eelco Chaudron <echaudro@redhat.com> net: openvswitch: silence suspicious RCU usage warning
Silence suspicious RCU usage warning in ovs_flow_tbl_masks_cache_resize() by replacing rcu_dereference() with rcu_dereference_ovsl().
In addition, when creating a new datapath, make sure it's configured under the ovs_lock.
Fixes: 9bf24f594c6a ("net: openvswitch: make masks cache size configurable") Reported-by: syzbot+9a8f8bfcc56e8578016c@syzkaller.appspotmail.com Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Link: https://lore.kernel.org/r/160439190002.56943.1418882726496275961.stgit@ebuild Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | datapath.c | diff fea07a487c6dd422dc8837237c9d2bc7c33119af Tue Nov 03 02:25:49 CST 2020 Eelco Chaudron <echaudro@redhat.com> net: openvswitch: silence suspicious RCU usage warning
Silence suspicious RCU usage warning in ovs_flow_tbl_masks_cache_resize() by replacing rcu_dereference() with rcu_dereference_ovsl().
In addition, when creating a new datapath, make sure it's configured under the ovs_lock.
Fixes: 9bf24f594c6a ("net: openvswitch: make masks cache size configurable") Reported-by: syzbot+9a8f8bfcc56e8578016c@syzkaller.appspotmail.com Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Link: https://lore.kernel.org/r/160439190002.56943.1418882726496275961.stgit@ebuild Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|