[GIT PULL] Kbuild fixes for v6.8-rc3

From: Masahiro Yamada
Date: Thu Feb 01 2024 - 08:40:33 EST


Hello Linus,


Please pull Kbuild fixes for v6.8-rc3.
Thanks.


The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.8

for you to fetch changes up to bfef491df67022c56aab3b831044f8d259f9441f:

kconfig: initialize sym->curr.tri to 'no' for all symbol types again
(2024-01-31 23:59:42 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.8

- Fix UML build with clang-18 and newer

- Avoid using the alias attribute in host programs

- Replace tabs with spaces when followed by conditionals for
future GNU Make versions

- Fix rpm-pkg for the systemd-provided kernel-install tool

- Fix the undefined behavior in Kconfig for a 'int' symbol used in a
conditional

----------------------------------------------------------------
Dmitry Goncharov (1):
kbuild: Replace tabs with spaces when followed by conditionals

Jose Ignacio Tornos Martinez (1):
kbuild: rpm-pkg: simplify installkernel %post

Masahiro Yamada (3):
kbuild: fix W= flags in the help message
modpost: avoid using the alias attribute
kconfig: initialize sym->curr.tri to 'no' for all symbol types again

Nathan Chancellor (2):
um: Fix adding '-no-pie' for clang
modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS

Zhang Bingwu (1):
kbuild: defconf: use SRCARCH to find merged configs

Makefile | 14 +++++++-------
arch/m68k/Makefile | 4 ++--
arch/parisc/Makefile | 4 ++--
arch/um/Makefile | 4 +++-
arch/x86/Makefile | 10 +++++-----
scripts/Makefile.defconf | 8 ++++----
scripts/kconfig/symbol.c | 4 +++-
scripts/mod/modpost.c | 15 +++------------
scripts/mod/modpost.h | 6 +-----
scripts/package/kernel.spec | 22 +++++++++++-----------
10 files changed, 41 insertions(+), 50 deletions(-)


--
Best Regards
Masahiro Yamada