]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Remove VMA Iterator reset from vma_expand()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 24 Apr 2023 20:36:31 +0000 (16:36 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 24 Apr 2023 20:42:18 +0000 (16:42 -0400)
commit933e673c4e566807fdfcbdc0cdbf92a88b1e9028
treea942fd8ea825eedb2494ec6cc4c31629c57c2e07
parent899d9400c9f1e05539861f2fb9e0adf5806af6b9
mm: Remove VMA Iterator reset from vma_expand()

Update callers to vma_expand() to set the vma iterator to the correct
position.  Detect the incorrect location with a MAS_WARN_ON() to debug
what is going on.

Update the caller in shift_arg_pages() to set the vma iterator
correctly.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
fs/exec.c
mm/mmap.c