]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Change mprotect_fixup to vma iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 9 Nov 2022 19:28:34 +0000 (14:28 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 Dec 2022 20:58:35 +0000 (15:58 -0500)
commit925bcbfecb0da63d30b312753f52dc626bd32672
tree93bcd0187f3b19a68dd6d5251b1bbcd65a33bf2c
parentace2540c66ddff3f441904e5d991cbedb89a92f0
mm: Change mprotect_fixup to vma iterator

Use the vma iterator so that the iterator can be invalidated or updated
to avoid each caller doing so.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
fs/exec.c
include/linux/mm.h
mm/mprotect.c