Message ID | 20230317124915.1263-1-sundongxu3@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: Use specific checking for TPIDR2 and some comments update | expand |
On Fri, 17 Mar 2023 20:49:11 +0800, Dongxu Sun wrote: > We should use system_supports_tpidr2() for TPIDR2 handling. > And this series update some comments for sigcontext and ARM SME. > > Dongxu Sun (4): > arm64/signal: Use system_supports_tpidr2() to check TPIDR2 > arm64/signal: Alloc tpidr2 sigframe after checking > system_supports_tpidr2() > arm64/signal: Add tpidr2/za/zt sigframe size in comment > arm64/sme: Fix some comments of ARM SME > > [...] Applied patches 1, 2 and 4 to arm64 (for-next/misc), thanks! [1/4] arm64/signal: Use system_supports_tpidr2() to check TPIDR2 https://git.kernel.org/arm64/c/e9d14f3f3fb7 [2/4] arm64/signal: Alloc tpidr2 sigframe after checking system_supports_tpidr2() https://git.kernel.org/arm64/c/19e99e7d59bc [4/4] arm64/sme: Fix some comments of ARM SME https://git.kernel.org/arm64/c/97b5576b0116 Cheers,