]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
openvswitch: remove another BUG_ON()
authorPaolo Abeni <pabeni@redhat.com>
Sun, 1 Dec 2019 17:41:25 +0000 (18:41 +0100)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Fri, 17 Jan 2020 17:21:45 +0000 (14:21 -0300)
commit71a4fd7a2ead509be8020bc1da2bc42eaa384141
tree505f1d5245591e9f7210d9105640b6b391602afb
parente5c35686c1073df3e8d2c066b0b81a774881714f
openvswitch: remove another BUG_ON()

BugLink: https://bugs.launchpad.net/bugs/1855787
[ Upstream commit 8a574f86652a4540a2433946ba826ccb87f398cc ]

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