diff options
| author | Mike Christie <[email protected]> | 2011-02-16 15:04:39 -0600 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2011-02-24 12:41:20 -0500 |
| commit | d8585bcd7da071f4278710f1c39e18dfe7cb0280 (patch) | |
| tree | af56e750b3c09be817e9238f4507a4e59e4b0fc8 /tools/perf/scripts/python/netdev-times.py | |
| parent | c71b9b669e1243623f7ed4332877d3f2beafc6ab (diff) | |
[SCSI] bnx2i: fix null ptr ref in conn get param
bnx2i has some checks to try and make sure the ep
is not destroyed while the addr/port is getting
read. However, if after this check:
if (!(bnx2i_conn && bnx2i_conn->ep && bnx2i_conn->ep->hba))
goto out;
bnx2i_conn->ep is cleared by ep_disconnect then we will
oops.
This patches fixes the problem by having the driver
use the get_ep_param callback instead of get_conn_param.
Signed-off-by: Mike Christie <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions