From 215a52c903af42432d878198613b0cc41c36e25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 14 Sep 2017 11:09:58 +0200 Subject: [PATCH] SUNLIGHT: do not generate split BTF type info per default Description: - This reverts commit a8ed1a0607cfa5478ff6009539f44790c4d0956d. - It breaks ZFS sometimes: https://github.com/openzfs/zfs/issues/12301#issuecomment-873303739 Bug: N/A Change-Id: I1a17247218d65a1cd1d6822c37075de922301bfd Signed-off-by: Thomas Lamprecht Signed-off-by: Ionut Nechita --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d3e5f36bb01e0..eeea8afd64fbd 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -359,7 +359,7 @@ config PAHOLE_HAS_BTF_TAG these attributes, so make the config depend on CC_IS_CLANG. config DEBUG_INFO_BTF_MODULES - def_bool y + def_bool n depends on DEBUG_INFO_BTF && MODULES && PAHOLE_HAS_SPLIT_BTF help Generate compact split BTF type information for kernel modules.