All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,tujinjiang@huawei.com,shuah@kernel.org,david@redhat.com,colin.i.king@gmail.com,akpm@linux-foundation.org
Subject: [folded-merged] selftest-mm-ksm_functional_tests-extend-test-case-for-ksm-fork-exec-fix.patch removed from -mm tree
Date: Thu, 25 Apr 2024 20:40:45 -0700	[thread overview]
Message-ID: <20240426034045.A2A21C113CD@smtp.kernel.org> (raw)


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


                 reply	other threads:[~2024-04-26  3:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240426034045.A2A21C113CD@smtp.kernel.org \
    --to=akpm@linux-foundation.org \
    --cc=colin.i.king@gmail.com \
    --cc=david@redhat.com \
    --cc=mm-commits@vger.kernel.org \
    --cc=shuah@kernel.org \
    --cc=tujinjiang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.