From: Catalin Marinas Date: Fri, 30 Sep 2022 08:18:11 +0000 (+0100) Subject: Merge branch 'for-next/kselftest' into for-next/core X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c397623262fada5df2f92a861000957c36f330c1;p=linux.git Merge branch 'for-next/kselftest' into for-next/core * for-next/kselftest: (28 commits) : Kselftest updates for arm64 kselftest/arm64: Handle EINTR while reading data from children kselftest/arm64: Flag fp-stress as exiting when we begin finishing up kselftest/arm64: Don't repeat termination handler for fp-stress kselftest/arm64: Don't enable v8.5 for MTE selftest builds kselftest/arm64: Fix typo in hwcap check kselftest/arm64: Add hwcap test for RNG kselftest/arm64: Add SVE 2 to the tested hwcaps kselftest/arm64: Add missing newline in hwcap output kselftest/arm64: Fix spelling misakes of signal names kselftest/arm64: Enforce actual ABI for SVE syscalls kselftest/arm64: Correct buffer allocation for SVE Z registers kselftest/arm64: Include larger SVE and SME VLs in signal tests kselftest/arm64: Allow larger buffers in get_signal_context() kselftest/arm64: Preserve any EXTRA_CONTEXT in handle_signal_copyctx() kselftest/arm64: Validate contents of EXTRA_CONTEXT blocks kselftest/arm64: Only validate each signal context once kselftest/arm64: Remove unneeded protype for validate_extra_context() kselftest/arm64: Fix validation of EXTRA_CONTEXT signal context location kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXT kselftest/arm64: Validate signal ucontext in place ... --- c397623262fada5df2f92a861000957c36f330c1 diff --cc tools/testing/selftests/arm64/abi/.gitignore index 12607c4580c62,c31d34d48a30d..44f8b80f37e36 --- a/tools/testing/selftests/arm64/abi/.gitignore +++ b/tools/testing/selftests/arm64/abi/.gitignore @@@ -1,3 -1,3 +1,4 @@@ + hwcap +ptrace syscall-abi tpidr2 diff --cc tools/testing/selftests/arm64/abi/Makefile index 445ac2dac4eee,e60752eb83342..a6d30c6209084 --- a/tools/testing/selftests/arm64/abi/Makefile +++ b/tools/testing/selftests/arm64/abi/Makefile @@@ -1,7 -1,7 +1,7 @@@ # SPDX-License-Identifier: GPL-2.0 # Copyright (C) 2021 ARM Limited - TEST_GEN_PROGS := ptrace syscall-abi tpidr2 -TEST_GEN_PROGS := hwcap syscall-abi tpidr2 ++TEST_GEN_PROGS := hwcap ptrace syscall-abi tpidr2 include ../../lib.mk