1
0
Fork 0
alistair23-linux/drivers/i3c
Jisheng Zhang f36c1f9a8d i3c: master: dw: fix deadlock
In dw_i3c_master_irq_handler(), we already have gotten
&master->xferqueue.lock, if we try to get the same lock again in
dw_i3c_master_dequeue_xfer(), deadlock happens.

We fix this issue by introduing dw_i3c_master_dequeue_xfer_locked()
which does all what dw_i3c_master_dequeue_xfer() does without trying
to lock &master->xferqueue.lock.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Acked-by: Vitor Soares <vitor.soares@synopsys.com>
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
2019-01-26 11:14:25 +01:00
..
master i3c: master: dw: fix deadlock 2019-01-26 11:14:25 +01:00
Kconfig i3c: Add core I3C infrastructure 2018-11-12 10:33:49 +01:00
Makefile i3c: Add core I3C infrastructure 2018-11-12 10:33:49 +01:00
device.c i3c: Add core I3C infrastructure 2018-11-12 10:33:49 +01:00
internals.h i3c: Add core I3C infrastructure 2018-11-12 10:33:49 +01:00
master.c i3c: fix missing detach if failed to retrieve i3c dev 2019-01-25 08:48:01 +01:00