linux-stable-rt/drivers/infiniband/core
Steve Wise d7c1fbd660 RDMA/iwcm: Don't access a cm_id after dropping reference
cm_work_handler() can access cm_id_priv after it drops its reference
by calling iwch_deref_id(), which might cause it to be freed.  The fix
is to look at whether IWCM_F_CALLBACK_DESTROY is set _before_ dropping
the reference.  Then if it was set, free the cm_id on this thread.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-03-10 21:22:22 -07:00
..
Makefile
addr.c
agent.c
agent.h
cache.c
cm.c IB/cm: Flush workqueue when removing device 2008-02-29 13:27:52 -08:00
cm_msgs.h
cma.c RDMA/cma: Do not issue MRA if user rejects connection request 2008-02-14 15:30:41 -08:00
core_priv.h
device.c
fmr_pool.c IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush() 2008-02-29 13:31:48 -08:00
iwcm.c RDMA/iwcm: Don't access a cm_id after dropping reference 2008-03-10 21:22:22 -07:00
iwcm.h
mad.c
mad_priv.h
mad_rmpp.c
mad_rmpp.h
multicast.c
packer.c
sa.h
sa_query.c
smi.c
smi.h
sysfs.c IB: Fix return value in ib_device_register_sysfs() 2008-02-15 15:05:05 -08:00
ucm.c
ucma.c
ud_header.c
umem.c
user_mad.c
uverbs.h
uverbs_cmd.c
uverbs_main.c
uverbs_marshall.c
verbs.c