* + selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch added to mm-unstable branch
@ 2024-04-04 0:05 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-04-04 0:05 UTC (permalink / raw)
To: mm-commits, tujinjiang, shuah, david, colin.i.king, akpm
The patch titled
Subject: selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix
has been added to the -mm mm-unstable branch. Its filename is
selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch
This patch will later appear in the mm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days
------------------------------------------------------
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-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-04 0:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04 0:05 + selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch added to mm-unstable branch 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.