Hi Linus, Please pull the arm64 fixes below. Thanks.
The following changes since commit 30e235389faadb9e3d918887b1f126155d7d761d: arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64 (2019-08-08 18:38:20 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes for you to fetch changes up to b6143d10d23ebb4a77af311e8b8b7f019d0163e6: arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side (2019-08-16 17:40:03 +0100) ---------------------------------------------------------------- arm64 fixes: - Don't taint the kernel if CPUs have different sets of page sizes supported (other than the one in use). - Issue I-cache maintenance for module ftrace trampoline. ---------------------------------------------------------------- Will Deacon (2): arm64: cpufeature: Don't treat granule sizes as strict arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side arch/arm64/kernel/cpufeature.c | 14 +++++++++++--- arch/arm64/kernel/ftrace.c | 22 +++++++++++++--------- 2 files changed, 24 insertions(+), 12 deletions(-) -- Catalin