]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
authorPaolo Abeni <pabeni@redhat.com>
Sun, 1 Dec 2019 17:41:24 +0000 (18:41 +0100)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Fri, 17 Jan 2020 17:23:06 +0000 (14:23 -0300)
commit86fc3f089fe85473c7e425d630c5ca4b28ebad0d
treed5965a92b9b327b9a4b9209f72f241a82c48e3b0
parentf2a1af4d759fbe0d9ff56ceb7692adaac5d17fc8
openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()

BugLink: https://bugs.launchpad.net/bugs/1855306
[ Upstream commit 8ffeb03fbba3b599690b361467bfd2373e8c450f ]

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 <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
net/openvswitch/datapath.c