1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/tee
Sumit Garg 70b0d6b0a1 tee: optee: Fix supplicant wait loop
OP-TEE supplicant is a user-space daemon and it's possible for it
be hung or crashed or killed in the middle of processing an OP-TEE
RPC call. It becomes more complicated when there is incorrect shutdown
ordering of the supplicant process vs the OP-TEE client application which
can eventually lead to system hang-up waiting for the closure of the
client application.

Allow the client process waiting in kernel for supplicant response to
be killed rather than indefinitely waiting in an unkillable state. Also,
a normal uninterruptible wait should not have resulted in the hung-task
watchdog getting triggered, but the endless loop would.

This fixes issues observed during system reboot/shutdown when supplicant
got hung for some reason or gets crashed/killed which lead to client
getting hung in an unkillable state. It in turn lead to system being in
hung up state requiring hard power off/on to recover.

Fixes: 4fb0a5eb36 ("tee: add OP-TEE driver")
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Cc: stable@vger.kernel.org
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2025-02-14 15:17:34 +01:00
..
amdtee tee: Refactor TEE subsystem header files 2024-04-03 09:19:31 +02:00
optee tee: optee: Fix supplicant wait loop 2025-02-14 15:17:34 +01:00
tstee tee: tstee: Add Trusted Services TEE driver 2024-04-03 14:03:09 +02:00
Kconfig tee: tstee: Add Trusted Services TEE driver 2024-04-03 14:03:09 +02:00
Makefile tee: tstee: Add Trusted Services TEE driver 2024-04-03 14:03:09 +02:00
tee_core.c tee: add tee_device_set_dev_groups() 2024-08-26 13:16:20 +02:00
tee_private.h tee: Refactor TEE subsystem header files 2024-04-03 09:19:31 +02:00
tee_shm.c tee: optee: Move pool_op helper functions 2024-04-03 13:58:20 +02:00
tee_shm_pool.c tee: Refactor TEE subsystem header files 2024-04-03 09:19:31 +02:00