]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kselftest/arm64: mte: Use the correct naming for tag check modes in check_hugetlb_opt...
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 21 Feb 2025 09:33:30 +0000 (09:33 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 5 Mar 2025 18:54:02 +0000 (18:54 +0000)
commit7ae95109c64d64cdcf195788cf466ec0b3019a94
treed5e56b5319570d62ec04e882afb5ae92feef07a8
parent0ad2507d5d93f39619fc42372c347d6006b64319
kselftest/arm64: mte: Use the correct naming for tag check modes in check_hugetlb_options.c

The architecture doesn't define precise/imprecise MTE tag check modes,
only synchronous and asynchronous. Use the correct naming and also
ensure they match the MTE_{ASYNC,SYNC}_ERR type.

Fixes: 27879e8cb6b0 ("selftests: arm64: add hugetlb mte tests")
Cc: Yang Shi <yang@os.amperecomputing.com>
Reviewed-by: Yang Shi <yang@os.amperecomputing.com>
Link: https://lore.kernel.org/r/20250221093331.2184245-2-catalin.marinas@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/mte/check_hugetlb_options.c