Linux Kernel Selftest development
 help / color / mirror / Atom feed
From: Shuah Khan <skhan@linuxfoundation.org>
To: Mark Brown <broonie@kernel.org>,
	Christian Brauner <brauner@kernel.org>,
	Shuah Khan <shuah@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH] selftests/clone3: Fix compiler warning
Date: Thu, 11 Apr 2024 15:04:07 -0600	[thread overview]
Message-ID: <55e05bd2-eeaa-4baa-bb10-42ba15e67867@linuxfoundation.org> (raw)
In-Reply-To: <20240409-clone3-warning-fix-v1-1-03720200f1b4@kernel.org>

On 4/9/24 16:24, Mark Brown wrote:
> Shuah reported a compiler warning with an Ubuntu GCC 13 build, I've been
> unable to reproduce it but hopefully this fixes the issue:
> 
> clone3_set_tid.c:136:43: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
> 
> Reported-by: Shuah Khan <skhan@linuxfoundation.org>
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>   tools/testing/selftests/clone3/clone3_set_tid.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/clone3/clone3_set_tid.c b/tools/testing/selftests/clone3/clone3_set_tid.c
> index 9ae38733cb6e..fbf813a5a06f 100644
> --- a/tools/testing/selftests/clone3/clone3_set_tid.c
> +++ b/tools/testing/selftests/clone3/clone3_set_tid.c
> @@ -133,7 +133,7 @@ static void test_clone3_set_tid(const char *desc,
>   		"[%d] clone3() with CLONE_SET_TID %d says: %d - expected %d\n",
>   		getpid(), set_tid[0], ret, expected);
>   
> -	ksft_test_result(ret == expected, "%s with %d TIDs and flags 0x%x\n",
> +	ksft_test_result(ret == expected, "%s with %zu TIDs and flags 0x%x\n",
>   			 desc, set_tid_size, flags);
>   }
>   
> 
> ---
> base-commit: a053fd3ca5d1b927a8655f239c84b0d790218fda
> change-id: 20240409-clone3-warning-fix-89a363c6899e
> 
> Best regards,

Applied to linux-kselftest next for Linux 6.10-rc1.

thanks,
-- Shuah

      reply	other threads:[~2024-04-11 21:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-09 22:24 [PATCH] selftests/clone3: Fix compiler warning Mark Brown
2024-04-11 21:04 ` Shuah Khan [this message]

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=55e05bd2-eeaa-4baa-bb10-42ba15e67867@linuxfoundation.org \
    --to=skhan@linuxfoundation.org \
    --cc=brauner@kernel.org \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=shuah@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox