Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "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. Summary: - Fix early use of kprobes - Fix kernel placement in kexec_file_load() - Bump maximum number of NUMA nodes" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: kexec_file: try more regions if loading segments fails arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-line arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4
No related branches found
No related tags found
Showing
- arch/arm64/Kconfig 1 addition, 1 deletionarch/arm64/Kconfig
- arch/arm64/include/asm/brk-imm.h 2 additions, 0 deletionsarch/arm64/include/asm/brk-imm.h
- arch/arm64/include/asm/debug-monitors.h 1 addition, 0 deletionsarch/arm64/include/asm/debug-monitors.h
- arch/arm64/include/asm/kprobes.h 1 addition, 1 deletionarch/arm64/include/asm/kprobes.h
- arch/arm64/kernel/kexec_image.c 31 additions, 10 deletionsarch/arm64/kernel/kexec_image.c
- arch/arm64/kernel/machine_kexec_file.c 8 additions, 1 deletionarch/arm64/kernel/machine_kexec_file.c
- arch/arm64/kernel/probes/kprobes.c 23 additions, 46 deletionsarch/arm64/kernel/probes/kprobes.c
Please register or sign in to comment