[GIT PULL] arm64 fixes for 5.19-rc3/rc4
Catalin Marinas
catalin.marinas at arm.com
Fri Jun 17 11:35:23 PDT 2022
Hi Linus,
Please pull the arm64 fixes below (they can wait until -rc4 if
travelling). Thanks.
The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:
Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)
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 c50f11c6196f45c92ca48b16a5071615d4ae0572:
arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer (2022-06-17 19:06:06 +0100)
----------------------------------------------------------------
arm64 fixes for 5.19-rc3:
- Revert the moving of the jump labels initialisation before
setup_machine_fdt(). The bug was fixed in drivers/char/random.c.
- Ftrace fixes: branch range check and consistent handling of PLTs.
- Clean rather than invalidate FROM_DEVICE buffers at start of DMA
transfer (safer if such buffer is mapped in user space). A cache
invalidation is done already at the end of the transfer.
- A couple of clean-ups (unexport symbol, remove unused label).
----------------------------------------------------------------
Catalin Marinas (1):
Revert "arm64: Initialize jump labels before setup_machine_fdt()"
Mark Brown (1):
arm64/cpufeature: Unexport set_cpu_feature()
Mark Rutland (3):
arm64: ftrace: fix branch range checks
arm64: ftrace: consistently handle PLTs.
arm64: ftrace: remove redundant label
Will Deacon (1):
arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
arch/arm64/kernel/cpufeature.c | 1 -
arch/arm64/kernel/entry-ftrace.S | 1 -
arch/arm64/kernel/ftrace.c | 137 +++++++++++++++++++--------------------
arch/arm64/kernel/setup.c | 7 +-
arch/arm64/mm/cache.S | 2 -
5 files changed, 69 insertions(+), 79 deletions(-)
--
Catalin
More information about the linux-arm-kernel
mailing list