diff options
author | Erez Shitrit <erezsh@mellanox.com> | 2013-10-16 17:37:47 +0300 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-11-08 14:42:48 -0800 |
commit | c2bb5628db44735bc0095a8ef8efc0278ba245df (patch) | |
tree | fa806db1ca48249da47b6f2c59f0b663d9279250 /drivers/misc/altera-stapl | |
parent | 959f58544b7f20c92d5eb43d1232c96c15c01bfb (diff) |
IPoIB: Fix crash in dev_open error flow
If napi has never been enabled when calling ipoib_ib_dev_stop, a
kernel crash occurs, because the verbs layer completion handler
(ipoib_ib_completion) calls napi_schedule unconditionally.
If the napi structure passed in the napi_schedule call has not
been initialized, napi will crash.
The cleanest solution is to simply enable napi before calling
ipoib_ib_dev_stop in the dev_open error flow. (dev_stop then
immediately disables napi).
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Erez Shitrit <erezsh@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/misc/altera-stapl')
0 files changed, 0 insertions, 0 deletions