mbox series

[GIT,PULL] arm64 fixes for -rc5

Message ID 20200306151219.GA8409@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64 fixes for -rc5 | expand

Pull-request

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

Message

Will Deacon March 6, 2020, 3:12 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 6, 2020, 8:55 p.m. UTC | #1
The pull request you sent on Fri, 6 Mar 2020 15:12:20 +0000:

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

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

Thank you!