mbox series

[GIT,PULL] arm64: First round of fixes for -rc2

Message ID 20190522131102.GC7876@fuggles.cambridge.arm.com (mailing list archive)
State Mainlined, archived
Commit 7a0a93c51799edc45ee57c6cc1679aa94f1e03d5
Headers show
Series [GIT,PULL] arm64: First round of fixes for -rc2 | expand

Pull-request

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

Message

Will Deacon May 22, 2019, 1:11 p.m. UTC
Hi Linus,

Please pull these arm64 fixes for -rc2. The summary is in the tag.

I was actually planning to send these in during the merge window, which
is why the branch is based on top of the previous arm64 pull rather than
-rc1. Unfortunately, due to various goings on, my ability to send
external email has been patchy (no pun intended) but here we are anyway.

I'll probably send some more fixes in later this week, but based on -rc1
to avoid conflicts.

Cheers,

Will

--->8

The following changes since commit b33f908811b7627015238e0dee9baf2b4c9d720d:

  Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into for-next/core (2019-05-03 10:18:08 +0100)

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 7a0a93c51799edc45ee57c6cc1679aa94f1e03d5:

  arm64: vdso: Explicitly add build-id option (2019-05-16 11:45:36 +0100)

----------------------------------------------------------------
First round of arm64 fixes for -rc2

- Fix SPE probe failure when backing auxbuf with high-order pages

- Fix handling of DMA allocations from outside of the vmalloc area

- Fix generation of build-id ELF section for vDSO object

- Disable huge I/O mappings if kernel page table dumping is enabled

- A few other minor fixes (comments, kconfig etc)

----------------------------------------------------------------
Christoph Hellwig (1):
      arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable

Hillf Danton (1):
      arm64: assembler: Update comment above cond_yield_neon() macro

Laura Abbott (1):
      arm64: vdso: Explicitly add build-id option

Mark Rutland (1):
      arm64/mm: Inhibit huge-vmap with ptdump

Will Deacon (2):
      drivers/perf: arm_spe: Don't error on high-order pages for aux buf
      arm64: Print physical address of page table base in show_pte()

Yury Norov (1):
      arm64: don't trash config with compat symbol if COMPAT is disabled

 arch/arm64/Kconfig                 |  2 +-
 arch/arm64/include/asm/assembler.h | 11 +++++------
 arch/arm64/kernel/vdso/Makefile    |  4 ++--
 arch/arm64/mm/dma-mapping.c        | 10 ++++++++++
 arch/arm64/mm/fault.c              |  5 +++--
 arch/arm64/mm/mmu.c                | 11 ++++++++---
 drivers/perf/arm_spe_pmu.c         | 10 +---------
 7 files changed, 30 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org May 22, 2019, 4 p.m. UTC | #1
The pull request you sent on Wed, 22 May 2019 14:11:02 +0100:

> 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/54dee406374ce8adb352c48e175176247cb8db7c

Thank you!