diff options
author | Mike Marciniszyn <[email protected]> | 2016-05-24 12:50:23 -0700 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2016-05-26 12:21:10 -0400 |
commit | 7049de65c9e520886f06d6f9deceaaed5d93fb7c (patch) | |
tree | a6830c3cf1d7de51014c16aa3ca2645961cefa95 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bdd8a98ce465df31b07ff6314db9ed31a7c6bb0d (diff) |
IB/hfi1: Fix hard lockup due to not using save/restore spin lock
Commit b9b06cb6feda
("IB/hfi1: Fix missing lock/unlock in verbs drain callback")
added a spin lock.
Unfortunately, the new lock code can be called from a base
level interrupt state, and an interrupt that can get stacked
will attempt to get the same lock.
Fix by using the flag save/restore spin lock variation.
Cc: [email protected] # 4.6+
Reviewed-by: Sebastian Sanchez <[email protected]>
Signed-off-by: Mike Marciniszyn <[email protected]>
Signed-off-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions