[PATCH OLK-6.6] arm64: Fix unmet direct dependencies for DEBUG_FEATURE_BYPASS

hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/ICFL5P -------------------------------------- When CONFIG_LOCKDEP=y and CONFIG_FAST_SYSCALL=y, DEBUG_FEATURE_BYPASS config can not open, but it is selected by FAST_SYSCALL which is opened, so there is conflict. Remove the select on DEBUG/SECURITY_FEATURE_BYPASS for FAST_SYSCALL/IRQ to fix it, because FAST_SYSCALL/IRQ can work without bypass debug or security feature bypass, there is no need to select them. Fixes: c294b5b18fc8 ("arm64/Kconfig: Add turbo features submenuconfig") Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> --- arch/arm64/Kconfig.turbo | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm64/Kconfig.turbo b/arch/arm64/Kconfig.turbo index 586edb89609c..76ad4ea567c3 100644 --- a/arch/arm64/Kconfig.turbo +++ b/arch/arm64/Kconfig.turbo @@ -4,8 +4,6 @@ menu "Turbo features selection" config FAST_SYSCALL bool "Fast syscall handler support" default n - select DEBUG_FEATURE_BYPASS - select SECURITY_FEATURE_BYPASS help This enable support Fast syscall feature. The svc exception handling process, which includes auxiliary @@ -22,8 +20,6 @@ config FAST_IRQ bool "Fast irq handler support" depends on ARM_GIC_V3 default n - select DEBUG_FEATURE_BYPASS - select SECURITY_FEATURE_BYPASS help The irq handling process, which includes auxiliary functions for debug/trace and core functions like -- 2.34.1

反馈: 您发送到kernel@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://gitee.com/openeuler/kernel/pulls/16729 邮件列表地址:https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/FGU... FeedBack: The patch(es) which you have sent to kernel@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://gitee.com/openeuler/kernel/pulls/16729 Mailing list address: https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/FGU...
participants (2)
-
Jinjie Ruan
-
patchwork bot