[GIT PULL] arm64 fixes for 5.7-rc2
From: Catalin Marinas
Date: Fri Apr 17 2020 - 13:04:10 EST
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -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 c9a4ef66450145a356a626c833d3d7b1668b3ded:
arm64: Delete the space separator in __emit_inst (2020-04-15 13:07:12 +0100)
----------------------------------------------------------------
- Remove vdso code trying to free unallocated pages.
- Delete the space separator in the __emit_inst macro as it breaks the
clang integrated assembler.
----------------------------------------------------------------
Fangrui Song (1):
arm64: Delete the space separator in __emit_inst
Mark Rutland (1):
arm64: vdso: don't free unallocated pages
arch/arm64/include/asm/sysreg.h | 4 +++-
arch/arm64/kernel/vdso.c | 13 +------------
2 files changed, 4 insertions(+), 13 deletions(-)
--
Catalin