mbox series

[GIT,PULL] arm64 fixes for 6.7-rc3

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

Pull-request

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

Message

Catalin Marinas Nov. 25, 2023, 10:47 a.m. UTC
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

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

  arm64: add dependency between vmlinuz.efi and Image (2023-11-23 19:10:29 +0000)

----------------------------------------------------------------
arm64 fixes:

- Fix "rodata=on" not disabling "rodata=full" on arm64

- Add arm64 make dependency between vmlinuz.efi and Image, leading to
  occasional build failures previously (with parallel building)

- Add newline to the output formatting of the za-fork kselftest

----------------------------------------------------------------
Mark Brown (1):
      kselftest/arm64: Fix output formatting for za-fork

Masahiro Yamada (1):
      arm64: add dependency between vmlinuz.efi and Image

Will Deacon (1):
      arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y

 arch/arm64/Makefile                        |  2 +-
 arch/arm64/include/asm/setup.h             | 17 +++++++++++++++--
 arch/arm64/mm/pageattr.c                   |  7 +++----
 tools/testing/selftests/arm64/fp/za-fork.c |  2 +-
 4 files changed, 20 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 25, 2023, 5:13 p.m. UTC | #1
The pull request you sent on Sat, 25 Nov 2023 10:47:13 +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/2821c393d4fdfc75a96a2fad3bec76cf3107b88a

Thank you!