[GIT PULL] arm64 fixes for 5.5-rc3

From: Catalin Marinas
Date: Fri Dec 20 2019 - 13:15:04 EST


Hi Linus,

Please pull the arm64 fixes below. Thanks and Merry Christmas!

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

Linux 5.5-rc1 (2019-12-08 14:57:55 -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 aa638cfe3e7358122a15cb1d295b622aae69e006:

arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list (2019-12-20 17:57:22 +0000)

----------------------------------------------------------------
arm64 fixes:

- Leftover put_cpu() in the perf/smmuv3 error path.

- Add Hisilicon TSV110 to spectre-v2 safe list

----------------------------------------------------------------
Hanjun Guo (1):
perf/smmuv3: Remove the leftover put_cpu() in error path

Wei Li (1):
arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list

arch/arm64/kernel/cpu_errata.c | 1 +
drivers/perf/arm_smmuv3_pmu.c | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)

--
Catalin