The quilt patch titled Subject: mm-page_alloc-avoid-false-page-outside-zone-error-info-fix has been removed from the -mm tree. Its filename was mm-page_alloc-avoid-false-page-outside-zone-error-info-fix.patch This patch was dropped because it was folded into mm-page_alloc-avoid-false-page-outside-zone-error-info.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_alloc-avoid-false-page-outside-zone-error-info-fix Date: Tue Jul 4 09:35:46 AM PDT 2023 code simplification, per Matthew Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: Miaohe Lin <linmiaohe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/mm/page_alloc.c~mm-page_alloc-avoid-false-page-outside-zone-error-info-fix +++ a/mm/page_alloc.c @@ -468,10 +468,7 @@ static int page_outside_zone_boundaries( seq = zone_span_seqbegin(zone); start_pfn = zone->zone_start_pfn; sp = zone->spanned_pages; - if (!zone_spans_pfn(zone, pfn)) - ret = 1; - else - ret = 0; + ret = !zone_spans_pfn(zone, pfn); } while (zone_span_seqretry(zone, seq)); if (ret) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-page_alloc-avoid-false-page-outside-zone-error-info.patch mm-make-pte_marker_swapin_error-more-general-fix.patch mm-kfence-allocate-kfence_metadata-at-runtime-fix.patch acpi-hmat-calculate-abstract-distance-with-hmat-checkpatch-fixes.patch mm-remove-redundant-k-macro-definition-fix.patch signal-print-comm-and-exe-name-on-fatal-signals-fix.patch drm-i915-move-abs_diff-to-mathh-fix-fix.patch nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix.patch