All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Kbuild fixes for v5.5-rc3
@ 2019-12-21 15:37 Masahiro Yamada
  2019-12-21 18:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-12-21 15:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Linux Kbuild mailing list

Hi Linus,

Please pull some Kbuild fixes.
Thanks.


The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -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.5

for you to fetch changes up to 28f94a44298c99c0db85539874b62f21d94fcaa7:

  kbuild: clarify the difference between obj-y and obj-m w.r.t.
descending (2019-12-22 00:25:35 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.5

 - fix warning in out-of-tree 'make clean'

 - add READELF variable to the top Makefile

 - fix broken builds when LINUX_COMPILE_BY contains a backslash

 - fix build warning in kallsyms

 - fix NULL pointer access in expr_eq() in Kconfig

 - fix missing dependency on rsync in deb-pkg build

 - remove ---help--- from documentation

 - fix misleading documentation about directory descending

----------------------------------------------------------------
Dmitry Golovin (1):
      x86/boot: kbuild: allow readelf executable to be specified

Enrico Weigelt, metux IT consult (1):
      scripts: package: mkdebian: add missing rsync dependency

Masahiro Yamada (6):
      kbuild: fix 'No such file or directory' warning when cleaning
      mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}
      mkcompile_h: use printf for LINUX_COMPILE_BY
      scripts/kallsyms: fix offset overflow of kallsyms_relative_base
      kconfig: remove ---help--- from documentation
      kbuild: clarify the difference between obj-y and obj-m w.r.t. descending

Thomas Hebb (1):
      kconfig: don't crash on NULL expressions in expr_eq()

 Documentation/kbuild/kconfig-language.rst |  5 +---
 Documentation/kbuild/makefiles.rst        | 16 ++++++++++---
 Makefile                                  |  3 ++-
 arch/x86/boot/compressed/Makefile         |  2 +-
 scripts/kallsyms.c                        | 38 +++++++++++++++----------------
 scripts/kconfig/expr.c                    |  7 ++++++
 scripts/mkcompile_h                       | 10 ++++----
 scripts/package/mkdebian                  |  2 +-
 usr/include/Makefile                      |  2 +-
 9 files changed, 48 insertions(+), 37 deletions(-)

--
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Kbuild fixes for v5.5-rc3
  2019-12-21 15:37 [GIT PULL] Kbuild fixes for v5.5-rc3 Masahiro Yamada
@ 2019-12-21 18:55 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-12-21 18:55 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Linus Torvalds, Linux Kernel Mailing List, Linux Kbuild mailing list

The pull request you sent on Sun, 22 Dec 2019 00:37:03 +0900:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-21 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-21 15:37 [GIT PULL] Kbuild fixes for v5.5-rc3 Masahiro Yamada
2019-12-21 18:55 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.