Commit e85d3e9d581e for kernel

commit e85d3e9d581eb6047a2a79f088b1934e30d81a9b
Merge: 6d0644323766 e2f8216ca2d8
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jan 23 13:56:04 2026 -0800

    Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

    Pull arm64 fixes from Catalin Marinas:

     - A set of fixes for FPSIMD/SVE/SME state management (around signal
       handling and ptrace) where a task can be placed in an invalid state

     - __nocfi added to swsusp_arch_resume() to avoid a data abort on
       resuming from hibernate

    * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
      arm64: Set __nocfi on swsusp_arch_resume()
      arm64/fpsimd: signal: Fix restoration of SVE context
      arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA
      arm64/fpsimd: ptrace: Fix SVE writes on !SME systems