commit | 0b5c9279e568d90903acedc2b9b832d8d78e8288 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Sun Oct 11 18:49:42 2015 -0500 |
committer | Doug Ledford <dledford@redhat.com> | Tue Oct 13 16:43:59 2015 -0400 |
tree | 6dca079bc1801a09f1ac2d5246a62051ad77228a | |
parent | b8cab5dab15ff5c2acc3faefdde28919b0341c11 [diff] |
IB/ipoib: For sendonly join free the multicast group on leave When we leave the multicast group on expiration of a neighbor we do not free the mcast structure. This results in a memory leak that causes ib_dealloc_pd to fail and print a WARN_ON message and backtrace. Fixes: bd99b2e05c4d (IB/ipoib: Expire sendonly multicast joins) Signed-off-by: Christoph Lameter <cl@linux.com> Tested-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>