[PATCH] optee: remove address tag in check_mem_type()

2020-10-14 Thread Volodymyr Babchuk
Before passing 'start' to find_vma() we need to remove tags from it to get sane results. Signed-off-by: Volodymyr Babchuk --- drivers/tee/optee/call.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/tee/optee/call.c b/drivers/tee/optee/call.c index a5afbe6dee68..61420395137b

Re: [PATCH] optee: remove address tag in check_mem_type()

2020-10-12 Thread Volodymyr Babchuk
Hello Jens, Jens Wiklander writes: > On Mon, Oct 12, 2020 at 11:26 AM Volodymyr Babchuk > wrote: >> >> Before passing 'start' to find_vma() we need to remove >> tags from it to get sane results. >> >> Signed-off-by: Volodymyr Babchuk >> --- >> drivers/tee/optee/call.c | 2 ++ >> 1 file

Re: [PATCH] optee: remove address tag in check_mem_type()

2020-10-12 Thread Jens Wiklander
On Mon, Oct 12, 2020 at 11:26 AM Volodymyr Babchuk wrote: > > Before passing 'start' to find_vma() we need to remove > tags from it to get sane results. > > Signed-off-by: Volodymyr Babchuk > --- > drivers/tee/optee/call.c | 2 ++ > 1 file changed, 2 insertions(+) Would you mind giving a bit