IB/ipoib: Fix memory leaks for child interfaces priv
authorAlex Vesker <valex@mellanox.com>
Wed, 14 Jun 2017 06:59:05 +0000 (09:59 +0300)
committerDoug Ledford <dledford@redhat.com>
Wed, 14 Jun 2017 19:16:23 +0000 (15:16 -0400)
commitab156afd3eeb68ce7b875ec8d9ff4f64d1427776
tree9014b103ba5ce826a98c2f2d43b99bad6f3b4b2f
parent07d432bb97f19dd5e784175152f9fce3b2646133
IB/ipoib: Fix memory leaks for child interfaces priv

There is a need to free priv explicitly and not just to release
the device, child priv is freed explicitly on remove flow and this
patch also includes priv free on error flow in P_key creation
and also in add_port.

Fixes: cd565b4b51e5 ('IB/IPoIB: Support acceleration options callbacks')
Signed-off-by: Alex Vesker <valex@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/ipoib/ipoib_main.c
drivers/infiniband/ulp/ipoib/ipoib_vlan.c