On Thu, Nov 02, 2017 at 06:53:02PM +0100, Jakub Sitnicki wrote: > On Fri, 27 Oct 2017 08:40:23 -0700 > Ben Pfaff <[email protected]> wrote: > > > When revalidation occurs at the same time that a bridge is being removed > > or ovs-vswitchd is exiting, xlate_lookup_ofproto() races with deletion of > > the ofproto. This caused a null pointer dereference if revalidation lost > > the race. This commit fixes the problem. > > > > Reported-by: Jakub Sitnicki <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > Tested-by: Jakub Sitnicki <[email protected]> > > Thank you for the patch. I'm seeing less than before tests > failing or hanging with it applied of on top of master.
Thanks. I applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
