Merge tag 'kbuild-fixes-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahi...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Feb 2020 18:28:42 +0000 (10:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Feb 2020 18:28:42 +0000 (10:28 -0800)
commitf2850dd5ee015bd7b77043f731632888887689c7
tree1a34a81c65bba37151cb45e2fa9dedad5eee47e5
parent359c92c02bfae1a6f1e8e37c298e518fd256642c
parent083bc0e1ce91e2a65a1aecdf8d2c5045e5d46c55
Merge tag 'kbuild-fixes-v5.6' of git://git./linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

 - fix memory corruption in scripts/kallsyms

 - fix the vmlinux link stage to correctly update compile.h

* tag 'kbuild-fixes-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kbuild: fix mismatch between .version and include/generated/compile.h
  scripts/kallsyms: fix memory corruption caused by write over-run