summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:01:41 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:01:41 -0700
commit1ea75498fa968a5bcb01b6c0b0069493137d5696 (patch)
tree31e2b0478252c6363d9f5ffe3ec2f457371ea768
parent4601438fcaa6aaeb096c138e0f7eacace658e809 (diff)
download25-new-1ea75498fa968a5bcb01b6c0b0069493137d5696.tar.gz
foo
-rw-r--r--patches/selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/patches/selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec.patch b/patches/selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec.patch
index 05f8bd5c9..cd6d51eb0 100644
--- a/patches/selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec.patch
+++ b/patches/selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec.patch
@@ -6,8 +6,11 @@ This extends test_prctl_fork() and test_prctl_fork_exec() to make sure
that deduplication really happens, instead of only testing the
MMF_VM_MERGE_ANY flag is set.
+[colin.i.king@gmail.com: fix spelling mistake in ksft_test_result_skip message]
+ Link: https://lkml.kernel.org/r/20240402081537.1365939-1-colin.i.king@gmail.com
Link: https://lkml.kernel.org/r/20240328111010.1502191-4-tujinjiang@huawei.com
Signed-off-by: Jinjiang Tu <tujinjiang@huawei.com>
+Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Suggested-by: David Hildenbrand <david@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
@@ -54,7 +57,7 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
+ 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. */