mbox series

[GIT,PULL] arm64 fix for -rc7

Message ID 20200724115236.GB17451@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64 fix for -rc7 | expand

Pull-request

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

Message

Will Deacon July 24, 2020, 11:52 a.m. UTC
Hi Linus,

Please pull this tiny arm64 fix for -rc7, which tells recent versions of
clang where to find the assembler for building the compat vDSO.

Cheers,

Will

--->8

The following changes since commit f32ed8eb0e3f0d0ef4ddb854554d60ca5863a9f9:

  drivers/perf: Prevent forced unbinding of PMU drivers (2020-07-17 10:51:44 +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 7b7891c7bdfd61fc9ed6747a0a05efe2394dddc6:

  arm64: vdso32: Fix '--prefix=' value for newer versions of clang (2020-07-23 10:57:32 +0100)

----------------------------------------------------------------
arm64 fix for -rc7

- Fix compat vDSO build flags for recent versions of clang

----------------------------------------------------------------
Nathan Chancellor (1):
      arm64: vdso32: Fix '--prefix=' value for newer versions of clang

 arch/arm64/kernel/vdso32/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org July 24, 2020, 9:40 p.m. UTC | #1
The pull request you sent on Fri, 24 Jul 2020 12:52:36 +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/c6d686047456bd3e36dce7de95375890fb8b7dd9

Thank you!