mbox series

[GIT,PULL] arm64: Fix for -rc8 / final

Message ID 20191115114622.GA12198@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64: Fix for -rc8 / final | expand

Pull-request

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

Message

Will Deacon Nov. 15, 2019, 11:46 a.m. UTC
Hi Linus,

Please pull this one trivial fix for -rc8/final that ensures that the
script used to detect RELR relocation support in the toolchain works
correctly when $CC contains quotes. Although it fails safely (by failing
to detect the support when it exists), it would be nice to have this
fixed in 5.4 given that it was only introduced in the last merge window.

Thanks,

Will

--->8

The following changes since commit 6767df245f4736d0cf0c6fb7cf9cf94b27414245:

  arm64: Do not mask out PTE_RDONLY in pte_same() (2019-11-06 19:31:56 +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 65e1f38d9a2f07d4b81f369864c105880e47bd5a:

  scripts/tools-support-relr.sh: un-quote variables (2019-11-13 10:52:05 +0000)

----------------------------------------------------------------
arm64 fix for -rc8 / final

- Handle CC variables containing quotes in tools-support-relr.sh script

----------------------------------------------------------------
Ilie Halip (1):
      scripts/tools-support-relr.sh: un-quote variables

 scripts/tools-support-relr.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 15, 2019, 5:35 p.m. UTC | #1
The pull request you sent on Fri, 15 Nov 2019 11:46:24 +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/eb70e26cd79da8068dc7a9d013cd78fbba483038

Thank you!