On Mon, 29 Aug 2022 16:49:17 +0100, Mark Brown wrote: > When SME was initially merged we did not add support for TPIDR2_EL0 to > the ptrace interface, creating difficulties for debuggers in accessing > lazy save state for ZA. This series implements that support, extending > the existing NT_ARM_TLS regset to support the register when available, > and adds kselftest coverage for the existing and new NT_ARM_TLS > functionality. > > [...] Applied to arm64 (for-next/tpidr2_el0), thanks! [1/4] kselftest/arm64: Add test coverage for NT_ARM_TLS https://git.kernel.org/arm64/c/ecaf4d3f734f [2/4] arm64/ptrace: Document extension of NT_ARM_TLS to cover TPIDR2_EL0 https://git.kernel.org/arm64/c/f285da05c62a [3/4] arm64/ptrace: Support access to TPIDR2_EL0 https://git.kernel.org/arm64/c/0027d9c6c7b5 [4/4] kselftest/arm64: Add coverage of TPIDR2_EL0 ptrace interface https://git.kernel.org/arm64/c/2ddadec2206c -- Catalin