[GIT PULL] arm64 fixes for -rc3
From: Will Deacon
Date: Fri Jun 07 2024 - 07:30:29 EST
Hi Linus,
Please pull these couple of minor fixes for -rc3. The summary's in the
tag, but neither are hugely interesting.
The main bug we have at the moment is an out-of-bounds access in the
contiguous pte code; Andrew should send you the fix via -mm shortly.
Cheers,
Will
--->8
The following changes since commit c3f38fa61af77b49866b006939479069cd451173:
Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
for you to fetch changes up to 5c40e428aea644c9d924e491b1bc22fa9f272bcc:
arm64/io: add constant-argument check (2024-06-05 13:30:58 +0100)
----------------------------------------------------------------
arm64 fix for -rc3
- Fix spurious CPU hotplug warning message from SETEND emulation code
- Fix the build when GCC wasn't inlining our I/O accessor internals
----------------------------------------------------------------
Arnd Bergmann (1):
arm64/io: add constant-argument check
Wei Li (1):
arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process
arch/arm64/include/asm/io.h | 36 ++++++++++++++++--------------------
arch/arm64/kernel/armv8_deprecated.c | 3 +++
2 files changed, 19 insertions(+), 20 deletions(-)