For testing coverage and improved defense in depth, enable KASLR by default.
Acked-by: Ard Biesheuvel <[email protected]> Acked-by: Will Deacon <[email protected]> Reviewed-by: Kees Cook <[email protected]> Suggested-by: Arnd Bergmann <[email protected]> Suggested-by: Olof Johansson <[email protected]> Signed-off-by: Nick Desaulniers <[email protected]> --- Changes v1 -> v2: * drop other hunks as per Olof and Will * Collect Acks/Reviewed-by * Add Arnd and Olof's suggested by * rewrite commit message arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4d583514258c..a7cbf7cd84b4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -68,6 +68,7 @@ CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_XEN=y CONFIG_COMPAT=y +CONFIG_RANDOMIZE_BASE=y CONFIG_HIBERNATION=y CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y CONFIG_ARM_CPUIDLE=y -- 2.22.0.410.gd8fdbe21b5-goog

