2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 12:14:01 +08:00
linux-next/tools/testing/selftests/arm64/mte
Vincenzo Frascino 493b35db05 kselftest/arm64: Fix check_user_mem test
The check_user_mem test reports the error below because the test
plan is not declared correctly:

  # Planned tests != run tests (0 != 4)

Fix the test adding the correct test plan declaration.

Fixes: 4dafc08d0b ("kselftest/arm64: Check mte tagged user address in kernel")
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Gabor Kertesz <gabor.kertesz@arm.com>
Cc: Amit Daniel Kachhap <amit.kachhap@arm.com>
Link: https://lore.kernel.org/r/20201026121248.2340-7-vincenzo.frascino@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
2020-10-28 13:42:24 +00:00
..
.gitignore kselftest/arm64: Check mte tagged user address in kernel 2020-10-05 18:52:17 +01:00
check_buffer_fill.c kselftest/arm64: Fix check_buffer_fill test 2020-10-28 13:42:23 +00:00
check_child_memory.c kselftest/arm64: Fix check_child_memory test 2020-10-28 13:42:23 +00:00
check_ksm_options.c kselftest/arm64: Fix check_ksm_options test 2020-10-28 13:42:23 +00:00
check_mmap_options.c kselftest/arm64: Fix check_mmap_options test 2020-10-28 13:42:23 +00:00
check_tags_inclusion.c kselftest/arm64: Fix check_tags_inclusion test 2020-10-28 13:42:23 +00:00
check_user_mem.c kselftest/arm64: Fix check_user_mem test 2020-10-28 13:42:24 +00:00
Makefile kselftest/arm64: Add utilities and a test to validate mte memory 2020-10-05 18:52:17 +01:00
mte_common_util.c kselftest/arm64: Add utilities and a test to validate mte memory 2020-10-05 18:52:17 +01:00
mte_common_util.h kselftest/arm64: Check mte tagged user address in kernel 2020-10-05 18:52:17 +01:00
mte_def.h kselftest/arm64: Add utilities and a test to validate mte memory 2020-10-05 18:52:17 +01:00
mte_helper.S kselftest/arm64: Check mte tagged user address in kernel 2020-10-05 18:52:17 +01:00