* [merged] revert-mm-align-larger-anonymous-mappings-on-thp-boundaries.patch removed from -mm tree
@ 2022-12-10 1:57 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-12-10 1:57 UTC (permalink / raw)
To: mm-commits, zhengjun.xing, yujie.liu, ying.huang, willy,
shy828301, riel, regressions, nathan, fengwei.yin, feng.tang,
akpm, akpm
The quilt patch titled
Subject: revert "mm: align larger anonymous mappings on THP boundaries"
has been removed from the -mm tree. Its filename was
revert-mm-align-larger-anonymous-mappings-on-thp-boundaries.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: revert "mm: align larger anonymous mappings on THP boundaries"
Date: Thu Dec 1 01:22:56 PM PST 2022
Several testers are seeing large slowdowns from this commit. The reasons
for this are unclear. Revert it from 6.1-rcX so this can be better
examined.
Fixes: f35b5d7d676e ("mm: align larger anonymous mappings on THP boundaries")
Reported-by: kernel test robot <yujie.liu@intel.com>
Link: https://lkml.kernel.org/r/202210181535.7144dd15-yujie.liu@intel.com
Reported-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lkml.kernel.org/r/Y1DNQaoPWxE+rGce@dev-arch.thelio-3990X
Reported-by: Thorsten Leemhuis <regressions@leemhuis.info>
Link: https://lkml.kernel.org/r/e919e5a3-1118-043e-8bbd-5ee35f2ab411@leemhuis.info
Acked-by: Yang Shi <shy828301@gmail.com>
Cc: Feng Tang <feng.tang@intel.com>
Cc: "Huang, Ying" <ying.huang@intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com>
Cc: "Yin, Fengwei" <fengwei.yin@intel.com>
Cc: Yujie Liu <yujie.liu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/mmap.c | 3 ---
1 file changed, 3 deletions(-)
--- a/mm/mmap.c~revert-mm-align-larger-anonymous-mappings-on-thp-boundaries
+++ a/mm/mmap.c
@@ -1779,9 +1779,6 @@ get_unmapped_area(struct file *file, uns
*/
pgoff = 0;
get_area = shmem_get_unmapped_area;
- } else if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
- /* Ensures that larger anonymous mappings are THP aligned. */
- get_area = thp_get_unmapped_area;
}
addr = get_area(file, addr, len, pgoff, flags);
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-gup-remove-foll_migration-fix.patch
fsdax-zero-the-edges-if-source-is-hole-or-unwritten-fix.patch
mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-10 1:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 1:57 [merged] revert-mm-align-larger-anonymous-mappings-on-thp-boundaries.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.