From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id F36698652B for ; Thu, 23 Dec 2021 17:22:50 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D2AB2242C3 for ; Thu, 23 Dec 2021 17:22:50 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 7C47F24296 for ; Thu, 23 Dec 2021 17:22:48 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id F30B446AC8 for ; Thu, 23 Dec 2021 17:22:47 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Thu, 23 Dec 2021 17:22:23 +0100 Message-Id: <20211223162224.1120203-4-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211223162224.1120203-1-s.ivanov@proxmox.com> References: <20211223162224.1120203-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.270 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH pve-kernel 1/2] patches: add Author information to disable-split-btf.patch X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2021 16:22:51 -0000 else it is not easily applied with git am (as used by debian/scripts/import-patchqueue) Signed-off-by: Stoiko Ivanov --- ...Config-disable-module-BTF-debug-info.patch | 23 +++++++++++++++++++ patches/kernel/0009-disable-split-btf.patch | 13 ----------- 2 files changed, 23 insertions(+), 13 deletions(-) create mode 100644 patches/kernel/0009-KConfig-disable-module-BTF-debug-info.patch delete mode 100644 patches/kernel/0009-disable-split-btf.patch diff --git a/patches/kernel/0009-KConfig-disable-module-BTF-debug-info.patch b/patches/kernel/0009-KConfig-disable-module-BTF-debug-info.patch new file mode 100644 index 0000000..5ae57a5 --- /dev/null +++ b/patches/kernel/0009-KConfig-disable-module-BTF-debug-info.patch @@ -0,0 +1,23 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= +Date: Wed, 22 Dec 2021 16:26:22 +0100 +Subject: [PATCH] KConfig: disable module BTF debug info + +Signed-off-by: Stoiko Ivanov +--- + lib/Kconfig.debug | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug +index 2a9b6dcdac4f..ecc18910a6b2 100644 +--- a/lib/Kconfig.debug ++++ b/lib/Kconfig.debug +@@ -325,7 +325,7 @@ config PAHOLE_HAS_SPLIT_BTF + def_bool $(success, test `$(PAHOLE) --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/'` -ge "119") + + 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. diff --git a/patches/kernel/0009-disable-split-btf.patch b/patches/kernel/0009-disable-split-btf.patch deleted file mode 100644 index 3f3a498..0000000 --- a/patches/kernel/0009-disable-split-btf.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug -index 25dc20175bba..7ff51a3f65e6 100644 ---- a/lib/Kconfig.debug -+++ b/lib/Kconfig.debug -@@ -314,7 +314,7 @@ config PAHOLE_HAS_SPLIT_BTF - def_bool $(success, test `$(PAHOLE) --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/'` -ge "119") - - 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. -- 2.30.2