]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch 'for-next/entry-s-to-c' into for-next/core
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 28 Oct 2019 17:02:56 +0000 (17:02 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 28 Oct 2019 17:02:56 +0000 (17:02 +0000)
commit8301ae822d8d502b0ecc4b1c557221ecc6d97815
treef719b2096fd18ef3bd53fa0ecd83336ccdc35b97
parent346f6a4636f64c19a27722cf6ec93b38bb4251d4
parentbfe298745afc9548ad9344a9a3f26c81fd1a76c4
Merge branch 'for-next/entry-s-to-c' into for-next/core

Move the synchronous exception paths from entry.S into a C file to
improve the code readability.

* for-next/entry-s-to-c:
  arm64: entry-common: don't touch daif before bp-hardening
  arm64: Remove asmlinkage from updated functions
  arm64: entry: convert el0_sync to C
  arm64: entry: convert el1_sync to C
  arm64: add local_daif_inherit()
  arm64: Add prototypes for functions called by entry.S
  arm64: remove __exception annotations
arch/arm64/kernel/entry.S
arch/arm64/kernel/traps.c
arch/arm64/mm/fault.c