]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: Change elfcore for_each_mte_vma() to use VMA iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 20 Jul 2022 02:17:54 +0000 (02:17 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:23 +0000 (15:44 -0400)
commitc15d1c8c2c575c26c3714f932d92bc3cbda3a1e4
tree946a499f4f4cbb9bd5531ac5b17417f0e2490282
parent67cf550bc02c5746955fbbe3adb9c57ec629d8ce
arm64: Change elfcore for_each_mte_vma() to use VMA iterator

Rework for_each_mte_vma() to use a VMA iterator instead of an explicit
linked-list.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20220218023650.672072-1-Liam.Howlett@oracle.com
Signed-off-by: Will Deacon <will@kernel.org>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
arch/arm64/kernel/elfcore.c