From: Matthew Wilcox (Oracle) Date: Mon, 23 Aug 2021 23:59:06 +0000 (+1000) Subject: mm: mark idle page tracking as BROKEN X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=21acac9b10d3646c64b9b064459e251f72237ce1;p=users%2Fjedix%2Flinux-maple.git mm: mark idle page tracking as BROKEN In discussion with other MM developers around how idle page tracking should be fixed for transparent huge pages, several expressed the opinion that it should be removed as it is inefficient at accomplishing the job that it is supposed to, and we have better mechanisms (eg uffd) for accomplishing the same goals these days. Mark the feature as BROKEN for now and we can remove it entirely in a few months if nobody complains. It is not enabled by Android, ChromeOS, Debian, Fedora or SUSE. Red Hat enabled it with RHEL-8.1 and UEK followed suit, but I have been unable to find why RHEL enabled it. Link: https://lkml.kernel.org/r/20210612000714.775825-1-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) Acked-by: Yu Zhao Acked-by: Kirill A. Shutemov SeongJae Park Cc: Heiko Carstens Cc: Rafael Aquini Cc: Vlastimil Babka Cc: Vladimir Davydov Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/mm/Kconfig b/mm/Kconfig index 40a9bfcd5062..5dc28e9205e0 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -744,7 +744,7 @@ config DEFERRED_STRUCT_PAGE_INIT config IDLE_PAGE_TRACKING bool "Enable idle page tracking" - depends on SYSFS && MMU + depends on SYSFS && MMU && BROKEN select PAGE_EXTENSION if !64BIT help This feature allows to estimate the amount of user pages that have