[GIT PULL] arm64 fixes for -rc3

From: Will Deacon
Date: Fri Nov 06 2020 - 08:20:42 EST


Hi Linus,

Here's the weekly batch of fixes for arm64. Not an awful lot here, but
there are still a few unresolved issues relating to CPU hotplug, RCU and
IRQ tracing that I hope to queue fixes for next week.

In the meantime, there's a summary for this lot in the tag.

Cheers,

Will

--->8

The following changes since commit ec9d78070de986ecf581ea204fd322af4d2477ec:

arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.S (2020-10-30 08:32:31 +0000)

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 108aa503657ee2fe8aa071dc620d96372c252ecd:

arm64: kexec_file: try more regions if loading segments fails (2020-11-05 21:48:05 +0000)

----------------------------------------------------------------
arm64 fixes for -rc3

- Fix early use of kprobes

- Fix kernel placement in kexec_file_load()

- Bump maximum number of NUMA nodes

----------------------------------------------------------------
Benjamin Gwin (1):
arm64: kexec_file: try more regions if loading segments fails

Jean-Philippe Brucker (1):
arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-line

Vanshidhar Konda (1):
arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4

arch/arm64/Kconfig | 2 +-
arch/arm64/include/asm/brk-imm.h | 2 +
arch/arm64/include/asm/debug-monitors.h | 1 +
arch/arm64/include/asm/kprobes.h | 2 +-
arch/arm64/kernel/kexec_image.c | 41 +++++++++++++++-----
arch/arm64/kernel/machine_kexec_file.c | 9 ++++-
arch/arm64/kernel/probes/kprobes.c | 69 +++++++++++----------------------
7 files changed, 67 insertions(+), 59 deletions(-)