mbox series

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

Message ID CAK7LNATqoF-NVhkP9J7SyDmK-x8vQ5pDJ7U_aEngdJb_vvDixg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.4(-rc8) | expand

Pull-request

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

Message

Masahiro Yamada Nov. 14, 2019, 3:19 p.m. UTC
Hi Linus,

Please pull Kbuild fixes.
Thanks.


The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
kbuild-fixes-v5.4-3

for you to fetch changes up to 80591e61a0f7e88deaada69844e4a31280c4a38f:

  kbuild: tell sparse about the $ARCH (2019-11-15 00:13:23 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.4 (3rc)

 - fix build error when compiling SPARC VDSO with CONFIG_COMPAT=y

 - pass correct --arch option to Sparse

----------------------------------------------------------------
Luc Van Oostenryck (1):
      kbuild: tell sparse about the $ARCH

Masahiro Yamada (1):
      sparc: vdso: fix build error of vdso32

 Makefile                 | 3 +++
 arch/sparc/vdso/Makefile | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 14, 2019, 4:55 p.m. UTC | #1
The pull request you sent on Fri, 15 Nov 2019 00:19:27 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild-fixes-v5.4-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/96b95eff4a591dbac582c2590d067e356a18aacb

Thank you!