arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419
authorWill Deacon <will.deacon@arm.com>
Thu, 8 Oct 2015 10:11:17 +0000 (11:11 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Fri, 13 Nov 2015 18:18:28 +0000 (13:18 -0500)
commit3a92ba8d3117c99b3a14e898f31fe2bb6c30a9d8
treefec7bcd27e77fabb8ed44a73b969b88e701d1545
parent4e2dc9ce572650176e3ce3380ecaf7302547d610
arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419

[ Upstream commit b6dd8e0719c0d2d01429639a11b7bc2677de240c ]

Commit df057cc7b4fa ("arm64: errata: add module build workaround for
erratum #843419") sets CFLAGS_MODULE to ensure that the large memory
model is used by the compiler when building kernel modules.

However, CFLAGS_MODULE is an environment variable and intended to be
overridden on the command line, which appears to be the case with the
Ubuntu kernel packaging system, so use KBUILD_CFLAGS_MODULE instead.

Cc: <stable@vger.kernel.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Fixes: df057cc7b4fa ("arm64: errata: add module build workaround for erratum #843419")
Reported-by: Dann Frazier <dann.frazier@canonical.com>
Tested-by: Dann Frazier <dann.frazier@canonical.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/arm64/Makefile