On Tue, 3 Nov 2020 09:25:49 +0100 Eelco Chaudron wrote: > 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+9a8f8bfcc56e85780...@syzkaller.appspotmail.com > Signed-off-by: Eelco Chaudron <echau...@redhat.com> > --- > v2: - Moved local variable initialization above lock > - Renamed jump label to indicate unlocking
Applied, thanks!