diff options
author | Kalderon, Michal <Michal.Kalderon@cavium.com> | 2017-07-06 23:22:11 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-07-20 11:24:13 -0400 |
commit | 963916fdb3e5ad4af57ac959b5a03bf23f7568ca (patch) | |
tree | 197b61b6b73cb5e661221f6307da2058867bc111 /include/rdma/iw_portmap.h | |
parent | e6e52aec494900912fedd7b595b8827ba70a670d (diff) |
IB/cma: Fix reference count leak when no ipv4 addresses are set
Once in_dev_get is called to receive in_device pointer, the
in_device reference counter is increased, but if there are
no ipv4 addresses configured on the net-device the ifa_list
will be null, resulting in a flow that doesn't call in_dev_put
to decrease the ref_cnt.
This was exposed when running RoCE over ipv6 without any ipv4
addresses configured
Fixes: commit 8e3867310c90 ("IB/cma: Fix a race condition in iboe_addr_get_sgid()")
Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com>
Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/iw_portmap.h')
0 files changed, 0 insertions, 0 deletions