summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2022-03-19 02:07:47 +0300
committerPeter Zijlstra <peterz@infradead.org>2022-03-22 23:12:13 +0300
commitf6a2c2b2de817078ac5a7e58c10e746165e7825d (patch)
tree27c0524e4ca8afcbe412c0478c916f897a63cb0d /kernel
parent262448f3d18959d175b10e28a3b65f41d1d7313f (diff)
downloadlinux-f6a2c2b2de817078ac5a7e58c10e746165e7825d.tar.xz
x86/Kconfig: Only allow CONFIG_X86_KERNEL_IBT with ld.lld >= 14.0.0
With CONFIG_X86_KERNEL_IBT=y and a version of ld.lld prior to 14.0.0, there are numerous objtool warnings along the lines of: warning: objtool: .plt+0x6: indirect jump found in RETPOLINE build This is a known issue that has been resolved in ld.lld 14.0.0. Prevent CONFIG_X86_KERNEL_IBT from being selectable when using one of these problematic ld.lld versions. Signed-off-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20220318230747.3900772-3-nathan@kernel.org
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions