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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <71f31fb9-2ef4-4bbf-99fd-83e30d6e9422@linuxfoundation.org>
Date: Wed, 31 Jul 2024 11:44:10 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Chang Yu <marcus.yu.56@...il.com>, ebiederm@...ssion.com
Cc: kees@...nel.org, shuah@...nel.org, linux-mm@...ck.org,
 linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
 chang.yu.56@...tonmail.com, Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH] selftests/exec: Fix grammar in an error message.

On 7/23/24 22:21, Chang Yu wrote:
> Replace "not ... nor" in the error message with "neither ... nor".
> 
> Signed-off-by: Chang Yu <marcus.yu.56@...il.com>
> ---
>   tools/testing/selftests/exec/execveat.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/exec/execveat.c b/tools/testing/selftests/exec/execveat.c
> index 6418ded40bdd..071e03532cba 100644
> --- a/tools/testing/selftests/exec/execveat.c
> +++ b/tools/testing/selftests/exec/execveat.c
> @@ -117,7 +117,7 @@ static int check_execveat_invoked_rc(int fd, const char *path, int flags,
>   	}
>   	if ((WEXITSTATUS(status) != expected_rc) &&
>   	    (WEXITSTATUS(status) != expected_rc2)) {
> -		ksft_print_msg("child %d exited with %d not %d nor %d\n",
> +		ksft_print_msg("child %d exited with %d neither %d nor %d\n",
>   			       child, WEXITSTATUS(status), expected_rc,
>   			       expected_rc2);
>   		ksft_test_result_fail("%s\n", test_name);


Applied to linux-kselftest next for Linux 6.12-rc1

thanks,
-- Shuah

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ