]> www.infradead.org Git - linux-platform-drivers-x86.git/commit
optee: use export_uuid() to copy client UUID
authorJens Wiklander <jens.wiklander@linaro.org>
Mon, 19 Apr 2021 16:46:30 +0000 (18:46 +0200)
committerJens Wiklander <jens.wiklander@linaro.org>
Tue, 18 May 2021 05:59:27 +0000 (07:59 +0200)
commit673c7aa2436bfc857b92417f3e590a297c586dde
tree56b164e049a39e264742cfe11bdb815938cfcb8b
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
optee: use export_uuid() to copy client UUID

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: c5b4312bea5d ("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>
drivers/tee/optee/call.c
drivers/tee/optee/optee_msg.h