]> www.infradead.org Git - users/jedix/linux-maple.git/commit
optee: Remove vma linked list walk
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:43:36 +0000 (14:43 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 16 Dec 2021 03:01:34 +0000 (22:01 -0500)
commitc8257714f10f287750784399f8f0247ff713467d
treebe1e95a0d9d65e1f1bf09cd80a8f06da6fc67f70
parent9043d6738e5e2d279b3c899099d077a2e7c4674d
optee: Remove vma linked list walk

Use the VMA iterator instead.  Change the calling convention of
__check_mem_type() to pass in the mm instead of the first vma in the
range.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
drivers/tee/optee/call.c