WSL2-Linux-Kernel/drivers/fsi
Eddie James 7cc2f34e1f fsi: sbefifo: Use interruptible mutex locking
Some SBE operations have extremely large responses and can require
several minutes to process the response. During this time, the device
lock must be held. If another process attempts an operation, it will
wait for the mutex for longer than the kernel hung task watchdog
allows. Therefore, use the interruptible function to lock the mutex.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210803213016.44739-1-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-10-22 09:54:33 +10:30
..
Kconfig
Makefile
cf-fsi-fw.h
fsi-core.c
fsi-master-aspeed.c
fsi-master-ast-cf.c
fsi-master-gpio.c
fsi-master-hub.c
fsi-master.h
fsi-occ.c fsi: occ: Store the SBEFIFO FFDC in the user response buffer 2021-10-22 09:54:32 +10:30
fsi-sbefifo.c fsi: sbefifo: Use interruptible mutex locking 2021-10-22 09:54:33 +10:30
fsi-scom.c