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

From: Masahiro Yamada
Date: Sat Jun 08 2024 - 13:11:06 EST


Hello Linus,

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



The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -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.10-2

for you to fetch changes up to 9185afeac2a3dcce8300a5684291a43c2838cfd6:

modpost: do not warn about missing MODULE_DESCRIPTION() for
vmlinux.o (2024-06-07 08:42:31 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.10 (second)

- Fix the initial state of the save button in 'make gconfig'

- Improve the Kconfig documentation

- Fix a Kconfig bug regarding property visibility

- Fix build breakage for systems where 'sed' is not installed in /bin

- Fix a false warning about missing MODULE_DESCRIPTION()

----------------------------------------------------------------
Masahiro Yamada (6):
kconfig: remove unneeded code for user-supplied values being out of range
kconfig: gconf: give a proper initial state to the Save button
kconfig: doc: fix a typo in the note about 'imply'
kconfig: doc: document behavior of 'select' and 'imply' followed by 'if'
kconfig: remove wrong expr_trans_bool()
modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.o

Richard Acayan (1):
kbuild: explicitly run mksysmap as sed script from link-vmlinux.sh

Documentation/kbuild/kconfig-language.rst | 12 +++++++++++-
scripts/kconfig/confdata.c | 13 -------------
scripts/kconfig/expr.c | 29 -----------------------------
scripts/kconfig/expr.h | 1 -
scripts/kconfig/gconf.c | 3 ++-
scripts/kconfig/menu.c | 2 --
scripts/link-vmlinux.sh | 2 +-
scripts/mod/modpost.c | 5 +++--
8 files changed, 17 insertions(+), 50 deletions(-)




--
Best Regards
Masahiro Yamada