diff options
author | Finn Thain <[email protected]> | 2016-02-23 10:07:06 +1100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2016-03-01 09:38:14 -0500 |
commit | 71a00593ec0c2e2c1720e4041cf2926ff1d07826 (patch) | |
tree | b2ce847507a10dfc62cbdac8fb76809c6e62ac82 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1678847ec93040ae8280d19c42ae0ba8a4233e6d (diff) |
ncr5380: Dont re-enter NCR5380_select()
Calling NCR5380_select() from the abort handler causes various problems.
Firstly, it means potentially re-entering NCR5380_select(). Secondly, it
means that the lock is released, which permits the EH handlers to be
re-entered. The combination results in crashes. Don't do it.
Fixes: 8b00c3d5d40d ("ncr5380: Implement new eh_abort_handler")
Reported-and-tested-by: Michael Schmitz <[email protected]>
Cc: <[email protected]> # 4.5
Signed-off-by: Finn Thain <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions