[GIT,PULL] arm64 fixes for 6.5-rc5

Message ID ZM1J35gT1jjr96Vh@arm.com
State New
Headers
Series [GIT,PULL] arm64 fixes for 6.5-rc5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

Message

Catalin Marinas Aug. 4, 2023, 6:56 p.m. UTC
  Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 003e6b56d780095a9adc23efc9cb4b4b4717169b:

  ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() (2023-07-28 14:50:50 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 69af56ae56a48a2522aad906c4461c6c7c092737:

  arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE (2023-08-04 16:18:32 +0100)

----------------------------------------------------------------
More SVE/SME fixes for ptrace() and for the (potentially future) case
where SME is implemented in hardware without SVE support.

----------------------------------------------------------------
Mark Brown (5):
      arm64/fpsimd: Clear SME state in the target task when setting the VL
      arm64/ptrace: Flush FP state when setting ZT0
      arm64/ptrace: Don't enable SVE when setting streaming SVE
      arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems
      arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE

 arch/arm64/kernel/fpsimd.c |  9 +++++----
 arch/arm64/kernel/ptrace.c | 10 +++++++---
 2 files changed, 12 insertions(+), 7 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Aug. 4, 2023, 7:15 p.m. UTC | #1
The pull request you sent on Fri, 4 Aug 2023 19:56:31 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e6fda526d9db2c7897dacb9daff8c80e13ce893d

Thank you!