The quilt patch titled Subject: selftests/memfd: fix spelling mistakes has been removed from the -mm tree. Its filename was selftests-memfd-fix-spelling-mistakes.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: Saurav Shah <sauravshah.31@xxxxxxxxx> Subject: selftests/memfd: fix spelling mistakes Date: Thu, 2 May 2024 04:43:17 +0530 Fix spelling mistakes in the comments. Link: https://lkml.kernel.org/r/20240501231317.24648-1-sauravshah.31@xxxxxxxxx Signed-off-by: Saurav Shah <sauravshah.31@xxxxxxxxx> Cc: Aleksa Sarai <cyphar@xxxxxxxxxx> Cc: Greg Thelen <gthelen@xxxxxxxxxx> Cc: Jeff Xu <jeffxu@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/memfd/fuse_test.c | 2 +- tools/testing/selftests/memfd/memfd_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/tools/testing/selftests/memfd/fuse_test.c~selftests-memfd-fix-spelling-mistakes +++ a/tools/testing/selftests/memfd/fuse_test.c @@ -306,7 +306,7 @@ int main(int argc, char **argv) * then the kernel did a page-replacement or canceled the read() (or * whatever magic it did..). In that case, the memfd object is still * all zero. - * In case the memfd-object was *not* sealed, the read() was successfull + * In case the memfd-object was *not* sealed, the read() was successful * and the memfd object must *not* be all zero. * Note that in real scenarios, there might be a mixture of both, but * in this test-cases, we have explicit 200ms delays which should be --- a/tools/testing/selftests/memfd/memfd_test.c~selftests-memfd-fix-spelling-mistakes +++ a/tools/testing/selftests/memfd/memfd_test.c @@ -1528,7 +1528,7 @@ static void test_share_open(char *banner /* * Test sharing via fork() - * Test whether seal-modifications work as expected with forked childs. + * Test whether seal-modifications work as expected with forked children. */ static void test_share_fork(char *banner, char *b_suffix) { _ Patches currently in -mm which might be from sauravshah.31@xxxxxxxxx are