commit | 7047d202489d2ac2bf212a07ba538c097b49269a | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Jul 18 19:03:26 2025 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Jul 18 19:22:00 2025 +0100 |
tree | 99f4a4194a20d1d57080acd9e7fbbee75e134a57 | |
parent | 7ac701d1baa1a37620de48979f719611b5bf7dbd [diff] |
kselftest/arm64: Handle attempts to disable SM on SME only systems The ABI for disabling streaming mode via ptrace is to do a write via the SVE register set. Following the recent round of fixes to the ptrace code we don't support this operation on systems without SVE, which is detected as failures by fp-ptrace. Update the program so that it knows that this operation is not currently supported. Signed-off-by: Mark Brown <broonie@kernel.org>