summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorGilad Broner <gbroner@codeaurora.org>2015-03-31 16:16:58 +0300
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 10:59:30 -0700
commit2ad7d0f046578eda81aae3ef496cafe39f2a893d (patch)
tree09f9307c75d6727645fb2bb27616ae58a9a26435 /tools/perf/scripts/python/netdev-times.py
parent877d77d0b9fb67abf4d061143ed351b9bcf8f3d7 (diff)
scsi: ufs: fix spinlock recursion
spin_lock_irq() / spin_unlock_irq() is used so interrupts are enabled after unlocking the spinlock. However, it is not guaranteed they were enabled before. This change uses the proper irqsave / irqrestore variants instead. Without it, a spinlock recursion on the scsi request completion path is possible if completion interrupt occurs. Change-Id: If5a001f195466f85e50df6ce23fd1e10851c5e2b Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions