]> Git Repo - linux.git/commit
mm: huge_memory: debugfs for file-backed THP split
authorZi Yan <[email protected]>
Wed, 5 May 2021 01:34:26 +0000 (18:34 -0700)
committerLinus Torvalds <[email protected]>
Wed, 5 May 2021 18:27:21 +0000 (11:27 -0700)
commitfbe37501b2526a71d82b898671260524279c6765
treedcc07924942dc45119e2aba6f26da208f9e62268
parentfa6c02315f745f00b62c634b220c3fb5c3310258
mm: huge_memory: debugfs for file-backed THP split

Further extend <debugfs>/split_huge_pages to accept
"<path>,<pgoff_start>,<pgoff_end>" for file-backed THP split tests since
tmpfs may have file backed by THP that mapped nowhere.

Update selftest program to test file-backed THP split too.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Zi Yan <[email protected]>
Suggested-by: Kirill A. Shutemov <[email protected]>
Reviewed-by: Yang Shi <[email protected]>
Cc: "Kirill A . Shutemov" <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: John Hubbard <[email protected]>
Cc: Sandipan Das <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Mika Penttila <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/huge_memory.c
tools/testing/selftests/vm/split_huge_page_test.c
This page took 0.051554 seconds and 4 git commands to generate.