]> Git Repo - linux.git/commit
uprobe: collapse THP pmd after removing all uprobes
authorSong Liu <[email protected]>
Mon, 23 Sep 2019 22:38:33 +0000 (15:38 -0700)
committerLinus Torvalds <[email protected]>
Tue, 24 Sep 2019 22:54:11 +0000 (15:54 -0700)
commitf385cb85a42fc4ba92464c2bfd2e2049d65353d3
treeecbb1588dd56f195f28fd76740e384096284e1dd
parent27e1f8273113adec0e98bf513e4091636b27cc2a
uprobe: collapse THP pmd after removing all uprobes

After all uprobes are removed from the huge page (with PTE pgtable), it is
possible to collapse the pmd and benefit from THP again.  This patch does
the collapse by calling collapse_pte_mapped_thp().

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Song Liu <[email protected]>
Acked-by: Kirill A. Shutemov <[email protected]>
Reported-by: kbuild test robot <[email protected]>
Reviewed-by: Oleg Nesterov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/events/uprobes.c
This page took 0.061567 seconds and 4 git commands to generate.