Skip to content

Commit 8cc9719

Browse files
committed
Merge: redhat/configs: increase CONFIG_DEFAULT_MMAP_MIN_ADDR from 32K to 64K for aarch64
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/4612 Upstream Status: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3213 JIRA: https://issues.redhat.com/browse/RHEL-45195 CONFIG_DEFAULT_MMAP_MIN_ADDR is currently set to 64K on x86_64, and 32K on aarch64. We have a 64K page size variant of RHEL on aarch64, so let's go ahead and increase the default for aarch64 to match what's on x86_64. Signed-off-by: Brian Masney <bmasney@redhat.com> Approved-by: Rafael Aquini <aquini@redhat.com> Approved-by: Javier Martinez Canillas <javierm@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Lucas Zampieri <lzampier@redhat.com>
2 parents 3bd1ff9 + 2555d5d commit 8cc9719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
1+
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536

0 commit comments

Comments
 (0)