summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@kernel.org>2026-08-13 23:51:25 +0200
committerAndi Shyti <andi.shyti@kernel.org>2026-08-13 23:51:25 +0200
commitfd773ef990c2f30c6a506432f6296544dbb8d860 (patch)
tree03e132ed94b70ba0929057fcaadb9d5509ee903f /scripts
parent527dd7fb6209857f8ff4426055b3a418e60faa8b (diff)
parentdb2ddb87143519e20a95aa36c60b36107b736a58 (diff)
downloadlinux-next-fd773ef990c2f30c6a506432f6296544dbb8d860.tar.gz
linux-next-fd773ef990c2f30c6a506432f6296544dbb8d860.zip
Merge branch 'i2c/i2c-fixes' into i2c/i2c-next
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package/kernel.spec11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/package/kernel.spec b/scripts/package/kernel.spec
index c732415662ef..46e80970f723 100644
--- a/scripts/package/kernel.spec
+++ b/scripts/package/kernel.spec
@@ -67,7 +67,18 @@ This package provides debug information for the kernel image and modules from th
%undefine _unique_debug_srcs
%undefine _debugsource_packages
%undefine _debuginfo_subpackages
+
+# Preserve .BTF and .BTF.base sections in kernel modules during debuginfo
+# stripping. find-debuginfo.sh uses eu-strip which removes non-allocated ELF
+# sections like .BTF by default. .BTF.base is required for BTF distillation
+# support; without it, module BTF validation fails.
+%global with_keep_section %(%{__find_debuginfo} --help 2>&1 | grep -c keep-section)
+%if %{with_keep_section}
+%global _find_debuginfo_opts -r --keep-section .BTF --keep-section .BTF.base
+%else
%global _find_debuginfo_opts -r
+%endif
+
%global _missing_build_ids_terminate_build 1
%global _no_recompute_build_ids 1
%{debug_package}