diff options
author | [email protected] <[email protected]> | 2013-04-23 10:13:17 -0700 |
---|---|---|
committer | James Bottomley <[email protected]> | 2013-05-12 12:51:15 -0700 |
commit | 364398324c901bc834f762eb5443d2e5a1d2a0db (patch) | |
tree | 9041d31c3d28f2a77cc9e65e131134a5c9a904f5 /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) |
[SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routines
The driver uses ha->mbx_cmd_flags variable to pass information between
its ISR and mailbox routines, however, it does so without the protection of
any locks. Under certain conditions, this can lead to multiple mailbox
command completions being signaled, which, in turn, leads to a false
mailbox timeout error for the subsequently issued mailbox command.
The issue occurs frequently but intermittenly with the Qlogic 8GFC mezz
card during card initialization, resulting in card initialization failure.
Signed-off-by: Gurinder (Sunny) Shergill <[email protected]>
Acked-by: Saurav Kashyap <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions