Re: [PATCH] tee: optee: fix uuid comparisons on service discovery

2023-01-19 Thread Etienne Carriere
On Thu, 19 Jan 2023 at 10:21, Ilias Apalodimas wrote: > > When comparing UUIDs for discovered services we only compare up to the > ptr size instead of the entire UUID > > Fixes: 94ccfb78a4d61 ("drivers: tee: optee: discover OP-TEE services") > Signed-off-by: Ilias Apalodimas > --- >

Re: [PATCH] tee: optee: fix uuid comparisons on service discovery

2023-01-19 Thread Jens Wiklander
On Thu, Jan 19, 2023 at 10:21 AM Ilias Apalodimas wrote: > > When comparing UUIDs for discovered services we only compare up to the > ptr size instead of the entire UUID > > Fixes: 94ccfb78a4d61 ("drivers: tee: optee: discover OP-TEE services") > Signed-off-by: Ilias Apalodimas > --- >

[PATCH] tee: optee: fix uuid comparisons on service discovery

2023-01-19 Thread Ilias Apalodimas
When comparing UUIDs for discovered services we only compare up to the ptr size instead of the entire UUID Fixes: 94ccfb78a4d61 ("drivers: tee: optee: discover OP-TEE services") Signed-off-by: Ilias Apalodimas --- drivers/tee/optee/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)