]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mm: mmap: no need to call khugepaged_enter_vma() for stack
authorYang Shi <yang@os.amperecomputing.com>
Thu, 21 Dec 2023 06:59:42 +0000 (22:59 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 00:00:02 +0000 (16:00 -0800)
commit05976a42b327d4f5a529a5e55cb8bfc2fa0bcca1
treeb8f61ecdd3b01a63b4c00fa2a04b003ef7495bc7
parenta02b8bfe9a60ecb97bab7ba1a10a513bf78a7866
mm: mmap: no need to call khugepaged_enter_vma() for stack

We avoid allocating THP for temporary stack, even though
khugepaged_enter_vma() is called for stack VMAs, it actualy returns
false.  So no need to call it in the first place at all.

Link: https://lkml.kernel.org/r/20231221065943.2803551-1-shy828301@gmail.com
Signed-off-by: Yang Shi <yang@os.amperecomputing.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
Cc: Christopher Lameter <cl@linux.com>
Cc: "Huang, Ying" <ying.huang@intel.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmap.c