OSDN Git Service

Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masah...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 May 2018 07:15:25 +0000 (21:15 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 May 2018 07:15:25 +0000 (21:15 -1000)
commitc1c07416cdd47161a359286021d483f449ad8c4f
treecbd33c85ff87844905cb1cb1c52322e92d3bdd03
parent4a7a7729861be5f3c47ab5737aafd4045d5594e8
parent0da7e43261142b93307b70da455376ad84414d0a
Merge tag 'kbuild-fixes-v4.17' of git://git./linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

 - remove state comment in modpost

 - extend MAINTAINERS entry to cover modpost and more makefiles

 - fix missed building of SANCOV gcc-plugin

 - replace left-over 'bison' with $(YACC)

 - display short log when generating parer of genksyms

* tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  genksyms: fix typo in parse.tab.{c,h} generation rules
  kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
  gcc-plugins: fix build condition of SANCOV plugin
  MAINTAINERS: Update Kbuild entry with a few paths
  modpost: delete stale comment
MAINTAINERS