]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'openvswitch-remove-a-couple-of-BUG_ON'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Dec 2019 21:21:24 +0000 (13:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Dec 2019 21:21:24 +0000 (13:21 -0800)
commit6a9958b177cc94693cee0435526ea2f1fd5a2333
tree721cdbb01ff7e864a864f31e93ef97cc2cdc6702
parent6be0ec68e54a84ae1539bcaf35ad7411862ee03e
parentf6852e1ab63efe1f3e669b21b2217a9fc70fb2d9
Merge branch 'openvswitch-remove-a-couple-of-BUG_ON'

Paolo Abeni says:

====================
openvswitch: remove a couple of BUG_ON()

The openvswitch kernel datapath includes some BUG_ON() statements to check
for exceptional/unexpected failures. These patches drop a couple of them,
where we can do that without introducing other side effects.

v1 -> v2:
 - avoid memory leaks on error path
====================

Signed-off-by: David S. Miller <davem@davemloft.net>