diff options
author | Vincent Whitchurch <[email protected]> | 2021-08-25 13:42:13 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2021-09-06 18:02:16 +0200 |
commit | 26391e49d5b0f0c33eb4b28a312d2ecc094d7489 (patch) | |
tree | e8b7c26859859fa0f116fb780bf499b0ac9486ac /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 27151f177827d478508e756c7657273261aaf8a9 (diff) |
mmc: dw_mmc: Only inject fault before done/error
The fault injection function can set EVENT_DATA_ERROR but skip the
setting of ->data_status to an error status if it hits just after a data
over interrupt. This confuses the tasklet which can later end up
triggering the WARN_ON(host->cmd || ..) in dw_mci_request_end() since
dw_mci_data_complete() would return success.
Prevent the fault injection function from doing this since this is not a
real case, and ensure that the fault injection doesn't race with a real
error either.
Signed-off-by: Vincent Whitchurch <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Fixes: 2b8ac062f337 ("mmc: dw_mmc: Add data CRC error injection")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions