On Fri, 10 Dec 2021 18:40:56 +0000, Mark Brown wrote: > This series provides initial support for the ARMv9 Scalable Matrix > Extension (SME). SME takes the approach used for vectors in SVE and > extends this to provide architectural support for matrix operations. A > more detailed overview can be found in [1]. > > For the kernel SME can be thought of as a series of features which are > intended to be used together by applications but operate mostly > orthogonally: > > [...] Applied to arm64 (for-next/kselftest), thanks! [04/37] kselftest/arm64: Parameterise ptrace vector length information https://git.kernel.org/arm64/c/18edbb6b3259 [05/37] kselftest/arm64: Allow signal tests to trigger from a function https://git.kernel.org/arm64/c/9331a604858a [06/37] kselftest/arm64: Add a test program to exercise the syscall ABI https://git.kernel.org/arm64/c/b77e995e3b96 -- Catalin