mbox series

[GIT,PULL] Kbuild fixes for v5.11

Message ID CAK7LNASpVZdyiN4Ug5zujSFnX5OesaVkFX7aP0feZHEF4DVHWQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.11 | expand

Pull-request

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

Message

Masahiro Yamada Feb. 14, 2021, 5:02 p.m. UTC
Hi Linus,

Please pull Kbuild fixes.
Thanks.

The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:

  Linux 5.11-rc7 (2021-02-07 13:57:38 -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.11-3

for you to fetch changes up to fe968c41ac4f4ec9ffe3c4cf16b72285f5e9674f:

  scripts: set proper OpenSSL include dir also for sign-file
(2021-02-15 01:54:11 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.11 (3rd)

 - Fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64

 - Use pkg-config for scripts/sign-file.c CFLAGS

----------------------------------------------------------------
Masahiro Yamada (2):
      kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64
      sparc: remove wrong comment from arch/sparc/include/asm/Kbuild

Rolf Eike Beer (1):
      scripts: set proper OpenSSL include dir also for sign-file

 arch/sparc/include/asm/Kbuild | 2 --
 scripts/Makefile              | 1 +
 scripts/gen_autoksyms.sh      | 3 +++
 3 files changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 14, 2021, 8:58 p.m. UTC | #1
The pull request you sent on Mon, 15 Feb 2021 02:02:19 +0900:

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

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

Thank you!