The patch titled Subject: mm-migrate-make-a-standard-migration-target-allocation-function-fix has been removed from the -mm tree. Its filename was mm-migrate-make-a-standard-migration-target-allocation-function-fix.patch This patch was dropped because it was folded into mm-migrate-make-a-standard-migration-target-allocation-function.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-migrate-make-a-standard-migration-target-allocation-function-fix fix typoe in comment Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/hugetlb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/hugetlb.h~mm-migrate-make-a-standard-migration-target-allocation-function-fix +++ a/include/linux/hugetlb.h @@ -705,7 +705,7 @@ static inline gfp_t htlb_modify_alloc_ma { gfp_t modified_mask = htlb_alloc_mask(h); - /* Some callers might want to enfoce node */ + /* Some callers might want to enforce node */ modified_mask |= (gfp_mask & __GFP_THISNODE); return modified_mask; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-migrate-make-a-standard-migration-target-allocation-function.patch mm.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch