Description is here https://lore.kernel.org/linux-mm/20221017160233.16582-1-urezki@xxxxxxxxx/ Changelog v1 -> v2: - Fix a compilation error for the ARCH=um SUBARCH=i386 Uladzislau Rezki (Sony) (7): mm: vmalloc: Add alloc_vmap_area trace event mm: vmalloc: Add purge_vmap_area_lazy trace event mm: vmalloc: Add free_vmap_area_noflush trace event mm: vmalloc: Use trace_alloc_vmap_area event mm: vmalloc: Use trace_purge_vmap_area_lazy event mm: vmalloc: Use trace_free_vmap_area_noflush event vmalloc: Add reviewers for vmalloc code MAINTAINERS | 12 +++- include/trace/events/vmalloc.h | 123 +++++++++++++++++++++++++++++++++ mm/vmalloc.c | 20 +++++- 3 files changed, 151 insertions(+), 4 deletions(-) create mode 100644 include/trace/events/vmalloc.h -- 2.30.2