Justin Vreeland 794d92
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
Justin Vreeland 794d92
From: Jeremy Cline <jcline@redhat.com>
Justin Vreeland 794d92
Date: Tue, 1 Oct 2019 15:51:23 +0000
Justin Vreeland 794d92
Subject: [PATCH] arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT
Justin Vreeland 794d92
Justin Vreeland 794d92
Message-id: <20191001181256.22935-1-jcline@redhat.com>
Justin Vreeland 794d92
Patchwork-id: 275498
Justin Vreeland 794d92
O-Subject: [ARK INTERNAL PATCH] [ARK INTERNAL PATCH] [redhat] Add patch
Justin Vreeland 794d92
    to drop the EXPERT setting from ARM64_FORCE_52BIT
Justin Vreeland 794d92
Bugzilla:
Justin Vreeland 794d92
RH-Acked-by: Laura Abbott <labbott@redhat.com>
Justin Vreeland 794d92
Justin Vreeland 794d92
We don't turn on EXPERT as there are few settings we actually want to
Justin Vreeland 794d92
mess with. Remove the dependency for ARM64_FORCE_52BIT as we do want
Justin Vreeland 794d92
that on in debug builds to help find 52-bit bugs.
Justin Vreeland 794d92
Justin Vreeland 794d92
Upstream Status: RHEL only
Justin Vreeland 794d92
Signed-off-by: Jeremy Cline <jcline@redhat.com>
Justin Vreeland 794d92
---
Justin Vreeland 794d92
 arch/arm64/Kconfig | 2 +-
Justin Vreeland 794d92
 1 file changed, 1 insertion(+), 1 deletion(-)
Justin Vreeland 794d92
Justin Vreeland 794d92
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
Justin Vreeland 794d92
index e11b4ea06127..74c5325108c0 100644
Justin Vreeland 794d92
--- a/arch/arm64/Kconfig
Justin Vreeland 794d92
+++ b/arch/arm64/Kconfig
Justin Vreeland 794d92
@@ -861,7 +861,7 @@ endchoice
Justin Vreeland 794d92
Justin Vreeland 794d92
 config ARM64_FORCE_52BIT
Justin Vreeland 794d92
 	bool "Force 52-bit virtual addresses for userspace"
Justin Vreeland 794d92
-	depends on ARM64_VA_BITS_52 && EXPERT
Justin Vreeland 794d92
+	depends on ARM64_VA_BITS_52
Justin Vreeland 794d92
 	help
Justin Vreeland 794d92
 	  For systems with 52-bit userspace VAs enabled, the kernel will attempt
Justin Vreeland 794d92
 	  to maintain compatibility with older software by providing 48-bit VAs
Justin Vreeland 794d92
-- 
Justin Vreeland 794d92
2.28.0
Justin Vreeland 794d92