mbox series

[GIT,PULL] arm64 fixes for 6.5-rc4

Message ID ZMPj2vX57s2hrNqk@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fixes for 6.5-rc4 | expand

Pull-request

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

Message

Catalin Marinas July 28, 2023, 3:50 p.m. UTC
Hi Linus,

Please pull the arm64/ACPI fixes below. Thanks.

The following changes since commit d4d5be94a87872421ea2569044092535aff0b886:

  arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes (2023-07-21 11:11:09 +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 003e6b56d780095a9adc23efc9cb4b4b4717169b:

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

----------------------------------------------------------------
A couple of SME updates for recent fixes (one of which went to stable):
reverting the flushing of the SME hardware state along with the thread
flushing and making sure we have the correct vector length before
reallocating.

An ACPI/IORT fix to avoid skipping ID mappings whose "number of IDs" is
0 (the spec reports the number of IDs in the mapping range minus 1).

----------------------------------------------------------------
Guanghui Feng (1):
      ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()

Mark Brown (2):
      arm64/fpsimd: Don't flush SME register hardware state along with thread
      arm64/sme: Set new vector length before reallocating

 arch/arm64/kernel/fpsimd.c | 5 ++---
 drivers/acpi/arm64/iort.c  | 3 ---
 2 files changed, 2 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org July 28, 2023, 6:39 p.m. UTC | #1
The pull request you sent on Fri, 28 Jul 2023 16:50:50 +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/f837f0a3c94882a29e38ff211a36c1c8a0f07804

Thank you!