mbox series

[GIT,PULL] arm64 fix for 6.9-rc3

Message ID ZhA9tWAmdQ0LGg8t@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fix for 6.9-rc3 | expand

Pull-request

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

Message

Catalin Marinas April 5, 2024, 6:06 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

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 b017a0cea627fcbe158fc2c214fe893e18c4d0c4:

  arm64/ptrace: Use saved floating point state type to determine SVE layout (2024-04-03 15:02:00 +0100)

----------------------------------------------------------------
arm64/ptrace fix to use the correct SVE layout based on the saved
floating point state rather than the TIF_SVE flag. The latter may be
left on during syscalls even if the SVE state is discarded.

----------------------------------------------------------------
Mark Brown (1):
      arm64/ptrace: Use saved floating point state type to determine SVE layout

 arch/arm64/kernel/ptrace.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org April 5, 2024, 9:06 p.m. UTC | #1
The pull request you sent on Fri, 5 Apr 2024 19:06:45 +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/c7830236d58e9e982f3e180f054cfbc14788beca

Thank you!