mbox series

[GIT,PULL] arm64 fix for 6.13-rc4

Message ID Z2W6puapTlYMGeyx@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] arm64 fix for 6.13-rc4 | expand

Pull-request

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

Message

Catalin Marinas Dec. 20, 2024, 6:42 p.m. UTC
Hi Linus,

That's hopefully the last pull request of the year - a minor sparse
warning fix for the recently merged GCS support (arm's shadow stack).
Thanks.

Merry Christmas!

The following changes since commit ce03573a1917532da06057da9f8e74a2ee9e2ac9:

  kselftest/arm64: abi: fix SVCR detection (2024-12-13 14:59:37 +0000)

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 926e862058978a8f81872845715d67ad21c30f65:

  arm64/signal: Silence sparse warning storing GCSPR_EL0 (2024-12-20 14:12:04 +0000)

----------------------------------------------------------------
Fix a sparse warning in the arm64 signal code dealing with the user
shadow stack register, GCSPR_EL0.

----------------------------------------------------------------
Mark Brown (1):
      arm64/signal: Silence sparse warning storing GCSPR_EL0

 arch/arm64/kernel/signal.c | 35 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 20, 2024, 10:11 p.m. UTC | #1
The pull request you sent on Fri, 20 Dec 2024 18:42:46 +0000:

> 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/499551201b5f4fd3c0618a3e95e3d0d15ea18f31

Thank you!