kernel_optimize_test/drivers/tee
Jens Wiklander 426ba49ec5 optee: use export_uuid() to copy client UUID
[ Upstream commit 673c7aa2436bfc857b92417f3e590a297c586dde ]

Prior to this patch optee_open_session() was making assumptions about
the internal format of uuid_t by casting a memory location in a
parameter struct to uuid_t *. Fix this using export_uuid() to get a well
defined binary representation and also add an octets field in struct
optee_msg_param in order to avoid casting.

Fixes: c5b4312bea ("tee: optee: Add support for session login client UUID generation")
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-10 13:39:21 +02:00
..
amdtee
optee optee: use export_uuid() to copy client UUID 2021-06-10 13:39:21 +02:00
Kconfig
Makefile
tee_core.c
tee_private.h
tee_shm_pool.c
tee_shm.c