Skip to content

[LTS 8.6] selftests: breakpoints: Fix a typo of function name #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: ciqlts8_6
Choose a base branch
from

Conversation

pvts-mat
Copy link
Contributor

[LTS 8.6]

About

This commit fixes the problem with the compilation of breakpoints:breakpoint_test_arm64 test on aarch64 architecture.

The situation is exactly the same as in #330 (The ciqlts8_6 and ciqlts8_8 have the same history for the files in tools/testing/selftests/breakpoints. Also the same issue with TRAP_HWBKPT as in ciqlts8_8). See also associated #336.

commit-author Masami Hiramatsu <mhiramat@kernel.org>
commit 5b06eea

Since commit 5821ba9 ("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: 5821ba9 ("selftests: Add test plan API to kselftest.h and adjust callers")
        Reported-by: Jun Takahashi <takahashi.jun_s@aa.socionext.com>
        Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
        Cc: Kees Cook <keescook@chromium.org>
        Reviewed-by: Kees Cook <keescook@chromium.org>
        Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
(cherry picked from commit 5b06eea)
        Signed-off-by: Marcin Wcisło <marcin.wcislo@conclusive.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants