[GIT PULL] arm64 fixes for -rc7

Will Deacon will at kernel.org
Fri Sep 23 11:28:00 PDT 2022


Hi Linus,

Please pull these arm64 fixes for -rc7. They're 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.

Summary in the tag.

Cheers,

Will

--->8

The following changes since commit 3fe3fd5f30720b4afd3345cc186808125e7f5848:

  arm64: mm: fix resume for 52-bit enabled builds (2022-09-10 14:46:28 +0100)

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 13b0566962914e167cb3238fbe29ced618f07a27:

  vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment (2022-09-23 13:39:01 +0100)

----------------------------------------------------------------
arm64 fixes for -rc7

- 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

----------------------------------------------------------------
Ilkka Koskinen (1):
      perf/arm-cmn: Add more bits to child node address offset field

Mark Rutland (1):
      arm64: mm: don't acquire mutex when rewriting swapper

Sergey Shtylyov (1):
      arm64: topology: fix possible overflow in amu_fie_setup()

Will Deacon (1):
      vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment

 arch/arm64/kernel/topology.c      |  2 +-
 arch/arm64/mm/mmu.c               | 32 ++++++++++++++++++--------------
 drivers/perf/arm-cmn.c            |  2 +-
 include/asm-generic/vmlinux.lds.h |  3 +--
 4 files changed, 21 insertions(+), 18 deletions(-)



More information about the linux-arm-kernel mailing list