[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201910310857.81DFF3A6@keescook>
Date: Thu, 31 Oct 2019 08:58:32 -0700
From: Kees Cook <keescook@...omium.org>
To: Masami Hiramatsu <mhiramat@...nel.org>
Cc: Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org, jaswinder.singh@...aro.org,
Jun Takahashi <takahashi.jun_s@...socionext.com>
Subject: Re: [BUGFIX PATCH] selftests: breakpoints: Fix a typo of function
name
On Thu, Oct 31, 2019 at 09:23:00PM +0900, Masami Hiramatsu wrote:
> Since commit 5821ba969511 ("selftests: Add test plan API to kselftest.h
> and adjust callers") accidentally introduced 'a' typo in the front of
> run_test() function, breakpoint_test_arm64.c became not able to be
> compiled.
>
> Remove the 'a' from arun_test().
>
> Fixes: 5821ba969511 ("selftests: Add test plan API to kselftest.h and adjust callers")
> Reported-by: Jun Takahashi <takahashi.jun_s@...socionext.com>
> Signed-off-by: Masami Hiramatsu <mhiramat@...nel.org>
> Cc: Kees Cook <keescook@...omium.org>
Argh, apologies! Yes, thank you for catching this.
Reviewed-by: Kees Cook <keescook@...omium.org>
-Kees
> ---
> .../selftests/breakpoints/breakpoint_test_arm64.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c b/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c
> index 58ed5eeab709..ad41ea69001b 100644
> --- a/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c
> +++ b/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c
> @@ -109,7 +109,7 @@ static bool set_watchpoint(pid_t pid, int size, int wp)
> return false;
> }
>
> -static bool arun_test(int wr_size, int wp_size, int wr, int wp)
> +static bool run_test(int wr_size, int wp_size, int wr, int wp)
> {
> int status;
> siginfo_t siginfo;
>
--
Kees Cook
Powered by blists - more mailing lists