From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Bezdeka Subject: [xenomai-images][PATCH 4/6] linux-xenomai: arm: Enable CONFIG_ARM_MODULE_PLTS Date: Wed, 13 Oct 2021 09:18:22 +0200 Message-Id: <20211013071824.9394-5-florian.bezdeka@siemens.com> In-Reply-To: <20211013071824.9394-1-florian.bezdeka@siemens.com> References: <20211013071824.9394-1-florian.bezdeka@siemens.com> Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org From: Jan Kiszka No reason to turn this off, in fact, we have to turn it on with bullseye's gcc-10 and debug options enabled to avoid relocation range problems when loading modules. Reported-by: Florian Bezdeka Signed-off-by: Jan Kiszka --- recipes-kernel/linux/files/armhf_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/files/armhf_defconfig b/recipes-kernel/linux/files/armhf_defconfig index ef4981d..eda674c 100644 --- a/recipes-kernel/linux/files/armhf_defconfig +++ b/recipes-kernel/linux/files/armhf_defconfig @@ -1112,7 +1112,6 @@ CONFIG_HIGHPTE=y CONFIG_CPU_SW_DOMAIN_PAN=y CONFIG_HW_PERF_EVENTS=y CONFIG_ARCH_WANT_GENERAL_HUGETLB=y -# CONFIG_ARM_MODULE_PLTS is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_HAVE_MEMBLOCK=y -- 2.31.1