lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250922120931.56786-1-colin.i.king@gmail.com>
Date: Mon, 22 Sep 2025 13:09:30 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Christian Brauner <brauner@...nel.org>,
	Shuah Khan <shuah@...nel.org>,
	linux-kernel@...r.kernel.org,
	linux-kselftest@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org
Subject: [PATCH][next] selftests/clone3: Fix spelling mistake "supportd" -> "supported"

There is a spelling mistake in a ksft_print_msg message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
 tools/testing/selftests/clone3/clone3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/clone3/clone3.c b/tools/testing/selftests/clone3/clone3.c
index 05c3d2dcbf2a..385cf08f8cf8 100644
--- a/tools/testing/selftests/clone3/clone3.c
+++ b/tools/testing/selftests/clone3/clone3.c
@@ -71,7 +71,7 @@ static void test_shadow_stack_supported(void)
 	} else if ((void *)ret == MAP_FAILED) {
 		ksft_print_msg("Failed to map shadow stack\n");
 	} else {
-		ksft_print_msg("Shadow stack supportd\n");
+		ksft_print_msg("Shadow stack supported\n");
 		shadow_stack_supported = true;
 
 		if (!shadow_stack_enabled)
-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ