mbox series

[GIT,PULL] Kbuild fixes for v5.2-rc2

Message ID CAK7LNAT2wVBP_yV3P=Eg_0_UUo8xCRZdJK5x1kOufKiYFv=A+Q@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.2-rc2 | expand

Pull-request

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

Message

Masahiro Yamada May 21, 2019, 12:01 a.m. UTC
Hi Linus,

Please pull Kbuild fixes.

Thanks.



The following changes since commit cb6f8739fbf98203d0fb0bc2c2dbbec0ddfe978a:

  Merge branch 'akpm' (patches from Andrew) (2019-05-19 12:15:32 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4a33d4f17a19ece50ccf5ccbb8bc4ee539fb492e:

  kbuild: do not check name uniqueness of builtin modules (2019-05-21
08:54:05 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.2

 - remove unused cc-ldoption

 - do not check the name uniquness of builtin modules to avoid
   false positives

----------------------------------------------------------------
Masahiro Yamada (1):
      kbuild: do not check name uniqueness of builtin modules

Nick Desaulniers (1):
      kbuild: drop support for cc-ldoption

 Documentation/kbuild/makefiles.txt | 14 --------------
 scripts/Kbuild.include             |  5 -----
 scripts/modules-check.sh           |  6 +++---

Comments

pr-tracker-bot@kernel.org May 21, 2019, 12:35 a.m. UTC | #1
The pull request you sent on Tue, 21 May 2019 09:01:51 +0900:

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

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

Thank you!