]> 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 Howlett <Liam.Howlett@oracle.com>
Mon, 14 Nov 2022 19:57:06 +0000 (14:57 -0500)
commitdc73525d2ad143557eeed948f592ee34937245a6
tree453fb094954377fd1c9239b78be289d7b9676545
parentd010343d4562e0650fbb06d598abf2a725813027
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