mbox series

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

Message ID CAK7LNATJbLfuj8bbjPevXWTk5HAra3n2aG-B2ueTPxMpYhbZnQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.8(-rc8) | expand

Pull-request

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

Message

Masahiro Yamada Aug. 2, 2020, 4:34 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 2, 2020, 6:40 p.m. UTC | #1
The pull request you sent on Mon, 3 Aug 2020 01:34:57 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/142c3326b055a278c303bfef8dc6a105fff18ca6

Thank you!