]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf: Use VMA iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:52:39 +0000 (14:52 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 26 Nov 2021 19:50:33 +0000 (14:50 -0500)
commitc13a2a09e6aabad4e33f7e83c69616ef15703f31
tree6565d1304cd789bcce15d2f9051a7521ced8ed59
parent20ad6b0e7a6021a5010adbd5aa63bc9850f4408a
perf: Use VMA iterator

The VMA iterator is faster than the linked list and removing the linked
list will shrink the vm_area_struct.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/events/core.c
kernel/events/uprobes.c