[GIT PULL] arm64 fixes for 6.7-rc3
Catalin Marinas
catalin.marinas at arm.com
Sat Nov 25 02:47:13 PST 2023
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(-)
--
Catalin
More information about the linux-arm-kernel
mailing list