The patch titled Subject: mm-mempolicy-skip-walking-hugetlb-vma-if-mpol_mf_strict-is-specified-alone-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-mempolicy-skip-walking-hugetlb-vma-if-mpol_mf_strict-is-specified-alone-checkpatch-fixes.patch This patch was dropped because it was folded into mm-mempolicy-skip-walking-hugetlb-vma-if-mpol_mf_strict-is-specified-alone.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-mempolicy-skip-walking-hugetlb-vma-if-mpol_mf_strict-is-specified-alone-checkpatch-fixes WARNING: Block comments should align the * on each line #33: FILE: mm/mempolicy.c:660: + /* MPOL_MF_STRICT is ignored for huge page, skip checking + * misplaced pages total: 0 errors, 1 warnings, 13 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-mempolicy-skip-walking-hugetlb-vma-if-mpol_mf_strict-is-specified-alone.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: Li Xinhai <lixinhai.lxh@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mempolicy.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/mm/mempolicy.c~mm-mempolicy-skip-walking-hugetlb-vma-if-mpol_mf_strict-is-specified-alone-checkpatch-fixes +++ a/mm/mempolicy.c @@ -656,9 +656,10 @@ static int queue_pages_test_walk(unsigne return 1; } - /* MPOL_MF_STRICT is ignored for huge page, skip checking - * misplaced pages - */ + /* + * MPOL_MF_STRICT is ignored for huge page, skip checking + * misplaced pages + */ if ((flags & MPOL_MF_VALID) == MPOL_MF_STRICT && is_vm_hugetlb_page(vma)) return 1; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch mm-vmscan-remove-unused-reclaim_off-reclaim_zone-fix.patch mm-mempolicy-skip-walking-hugetlb-vma-if-mpol_mf_strict-is-specified-alone.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch linux-next-fix.patch drivers-block-null_blk_mainc-fix-layout.patch drivers-block-null_blk_mainc-fix-uninitialized-var-warnings.patch proc-convert-everything-to-struct-proc_ops-fix.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch