aha/drivers/infiniband/ulp
Roland Dreier 2767840a5c IPoIB: Always initialize poll_timer to avoid crash on unload
ipoib_ib_dev_stop() does del_timer_sync(&priv->poll_timer), but if a
P_key for an interface is not found, poll_timer is not initialized, so
this leads to a crash or hang.  Fix this by moving where poll_timer is
initialized to ipoib_ib_dev_init(), which is always called.

This fixes <https://bugs.openfabrics.org/show_bug.cgi?id=1172>.

Debugged-by: Yosef Etigin <yosefe@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-10-10 15:58:52 -07:00
..
ipoib IPoIB: Always initialize poll_timer to avoid crash on unload 2008-10-10 15:58:52 -07:00
iser removed unused #include <linux/version.h>'s 2008-08-23 12:14:12 -07:00
srp RDMA: Remove subversion $Id tags 2008-07-14 23:48:44 -07:00