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

2020-09-20 Thread pr-tracker-bot
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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


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

2020-09-19 Thread Masahiro Yamada
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(-)


-- 
Best Regards
Masahiro Yamada