mbox series

[GIT,PULL] Kbuild fixes for v5.9-rc6

Message ID CAK7LNAQPTUCWVk=xDr9bv6X+TANOZHfr4YKenP64Mq+sgFTmDw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.9-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.9-3

Message

Masahiro Yamada Sept. 20, 2020, 4:01 a.m. UTC
Hi Linus,

Please pull more fixes.
Thanks.




The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -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.9-3

for you to fetch changes up to a46afd11414758233f23798cc5be51e554d04efe:

  kconfig: qconf: revive help message in the info view (2020-09-20
12:58:54 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.9 (3rd)

 - fix qconf warnings and revive help message

----------------------------------------------------------------
Masahiro Yamada (3):
      kconfig: qconf: use delete[] instead of delete to free array (again)
      kconfig: qconf: fix incomplete type 'struct gstr' warning
      kconfig: qconf: revive help message in the info view

 scripts/kconfig/lkc.h       | 47
++++++++++++++++++++++++++++++-----------------
 scripts/kconfig/lkc_proto.h | 14 --------------
 scripts/kconfig/qconf.cc    | 13 +++++++++----
 3 files changed, 39 insertions(+), 35 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 20, 2020, 6 p.m. UTC | #1
The pull request you sent on Sun, 20 Sep 2020 13:01:27 +0900:

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

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

Thank you!