Skip to content

redhat/configs: Disable CONFIG_HUGETLBFS

redhat/configs: Disable CONFIG_HUGETLBFS

JIRA: https://issues.redhat.com/browse/RHEL-20477

Disable 'huge pages' for automotive. The hardware used in automotive will not require huge page support, and we don't need the additional performance overhead or the testing overhead.

As a result huge pages is disabled:

[prarit@prarit centos-stream-9]$ grep -E HUGETLBFS redhat/configs/*.config
redhat/configs/kernel-automotive-5.14.0-aarch64.config:CONFIG_ARCH_SUPPORTS_HUGETLBFS=y
redhat/configs/kernel-automotive-5.14.0-aarch64.config:# CONFIG_HUGETLBFS is not set
redhat/configs/kernel-automotive-5.14.0-aarch64-debug.config:CONFIG_ARCH_SUPPORTS_HUGETLBFS=y
redhat/configs/kernel-automotive-5.14.0-aarch64-debug.config:# CONFIG_HUGETLBFS is not set
redhat/configs/kernel-automotive-5.14.0-aarch64-kgcov.config:CONFIG_ARCH_SUPPORTS_HUGETLBFS=y
redhat/configs/kernel-automotive-5.14.0-aarch64-kgcov.config:# CONFIG_HUGETLBFS is not set
redhat/configs/kernel-automotive-5.14.0-x86_64.config:# CONFIG_HUGETLBFS is not set
redhat/configs/kernel-automotive-5.14.0-x86_64-debug.config:# CONFIG_HUGETLBFS is not set
redhat/configs/kernel-automotive-5.14.0-x86_64-kgcov.config:# CONFIG_HUGETLBFS is not set

Signed-off-by: Prarit Bhargava prarit@redhat.com

Merge request reports