]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Update validate_mm() to use vma iterator
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 1 Dec 2022 16:53:06 +0000 (11:53 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 27 Apr 2023 01:32:01 +0000 (21:32 -0400)
commitb82330c16054e5b25168a7cbfeae4941a7e4ce3a
tree49fda53944bee704e5ed65035e20f413b9fa5e02
parent8b8f65a2159dc8c179297619896ca275eb223f63
mm: Update validate_mm() to use vma iterator

Use the vma iterator in the validation code and combine the code to
check the maple tree into the main validate_mm() function.

Introduce a new function vma_iter_dump_tree() to dump the maple tree in
hex layout.

Replace all calls to validate_mm_mt() with validate_mm().

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
include/linux/mmdebug.h
mm/debug.c
mm/internal.h
mm/mmap.c