Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "These are all very simple and self-contained, although the CFI jump-table fix touches the generic linker script as that's where the problematic macro lives. - Fix false positive "sleeping while atomic" warning resulting from the kPTI rework taking a mutex too early. - Fix possible overflow in AMU frequency calculation - Fix incorrect shift in CMN PMU driver which causes problems with newer versions of the IP - Reduce alignment of the CFI jump table to avoid huge kernel images and link errors with !4KiB page size configurations" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment perf/arm-cmn: Add more bits to child node address offset field arm64: topology: fix possible overflow in amu_fie_setup() arm64: mm: don't acquire mutex when rewriting swapper
No related branches found
No related tags found
Showing
- arch/arm64/kernel/topology.c 1 addition, 1 deletionarch/arm64/kernel/topology.c
- arch/arm64/mm/mmu.c 18 additions, 14 deletionsarch/arm64/mm/mmu.c
- drivers/perf/arm-cmn.c 1 addition, 1 deletiondrivers/perf/arm-cmn.c
- include/asm-generic/vmlinux.lds.h 1 addition, 2 deletionsinclude/asm-generic/vmlinux.lds.h
Loading
Please register or sign in to comment