]> 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, 26 Nov 2021 19:50:31 +0000 (14:50 -0500)
commitee1e7556761d0c1b7d69f1cec6336b1c4d5d3e25
treeb9dab43dfe49d8f3d383e9eee8bdcd87fd69e2a1
parent24106b7fb1543fe869b46df2c4c238143a4d04f7
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