Re: [PATCH v3 3/4] selftests/arm64: Fix MTE prctl TAP plan

From: Vincenzo Frascino

Date: Wed Aug 26 2026 - 04:29:54 EST




On 25/08/2026 12:18, Muhammad Usama Anjum wrote:
> The MTE prctl test emits one result from check_basic_read() followed by
> one result for each of the seven entries in mte_modes[]. However, the TAP
> plan only accounts for the array entries, producing:
>
> # Planned tests != run tests (7 != 8)
>
> Include the basic read check in the plan so that all eight emitted results
> are declared.
>
> Reviewed-by: Mark Brown <broonie@xxxxxxxxxx>
> Fixes: 1f488fb91378 ("kselftest/arm64/mte: Add MTE_STORE_ONLY testcases")
> Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxx>

Reviewed-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>

...