The existing 42-bit VA used in fedora is quite limiting. Lets turn on 48-bit VA's now that the core mozjs/polkit fixes are in place.
Signed-off-by: Jeremy Linton jeremy.linton@arm.com --- config-arm64 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config-arm64 b/config-arm64 index 4156910..15027e3 100644 --- a/config-arm64 +++ b/config-arm64 @@ -1,6 +1,9 @@ CONFIG_64BIT=y CONFIG_ARM64=y
+CONFIG_ARM64_VA_BITS_48=y +CONFIG_ARM64_VA_BITS=48 + # arm64 only SoCs CONFIG_ARCH_HISI=y CONFIG_ARCH_QCOM=y
Hi,
On 10/28/2016 03:29 PM, Jeremy Linton wrote:
The existing 42-bit VA used in fedora is quite limiting. Lets turn on 48-bit VA's now that the core mozjs/polkit fixes are in place.
In case it wasn't clear should have tagged this for rawhide/F26.. If anyone would like to test it, there is a week+ old koji build here:
http://koji.fedoraproject.org/koji/taskinfo?taskID=16154370
Thanks,
Signed-off-by: Jeremy Linton jeremy.linton@arm.com
config-arm64 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config-arm64 b/config-arm64 index 4156910..15027e3 100644 --- a/config-arm64 +++ b/config-arm64 @@ -1,6 +1,9 @@ CONFIG_64BIT=y CONFIG_ARM64=y
+CONFIG_ARM64_VA_BITS_48=y +CONFIG_ARM64_VA_BITS=48
# arm64 only SoCs CONFIG_ARCH_HISI=y CONFIG_ARCH_QCOM=y
On Mon, Oct 31, 2016 at 3:03 PM, Jeremy Linton jlinton@redhat.com wrote:
Hi,
On 10/28/2016 03:29 PM, Jeremy Linton wrote:
The existing 42-bit VA used in fedora is quite limiting. Lets turn on 48-bit VA's now that the core mozjs/polkit fixes are in place.
In case it wasn't clear should have tagged this for rawhide/F26.. If anyone would like to test it, there is a week+ old koji build here:
Yes, it was on my todo list for F-26/rawhide, now pushed.
Peter
Signed-off-by: Jeremy Linton jeremy.linton@arm.com
config-arm64 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config-arm64 b/config-arm64 index 4156910..15027e3 100644 --- a/config-arm64 +++ b/config-arm64 @@ -1,6 +1,9 @@ CONFIG_64BIT=y CONFIG_ARM64=y
+CONFIG_ARM64_VA_BITS_48=y +CONFIG_ARM64_VA_BITS=48
# arm64 only SoCs CONFIG_ARCH_HISI=y CONFIG_ARCH_QCOM=y
kernel@lists.fedoraproject.org