]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf: use VMA iterator
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Jul 2022 02:17:58 +0000 (02:17 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:25 +0000 (15:44 -0400)
commitb368151aaeaca3310bb846ebaab387a3eff96325
tree75b1da6efec127dc99e3abaf9c243f6ea6a10d20
parent32ee642047e1657235487f82bbc3236fd86a89ba
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>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
kernel/events/core.c
kernel/events/uprobes.c