mbox series

[GIT,PULL] Kbuild fixes for v5.0(-rc8)

Message ID CAK7LNATwe3NwhApYFQyCob4+xSrr4a9zUY34EX-QN8pWoocvoA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.0(-rc8) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git

Message

Masahiro Yamada Feb. 22, 2019, 12:29 a.m. UTC
Hi Linus,

Please pull a little more Kbuild fixes.

Thanks.




The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40:

  Linux 5.0-rc4 (2019-01-27 15:18:05 -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.0-2

for you to fetch changes up to 207a369e3c085799e7836221f64e7a7329985fb6:

  sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE
(2019-02-13 23:29:42 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.0 (2nd)

 - fix scripts/kallsyms.c to correctly check too long symbol names

 - fix sh build error for the combination of CONFIG_OF_EARLY_FLATTREE=y
   and CONFIG_USE_BUILTIN_DTB=n

----------------------------------------------------------------
Eugene Loh (1):
      kallsyms: Handle too long symbols in kallsyms.c

Masahiro Yamada (1):
      sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE

 arch/sh/boot/dts/Makefile | 2 +-
 scripts/kallsyms.c        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 23, 2019, 1:45 a.m. UTC | #1
The pull request you sent on Fri, 22 Feb 2019 09:29:27 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/77dc1181d896c5c3f8e131e341993aef41e16505

Thank you!