aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/arm-cs-trace-disasm.py
diff options
context:
space:
mode:
authorQuanyang Wang <[email protected]>2021-08-26 08:59:30 +0800
committerMark Brown <[email protected]>2021-08-26 13:42:44 +0100
commit26cfc0dbe43aae60dc03af27077775244f26c167 (patch)
tree5659d0f725f952f5f93bd0bea4309f83dd7e713d /tools/perf/scripts/python/arm-cs-trace-disasm.py
parent0f887ac82971cbde59e563d6490c05c6b15aa82f (diff)
spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_mem_op not interruptible
The function wait_for_completion_interruptible_timeout will return -ERESTARTSYS immediately when receiving SIGKILL signal which is sent by "jffs2_gcd_mtd" during umounting jffs2. This will break the SPI memory operation because the data transmitting may begin before the command or address transmitting completes. Use wait_for_completion_timeout to prevent the process from being interruptible. Fixes: 67dca5e580f1 ("spi: spi-mem: Add support for Zynq QSPI controller") Signed-off-by: Quanyang Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions