Re: [PATCH] optee: use export_uuid() to copy client UUID

2021-04-20 Thread Andy Shevchenko
On Tue, Apr 20, 2021 at 10:25:47AM +0200, Jens Wiklander wrote: > 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

[PATCH] optee: use export_uuid() to copy client UUID

2021-04-20 Thread Jens Wiklander
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