aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package/kernel.spec
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-07-28 14:02:48 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-07-28 14:02:48 -0700
commita0c04bd55a467aee3eb647555343ad6971106e86 (patch)
treea66abd2bfd726674c5022fdaf3e2c7ec6616a564 /scripts/package/kernel.spec
parentminmax: simplify and clarify min_t()/max_t() implementation (diff)
parentkbuild: Fix '-S -c' in x86 stack protector scripts (diff)
downloadlinux-a0c04bd55a467aee3eb647555343ad6971106e86.tar.gz
linux-a0c04bd55a467aee3eb647555343ad6971106e86.zip
Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild fixes from Masahiro Yamada: - Fix RPM package build error caused by an incorrect locale setup - Mark modules.weakdep as ghost in RPM package - Fix the odd combination of -S and -c in stack protector scripts, which is an error with the latest Clang * tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: Fix '-S -c' in x86 stack protector scripts kbuild: rpm-pkg: ghost modules.weakdep file kbuild: rpm-pkg: Fix C locale setup
Diffstat (limited to 'scripts/package/kernel.spec')
-rw-r--r--scripts/package/kernel.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/kernel.spec b/scripts/package/kernel.spec
index 74355ff0e106..ac3e5ac01d8a 100644
--- a/scripts/package/kernel.spec
+++ b/scripts/package/kernel.spec
@@ -74,7 +74,7 @@ ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEA
echo "/lib/modules/%{KERNELRELEASE}"
for x in alias alias.bin builtin.alias.bin builtin.bin dep dep.bin \
- devname softdep symbols symbols.bin; do
+ devname softdep symbols symbols.bin weakdep; do
echo "%ghost /lib/modules/%{KERNELRELEASE}/modules.${x}"
done