]> git.proxmox.com Git - pve-kernel.git/blob - patches/kernel/0009-disable-split-btf.patch
3f3a498b9d9cd659594380d4b270e4bab986ea0b
[pve-kernel.git] / patches / kernel / 0009-disable-split-btf.patch
1 diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
2 index 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.