[GIT PULL] Kbuild fixes for 4.17-rc4
From: Masahiro Yamada
Date: Fri May 04 2018 - 22:02:57 EST
Hi Linus,
Please pull some Kbuild fixes.
Thanks!
The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:
Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v4.17
for you to fetch changes up to 0da7e43261142b93307b70da455376ad84414d0a:
genksyms: fix typo in parse.tab.{c,h} generation rules (2018-05-05
10:24:53 +0900)
----------------------------------------------------------------
Kbuild fixes for v4.17
- 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
----------------------------------------------------------------
Masahiro Yamada (2):
gcc-plugins: fix build condition of SANCOV plugin
kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
Mauro Rossi (1):
genksyms: fix typo in parse.tab.{c,h} generation rules
Rasmus Villemoes (2):
modpost: delete stale comment
MAINTAINERS: Update Kbuild entry with a few paths
MAINTAINERS | 4 +++-
scripts/Makefile.gcc-plugins | 2 +-
scripts/Makefile.lib | 2 +-
scripts/genksyms/Makefile | 4 ++--
scripts/mod/sumversion.c | 9 +--------
5 files changed, 8 insertions(+), 13 deletions(-)
--
Best Regards
Masahiro Yamada