On Wed, Sep 16, 2020 at 10:36 AM Greg Rose <[email protected]> wrote: > > From: Paolo Abeni <[email protected]> > > Upstream commit: > commit 8a574f86652a4540a2433946ba826ccb87f398cc > Author: Paolo Abeni <[email protected]> > Date: Sun Dec 1 18:41:25 2019 +0100 > > openvswitch: remove another BUG_ON() > > If we can't build the flow del notification, we can simply delete > the flow, no need to crash the kernel. Still keep a WARN_ON to > preserve debuggability. > > Note: the BUG_ON() predates the Fixes tag, but this change > can be applied only after the mentioned commit. > > v1 -> v2: > - do not leak an skb on error > > Fixes: aed067783e50 ("openvswitch: Minimize ovs_flow_cmd_del critical > section.") > Signed-off-by: Paolo Abeni <[email protected]> > Signed-off-by: David S. Miller <[email protected]> > > Cc: Paolo Abeni <[email protected]> > Signed-off-by: Greg Rose <[email protected]> > ---
Acked-by: Yi-Hung Wei <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
