]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 30 Oct 2021 03:38:43 +0000 (23:38 -0400)
commit7d66afd17a8cdcf516ed2232085d231023ab23c8
tree18c839fb993328495d94ee0cddd75c0926a290d1
parente17ee7c2e9873fa241f1061458bdb2c58473e735
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: Liam R. Howlett <Liam.Howlett@Oracle.com>
drivers/tee/optee/call.c