The quilt patch titled Subject: mm-fix-get_mctgt_type-kernel-doc-fix has been removed from the -mm tree. Its filename was mm-fix-get_mctgt_type-kernel-doc-fix.patch This patch was dropped because it was folded into mm-fix-get_mctgt_type-kernel-doc.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-fix-get_mctgt_type-kernel-doc-fix Date: Mon Aug 21 11:53:43 AM PDT 2023 changes suggested by Randy Cc: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> Cc: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/memcontrol.c~mm-fix-get_mctgt_type-kernel-doc-fix +++ a/mm/memcontrol.c @@ -5867,9 +5867,9 @@ out: * * MC_TARGET_NONE - If the pte is not a target for move charge. * * MC_TARGET_PAGE - If the page corresponding to this pte is a target for * move charge. If @target is not NULL, the page is stored in target->page - * with extra refcnt got (Callers should handle it). + * with extra refcnt taken (Callers should handle it). * * MC_TARGET_SWAP - If the swap entry corresponding to this pte is a - * target for charge migration. if @target is not NULL, the entry is stored + * target for charge migration. If @target is not NULL, the entry is stored * in target->ent. * * MC_TARGET_DEVICE - Like MC_TARGET_PAGE but page is device memory and * thus not on the lru. For now such page is charged like a regular page _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-fix-get_mctgt_type-kernel-doc.patch