The quilt patch titled Subject: userfaultfd/selftests: fix typo in comment has been removed from the -mm tree. Its filename was userfaultfd-selftests-fix-typo-in-comment.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Xiang wangx <wangxiang@xxxxxxxxxx> Subject: userfaultfd/selftests: fix typo in comment Date: Fri, 10 Jun 2022 15:12:44 +0800 Delete the redundant word 'in'. Link: https://lkml.kernel.org/r/20220610071244.59679-1-wangxiang@xxxxxxxxxx Signed-off-by: Xiang wangx <wangxiang@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/userfaultfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/testing/selftests/vm/userfaultfd.c~userfaultfd-selftests-fix-typo-in-comment +++ a/tools/testing/selftests/vm/userfaultfd.c @@ -860,7 +860,7 @@ static int stress(struct uffd_stats *uff /* * Be strict and immediately zap area_src, the whole area has * been transferred already by the background treads. The - * area_src could then be faulted in in a racy way by still + * area_src could then be faulted in a racy way by still * running uffdio_threads reading zeropages after we zapped * area_src (but they're guaranteed to get -EEXIST from * UFFDIO_COPY without writing zero pages into area_dst _ Patches currently in -mm which might be from wangxiang@xxxxxxxxxx are