Thanks Amit!
It's picked up!
Hi Mark,
Could we add a 'ARCH=arm64/arm allmodconfig' in kernelci.org. Currently it just have 'allnoconfig' for arm/arm64 like in its lsk-v4.4 build testing: https://kernelci.org/build/lsk/branch/linux-linaro-lsk-v4.4/kernel/lsk-v4.4-...
Alex
On 04/11/2017 02:26 AM, Amit Pundir wrote:
From: Mark Rutland mark.rutland@arm.com
In some cases (e.g. the awk for CONFIG_RANDOMIZE_TEXT_OFFSET) we would like to make use of PAGE_SHIFT outside of code that can include the usual header files.
Add a new CONFIG_ARM64_PAGE_SHIFT for this, likewise with ARM64_CONT_SHIFT for consistency.
Signed-off-by: Mark Rutland mark.rutland@arm.com Cc: Ard Biesheuvel ard.biesheuvel@linaro.org Cc: Catalin Marinas catalin.marinas@arm.com Cc: Sudeep Holla sudeep.holla@arm.com Cc: Will Deacon will.deacon@arm.com Signed-off-by: Will Deacon will.deacon@arm.com (cherry picked from commit 030c4d24447cbf2bd612baea5695952e5f62c042) Signed-off-by: Amit Pundir amit.pundir@linaro.org
v2: Rebased for linux-linaro-lsk-v4.4
v1: Few arm64 builds (including allmodconfig) are broken in lsk-v4.4 and family, due to missing definition of CONFIG_ARM64_PAGE_SHIFT in arch/arm64/Makefile, while running awk command. This upstream cherry-pick fix those build failures.
arch/arm64/Kconfig | 12 ++++++++++++ arch/arm64/include/asm/page.h | 12 ++---------- 2 files changed, 14 insertions(+), 10 deletions(-)