[GIT PULL] arm64 fixes for -rc5

From: Will Deacon
Date: Fri Mar 06 2020 - 10:12:26 EST


Hi Linus,

Here are another three arm64 fixes for 5.6. Summary in the tag, but all
pretty minor. Main thing is fixing a silly bug in the fsl_imx8_ddr PMU
driver where we would zero the counters when disabling them.

Please pull.

Will

--->8

The following changes since commit dcde237319e626d1ec3c9d8b7613032f0fd4663a:

mm: Avoid creating virtual address aliases in brk()/mmap()/mremap() (2020-02-20 10:03:14 +0000)

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 9abd515a6e4a5c58c6eb4d04110430325eb5f5ac:

arm64: context: Fix ASID limit in boot messages (2020-03-02 12:10:38 +0000)

----------------------------------------------------------------
arm64 fixes for -rc5

- Fix misreporting of ASID limit when KPTI is enabled

- Fix busted NULL pointer checks for GICC structure in ACPI PMU code

- Avoid nobbling the "fsl_imx8_ddr" PMU counters when disabling them

----------------------------------------------------------------
Jean-Philippe Brucker (1):
arm64: context: Fix ASID limit in boot messages

Joakim Zhang (1):
drivers/perf: fsl_imx8_ddr: Correct the CLEAR bit definition

luanshi (1):
drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointer

arch/arm64/mm/context.c | 20 +++++++++++++++-----
drivers/perf/arm_pmu_acpi.c | 7 ++-----
drivers/perf/fsl_imx8_ddr_perf.c | 10 ++++++----
3 files changed, 23 insertions(+), 14 deletions(-)