The quilt patch titled Subject: mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix has been removed from the -mm tree. Its filename was mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix.patch This patch was dropped because it was folded into mm-page_alloc-reduce-page-alloc-free-sanity-checks.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix Date: Sat Feb 25 01:00:30 PM PST 2023 make check_pages_enabled static Reported-by: kernel test robot <lkp@xxxxxxxxx> Link: https://lkml.kernel.org/r/63fa411f.ZvVOisJt5OlLzGYF%25lkp@xxxxxxxxx Cc: Alexander Halbuer <halbuer@xxxxxxxxxxxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/page_alloc.c~mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix +++ a/mm/page_alloc.c @@ -254,7 +254,7 @@ DEFINE_STATIC_KEY_MAYBE(CONFIG_INIT_ON_F EXPORT_SYMBOL(init_on_free); /* perform sanity checks on struct pages being allocated or freed */ -DEFINE_STATIC_KEY_MAYBE(CONFIG_DEBUG_VM, check_pages_enabled); +static DEFINE_STATIC_KEY_MAYBE(CONFIG_DEBUG_VM, check_pages_enabled); static bool _init_on_alloc_enabled_early __read_mostly = IS_ENABLED(CONFIG_INIT_ON_ALLOC_DEFAULT_ON); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-reduce-page-alloc-free-sanity-checks.patch mm-userfaultfd-support-wp-on-multiple-vmas-fix.patch mm-add-new-api-to-enable-ksm-per-process-fix.patch mm-treewide-redefine-max_order-sanely-fix-2.patch mm-treewide-redefine-max_order-sanely-fix-3-fix.patch memcg-do-not-drain-charge-pcp-caches-on-remote-isolated-cpus-fix.patch vmstat-add-pcp-remote-node-draining-via-cpu_vm_stats_fold-fix.patch mm-vmalloc-convert-vread-to-vread_iter-v8-fix.patch scripts-link-vmlinuxsh-fix-error-message-presentation.patch notifiers-add-tracepoints-to-the-notifiers-infrastructure-checkpatch-fixes.patch