From 818dfceac503b8431d5cb02a677195263d144736 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 11 Jan 2022 06:27:25 +0100 Subject: [PATCH] patches: make disable split btf diff a full-blown patch else our update-to-tag rebase script fails to "git-am" this one Signed-off-by: Thomas Lamprecht --- patches/kernel/0009-disable-split-btf.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/patches/kernel/0009-disable-split-btf.patch b/patches/kernel/0009-disable-split-btf.patch index 3f3a498..6b1d55c 100644 --- a/patches/kernel/0009-disable-split-btf.patch +++ b/patches/kernel/0009-disable-split-btf.patch @@ -1,3 +1,18 @@ +From 0000000000000000000000000000000000000000 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: do not generate split BTF type info per default +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This reverts commit a8ed1a0607cfa5478ff6009539f44790c4d0956d. + +It breaks ZFS sometimes: +https://github.com/openzfs/zfs/issues/12301#issuecomment-873303739 + +Signed-off-by: Thomas Lamprecht +--- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 25dc20175bba..7ff51a3f65e6 100644 --- a/lib/Kconfig.debug -- 2.39.2