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

From: Will Deacon
Date: Fri Nov 15 2019 - 06:46:30 EST


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(-)