The quilt patch titled Subject: mm-page_alloc-reduce-page-alloc-free-sanity-checks-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-page_alloc-reduce-page-alloc-free-sanity-checks-checkpatch-fixes.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-checkpatch-fixes Date: Thu Feb 23 01:48:48 PM PST 2023 WARNING: braces {} are not necessary for single statement blocks #152: FILE: mm/page_alloc.c:956: + if (!IS_ENABLED(CONFIG_DEBUG_VM) && want_check_pages) { + static_branch_enable(&check_pages_enabled); + } total: 3 errors, 2 warnings, 307 lines checked Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/mm/page_alloc.c~mm-page_alloc-reduce-page-alloc-free-sanity-checks-checkpatch-fixes +++ a/mm/page_alloc.c @@ -953,9 +953,8 @@ void __init init_mem_debugging_and_harde * of struct pages being allocated or freed. With CONFIG_DEBUG_VM it's * enabled already. */ - if (!IS_ENABLED(CONFIG_DEBUG_VM) && want_check_pages) { + if (!IS_ENABLED(CONFIG_DEBUG_VM) && want_check_pages) static_branch_enable(&check_pages_enabled); - } } static inline void set_buddy_order(struct page *page, unsigned int order) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-reduce-page-alloc-free-sanity-checks.patch mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix.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