mbox series

[GIT,PULL] arm64 fixes for -rc3

Message ID 20240607113018.GA24475@willie-the-truck (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fixes for -rc3 | expand

Pull-request

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

Message

Will Deacon June 7, 2024, 11:30 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 7, 2024, 10:07 p.m. UTC | #1
The pull request you sent on Fri, 7 Jun 2024 12:30:18 +0100:

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

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

Thank you!