[GIT PULL] Kbuild fixes for v5.8(-rc8)

From: Masahiro Yamada
Date: Sun Aug 02 2020 - 12:35:57 EST


Hi Linus,

Please pull some more Kbuild fixes.
Thanks.

The following changes since commit 92ed301919932f777713b9172e525674157e983d:

Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 28ab576ba8de934ee3145b6d75119f016de567cb:

kbuild: remove redundant FORCE definition in
scripts/Makefile.modpost (2020-08-02 23:09:16 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.8 (4th)

- clean the generated moc file for xconfig

- fix xconfig bugs, and revert some bad commits

----------------------------------------------------------------
Masahiro Yamada (8):
kconfig: qconf: use if_changed for qconf.moc rule
kconfig: qconf: compile moc object separately
kconfig: qconf: use delete[] instead of delete to free array
kconfig: qconf: remove "goBack" debug message
Revert "kconfig: qconf: Change title for the item window"
Revert "kconfig: qconf: don't show goback button on splitMode"
kconfig: qconf: remove wrong ConfigList::firstChild()
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost

Wolfram Sang (1):
modpost: explain why we can't use strsep

scripts/Makefile.modpost | 3 ---
scripts/kconfig/.gitignore | 2 +-
scripts/kconfig/Makefile | 13 ++++++++-----
scripts/kconfig/qconf.cc | 23 ++++++-----------------
scripts/kconfig/qconf.h | 4 ----
scripts/mod/modpost.c | 1 +
6 files changed, 16 insertions(+), 30 deletions(-)

--
Best Regards
Masahiro Yamada