mbox series

[GIT,PULL] arm64 fixes for 5.7-rc2

Message ID 20200417170403.GA15479@gaia (mailing list archive)
State Mainlined
Commit 4286d192c803571e8ca43b0f1f8ea04d663a278a
Headers show
Series [GIT,PULL] arm64 fixes for 5.7-rc2 | expand

Pull-request

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

Message

Catalin Marinas April 17, 2020, 5:04 p.m. UTC
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

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

  arm64: Delete the space separator in __emit_inst (2020-04-15 13:07:12 +0100)

----------------------------------------------------------------
- Remove vdso code trying to free unallocated pages.

- Delete the space separator in the __emit_inst macro as it breaks the
  clang integrated assembler.

----------------------------------------------------------------
Fangrui Song (1):
      arm64: Delete the space separator in __emit_inst

Mark Rutland (1):
      arm64: vdso: don't free unallocated pages

 arch/arm64/include/asm/sysreg.h |  4 +++-
 arch/arm64/kernel/vdso.c        | 13 +------------
 2 files changed, 4 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org April 17, 2020, 5:45 p.m. UTC | #1
The pull request you sent on Fri, 17 Apr 2020 18:04:05 +0100:

> 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/95988fbc7c314ef6b1e174dbb9b87a34283208da

Thank you!