Skip to content

Commit

Permalink
SUNLIGHT: do not generate split BTF type info per default
Browse files Browse the repository at this point in the history
Description:
 - This reverts commit a8ed1a0.

 - It breaks ZFS sometimes:
   openzfs/zfs#12301 (comment)

Bug: N/A
Change-Id: I1a17247218d65a1cd1d6822c37075de922301bfd
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Ionut Nechita <ionut_n2001@yahoo.com>
  • Loading branch information
Fabian-Gruenbichler authored and ionutnechita committed Oct 22, 2022
1 parent 5225600 commit 046f847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,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.
Expand Down

0 comments on commit 046f847

Please sign in to comment.