Hi Linus, Please pull the arm64 fixes below. Thanks.
The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb: Linux 4.16-rc3 (2018-02-25 18:50:41 -0800) 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 e21da1c992007594d391e7b301779cf30f438691: arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery (2018-03-09 17:52:07 +0000) ---------------------------------------------------------------- arm64 fixes: - The SMCCC firmware interface for the spectre variant 2 mitigation has been updated to allow the discovery of whether the CPU needs the workaround. This pull request relaxes the kernel check on the return value from firmware. - Fix the commit allowing changing from global to non-global page table entries which inadvertently disallowed other safe attribute changes. - Fix sleeping in atomic during the arm_perf_teardown_cpu() code. ---------------------------------------------------------------- Ard Biesheuvel (1): arm64: mm: fix thinko in non-global page table attribute check Marc Zyngier (1): arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery Will Deacon (1): arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hook arch/arm64/kernel/cpu_errata.c | 4 ++-- arch/arm64/mm/mmu.c | 8 ++++---- drivers/perf/arm_pmu.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) -- Catalin