2022-01-11 08:27:25 +03:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
|
|
|
|
Date: Thu, 14 Sep 2017 11:09:58 +0200
|
2022-01-11 08:28:06 +03:00
|
|
|
Subject: [PATCH] do not generate split BTF type info per default
|
2022-01-11 08:27:25 +03:00
|
|
|
|
|
|
|
This reverts commit a8ed1a0607cfa5478ff6009539f44790c4d0956d.
|
|
|
|
|
|
|
|
It breaks ZFS sometimes:
|
|
|
|
https://github.com/openzfs/zfs/issues/12301#issuecomment-873303739
|
|
|
|
|
|
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
|
|
---
|
2022-01-11 08:28:06 +03:00
|
|
|
lib/Kconfig.debug | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2021-12-01 12:57:48 +03:00
|
|
|
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
|
2022-11-14 22:24:23 +03:00
|
|
|
index 8c31c98f0bfc..470b78cd0134 100644
|
2021-12-01 12:57:48 +03:00
|
|
|
--- a/lib/Kconfig.debug
|
|
|
|
+++ b/lib/Kconfig.debug
|
2022-11-14 22:24:23 +03:00
|
|
|
@@ -365,7 +365,7 @@ config PAHOLE_HAS_BTF_TAG
|
2022-06-21 10:18:44 +03:00
|
|
|
these attributes, so make the config depend on CC_IS_CLANG.
|
2021-12-01 12:57:48 +03:00
|
|
|
|
|
|
|
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.
|