]> 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>
Fri, 11 Feb 2022 03:38:08 +0000 (22:38 -0500)
commit8423afa450fe6de484872e3b5c3cd6c8c409b3d5
treef779163b709c09134928368e45ed35fb0a942052
parent5ebd79fe4130bb4756f77960abf79ef10a273f8e
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>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
drivers/tee/optee/call.c