mbox series

[GIT,PULL] Kbuild fixes for v5.11-rc3

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

Pull-request

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

Message

Masahiro Yamada Jan. 10, 2021, 8:29 p.m. UTC
Hi Linus,

Please pull some Kbuild fixes for v5.11-rc3
Thanks.



The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5625dcfbbcf892e40e8d60abbb5f56701a1d031c:

  Documentation: kbuild: Fix section reference (2021-01-11 05:14:38 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.11

 - Search for <ncurses.h> in the default header path of HOSTCC

 - Tweak the option order to be kind to old BSD awk

 - Remove 'kvmconfig' and 'xenconfig' shorthands

 - Fix documentation

----------------------------------------------------------------
John Millikin (2):
      kconfig: Support building mconf with vendor sysroot ncurses
      lib/raid6: Let $(UNROLL) rules work with macOS userland

Lukas Bulwahn (1):
      MAINTAINERS: adjust GCC PLUGINS after gcc-plugin.sh removal

Masahiro Yamada (1):
      kconfig: remove 'kvmconfig' and 'xenconfig' shorthands

Randy Dunlap (1):
      kconfig: config script: add a little user help

Viresh Kumar (1):
      Documentation: kbuild: Fix section reference

 Documentation/kbuild/makefiles.rst |  2 +-
 MAINTAINERS                        |  1 -
 lib/raid6/Makefile                 |  2 +-
 scripts/config                     |  1 +
 scripts/kconfig/Makefile           | 10 ----------
 scripts/kconfig/mconf-cfg.sh       |  4 +++-
 6 files changed, 6 insertions(+), 14 deletions(-)

--
Best Regards
Masahiro Yamada

Comments

pr-tracker-bot@kernel.org Jan. 10, 2021, 9:26 p.m. UTC | #1
The pull request you sent on Mon, 11 Jan 2021 05:29:30 +0900:

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

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

Thank you!