* [folded-merged] selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch removed from -mm tree
@ 2024-04-26 3:40 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-04-26 3:40 UTC (permalink / raw)
To: mm-commits, tujinjiang, shuah, david, colin.i.king, akpm
The quilt patch titled
Subject: selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix
has been removed from the -mm tree. Its filename was
selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch
This patch was dropped because it was folded into selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec.patch
------------------------------------------------------
From: Colin Ian King <colin.i.king@gmail.com>
Subject: selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix
Date: Tue, 2 Apr 2024 09:15:37 +0100
There is a spelling mistake in a ksft_test_result_skip message. Fix it.
Link: https://lkml.kernel.org/r/20240402081537.1365939-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Cc: Jinjiang Tu <tujinjiang@huawei.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/testing/selftests/mm/ksm_functional_tests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tools/testing/selftests/mm/ksm_functional_tests.c~selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix
+++ a/tools/testing/selftests/mm/ksm_functional_tests.c
@@ -502,7 +502,7 @@ static void test_child_ksm_err(int statu
else if (status == -2)
ksft_test_result_fail("Merge in child failed\n");
else if (status == -3)
- ksft_test_result_skip("Merge in child skiped\n");
+ ksft_test_result_skip("Merge in child skipped\n");
}
/* Verify that prctl ksm flag is inherited. */
_
Patches currently in -mm which might be from colin.i.king@gmail.com are
selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec.patch
ocfs2-remove-redundant-assignment-to-variable-status.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-26 3:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 3:40 [folded-merged] selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.