diff options
author | Paolo Abeni <pabeni@redhat.com> | 2019-12-01 18:41:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-05 09:21:31 +0100 |
commit | 6ed8f48e6a535eec497b98ff13c17ccca1735432 (patch) | |
tree | 77c0a313dbe62f6b0b4f27bae6cd2ab444b79b15 /tools | |
parent | 7e48458fd1f7a355c86527ad35fac012ae64c025 (diff) | |
download | linux-stable-6ed8f48e6a535eec497b98ff13c17ccca1735432.tar.gz linux-stable-6ed8f48e6a535eec497b98ff13c17ccca1735432.tar.bz2 linux-stable-6ed8f48e6a535eec497b98ff13c17ccca1735432.zip |
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>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions