Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "The critical one here is a fix for fpsimd register corruption across signals which was introduced by the SVE support code (the register files overlap), but the others are worth having as well. Summary: - Fix FP register corruption when SVE is not available or in use - Fix out-of-tree module build failure when CONFIG_ARM64_MODULE_PLTS=y - Missing 'const' generating errors with LTO builds - Remove unsupported events from Cortex-A73 PMU description - Removal of stale and incorrect comments" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: context: Fix comments and remove pointless smp_wmb() arm64: cpu_ops: Add missing 'const' qualifiers arm64: perf: remove unsupported events for Cortex-A73 arm64: fpsimd: Fix failure to restore FPSIMD state after signals arm64: pgd: Mark pgd_cache as __ro_after_init arm64: ftrace: emit ftrace-mod.o contents through code arm64: module-plts: factor out PLT generation code for ftrace arm64: mm: cleanup stale AIVIVT references
Showing
- arch/arm64/Makefile 0 additions, 3 deletionsarch/arm64/Makefile
- arch/arm64/include/asm/cacheflush.h 1 addition, 1 deletionarch/arm64/include/asm/cacheflush.h
- arch/arm64/include/asm/module.h 45 additions, 1 deletionarch/arm64/include/asm/module.h
- arch/arm64/kernel/Makefile 0 additions, 3 deletionsarch/arm64/kernel/Makefile
- arch/arm64/kernel/cpu_ops.c 3 additions, 3 deletionsarch/arm64/kernel/cpu_ops.c
- arch/arm64/kernel/fpsimd.c 3 additions, 3 deletionsarch/arm64/kernel/fpsimd.c
- arch/arm64/kernel/ftrace-mod.S 0 additions, 18 deletionsarch/arm64/kernel/ftrace-mod.S
- arch/arm64/kernel/ftrace.c 8 additions, 6 deletionsarch/arm64/kernel/ftrace.c
- arch/arm64/kernel/module-plts.c 14 additions, 36 deletionsarch/arm64/kernel/module-plts.c
- arch/arm64/kernel/module.lds 1 addition, 0 deletionsarch/arm64/kernel/module.lds
- arch/arm64/kernel/perf_event.c 0 additions, 6 deletionsarch/arm64/kernel/perf_event.c
- arch/arm64/mm/context.c 16 additions, 12 deletionsarch/arm64/mm/context.c
- arch/arm64/mm/pgd.c 1 addition, 1 deletionarch/arm64/mm/pgd.c
Please register or sign in to comment