On Mon, 26 Oct 2020 12:12:42 +0000, Vincenzo Frascino wrote:
This series contains a set of fixes for the arm64 MTE kselftests [1].
A version of the fixes rebased on 5.10-rc1 can be found at [2].
To verify the fixes it is possible to use the command below:
make -C tools/testing/selftests/ ARCH=arm64 TARGETS=arm64 ARM64_SUBTARGETS=mte \ CC=<gcc compiler with MTE support>
[...]
Applied to arm64 (for-next/fixes), thanks!
[1/6] kselftest/arm64: Fix check_buffer_fill test https://git.kernel.org/arm64/c/5bc7c1156f3f [2/6] kselftest/arm64: Fix check_tags_inclusion test https://git.kernel.org/arm64/c/041fa41f5422 [3/6] kselftest/arm64: Fix check_child_memory test https://git.kernel.org/arm64/c/386cf789fa6d [4/6] kselftest/arm64: Fix check_mmap_options test https://git.kernel.org/arm64/c/7419390a466e [5/6] kselftest/arm64: Fix check_ksm_options test https://git.kernel.org/arm64/c/cbb268af05de [6/6] kselftest/arm64: Fix check_user_mem test https://git.kernel.org/arm64/c/493b35db0548
Cheers,