]> git.itanic.dy.fi Git - linux-stable/commit
openvswitch: remove another BUG_ON()
authorPaolo Abeni <pabeni@redhat.com>
Sun, 1 Dec 2019 17:41:25 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2019 21:34:21 +0000 (22:34 +0100)
commitcf8d9ad0cdaee5784ebb9a55f6af1177ea250aac
treeb482ba56b1ead2b8a82acaf8d62f3952253fc5a8
parentf6abebb7b9d4297f4b3daf2e4c764a6fbbd47106
openvswitch: remove another BUG_ON()

[ 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>
net/openvswitch/datapath.c