On Wed, Sep 16, 2020 at 10:34 AM Greg Rose <[email protected]> wrote: > > From: Paolo Abeni <[email protected]> > > Upstream commit: > commit 8ffeb03fbba3b599690b361467bfd2373e8c450f > Author: Paolo Abeni <[email protected]> > Date: Sun Dec 1 18:41:24 2019 +0100 > > openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() > > All the callers of ovs_flow_cmd_build_info() already deal with > error return code correctly, so we can handle the error condition > in a more gracefull way. Still dump a warning to preserve > debuggability. > > v1 -> v2: > - clarify the commit message > - clean the skb and report the error (DaveM) > > Fixes: ccb1352e76cf ("net: Add Open vSwitch kernel components.") > 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
