The patch titled Subject: mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region-checkpatch-fixes.patch This patch was dropped because it was folded into mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region-checkpatch-fixes WARNING: braces {} are not necessary for any arm of this statement #38: FILE: mm/memremap.c:62: + if (altmap) { [...] + } else [...] total: 0 errors, 1 warnings, 18 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memremap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/memremap.c~mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region-checkpatch-fixes +++ a/mm/memremap.c @@ -59,9 +59,9 @@ static unsigned long pfn_first(struct de struct vmem_altmap *altmap = pgmap_altmap(pgmap); unsigned long pfn; - if (altmap) { + if (altmap) pfn = altmap->base_pfn + vmem_altmap_offset(altmap); - } else + else pfn = PHYS_PFN(res->start); return pfn; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-swap-disallow-swapon-on-zoned-block-devices-fix.patch rss_stat-add-support-to-detect-rss-updates-of-external-mm-fix.patch mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region.patch memfd-fix-cow-issue-on-map_private-and-f_seal_future_write-mappings-fix.patch mm-sparse-do-not-waste-pre-allocated-memmap-space-fix.patch mm-vmscan-simplify-lruvec_lru_size-fix-fix.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch hugetlb-remove-duplicated-code-checkpatch-fixes.patch hugetlb-remove-unused-hstate-in-hugetlb_fault_mutex_hash-fix.patch mm-madvise-replace-with-page_size-in-madvise_inject_error-fix.patch mm-annotate-refault-stalls-from-swap_readpage-fix.patch