]> git.proxmox.com Git - pve-kernel.git/blame - patches/kernel/0009-disable-split-btf.patch
KConfig: disable module BTF debug info
[pve-kernel.git] / patches / kernel / 0009-disable-split-btf.patch
CommitLineData
bc1d1913
FG
1diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
2index 25dc20175bba..7ff51a3f65e6 100644
3--- a/lib/Kconfig.debug
4+++ b/lib/Kconfig.debug
5@@ -314,7 +314,7 @@ config PAHOLE_HAS_SPLIT_BTF
6 def_bool $(success, test `$(PAHOLE) --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/'` -ge "119")
7
8 config DEBUG_INFO_BTF_MODULES
9- def_bool y
10+ def_bool n
11 depends on DEBUG_INFO_BTF && MODULES && PAHOLE_HAS_SPLIT_BTF
12 help
13 Generate compact split BTF type information for kernel modules.