mbox series

[GIT,PULL] arm64 fixes for 5.5-rc3

Message ID 20191220181456.GA13898@arrakis.emea.arm.com
State New
Headers show
Series [GIT,PULL] arm64 fixes for 5.5-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

Message

Catalin Marinas Dec. 20, 2019, 6:14 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 20, 2019, 9:40 p.m. UTC | #1
The pull request you sent on Fri, 20 Dec 2019 18:14:58 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3939f2c8665721eef8315f42d4c57fb1272aacd6

Thank you!