[GIT PULL] Kbuild fixes for v6.11-rc1
From: Masahiro Yamada
Date: Sun Jul 28 2024 - 15:02:35 EST
Hello Linus,
Please pull Kbuild fixes for v6.11-rc1.
Thanks.
The following changes since commit 5ad7ff8738b8bd238ca899df08badb1f61bcc39e:
Merge tag 'f2fs-for-6.11-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs (2024-07-23
15:21:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.11
for you to fetch changes up to 3415b10a03945b0da4a635e146750dfe5ce0f448:
kbuild: Fix '-S -c' in x86 stack protector scripts (2024-07-29 03:47:00 +0900)
----------------------------------------------------------------
Kbuild fixes for v6.11
- 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
----------------------------------------------------------------
Jose Ignacio Tornos Martinez (1):
kbuild: rpm-pkg: ghost modules.weakdep file
Nathan Chancellor (1):
kbuild: Fix '-S -c' in x86 stack protector scripts
Petr Vorel (1):
kbuild: rpm-pkg: Fix C locale setup
scripts/gcc-x86_32-has-stack-protector.sh | 2 +-
scripts/gcc-x86_64-has-stack-protector.sh | 2 +-
scripts/package/kernel.spec | 2 +-
scripts/package/mkspec | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
Best Regards
Masahiro Yamada