]> 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>
Wed, 29 Mar 2023 22:58:39 +0000 (18:58 -0400)
commit831bb33a6d18f0d837073890123240597a72846b
tree9495ba592900c8331e82c48dc76f5756d21685a2
parent0a205bebb51bda56d3e3e6205b20a49c3db76a95
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