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>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aCg3ctv0ODAp9G0F@gmail.com>
Date: Sat, 17 May 2025 09:14:58 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Sukrut Heroorkar <hsukrut3@...il.com>
Cc: linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
	shuah@...nel.org, hpa@...or.com, x86@...nel.org,
	dave.hansen@...ux.intel.com, bp@...en8.de, mingo@...hat.com,
	tglx@...utronix.de
Subject: Re: [PATCH] kselftests/x86: Correct grammer in VMX pairing message


* Sukrut Heroorkar <hsukrut3@...il.com> wrote:

> Fixes a small grammatical error in the print message.

No it doesn't.

> signed-off-by: Sukrut Heroorkar <hsukrut3@...il.com>
> ---
>  tools/testing/selftests/x86/ioperm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/x86/ioperm.c b/tools/testing/selftests/x86/ioperm.c
> index 69d5fb7050c2..a5099e526912 100644
> --- a/tools/testing/selftests/x86/ioperm.c
> +++ b/tools/testing/selftests/x86/ioperm.c
> @@ -107,7 +107,7 @@ int main(void)
>  		err(1, "fork");
>  
>  	if (child == 0) {
> -		printf("[RUN]\tchild: check that we inherited permissions\n");
> +		printf("[RUN]\tchild: check that if we inherited permissions\n");

Wot?

Thanks,

	Ingo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ