The quilt patch titled Subject: mm-vma-return-the-exact-errno-in-vms_gather_munmap_vmas-fix has been removed from the -mm tree. Its filename was mm-vma-return-the-exact-errno-in-vms_gather_munmap_vmas-fix.patch This patch was dropped because it was folded into mm-vma-return-the-exact-errno-in-vms_gather_munmap_vmas.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-vma-return-the-exact-errno-in-vms_gather_munmap_vmas-fix Date: Mon Sep 9 12:04:14 PM PDT 2024 fix whitespace, per Liam Cc: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx> Cc: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Cc: Xiao Yang <ice_yangxiao@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/mm/vma.c~mm-vma-return-the-exact-errno-in-vms_gather_munmap_vmas-fix +++ a/mm/vma.c @@ -1260,7 +1260,8 @@ int vms_gather_munmap_vmas(struct vma_mu * split, despite we could. This is unlikely enough * failure that it's not worth optimizing it for. */ - error = userfaultfd_unmap_prep(next, vms->start, vms->end, vms->uf); + error = userfaultfd_unmap_prep(next, vms->start, + vms->end, vms->uf); if (error) goto userfaultfd_error; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vma-return-the-exact-errno-in-vms_gather_munmap_vmas.patch