linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Kbuild fixes for v5.7-rc3
@ 2020-04-24 16:09 Masahiro Yamada
  2020-04-24 18:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-04-24 16:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kbuild mailing list, Linux Kernel Mailing List

Hi Linus,

Please pull Kbuild fixes.
Thanks.


The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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.7

for you to fetch changes up to d9451798998df3a72dce1bc365bc9e76401b0d3a:

  h8300: ignore vmlinux.lds (2020-04-23 16:41:26 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.7

 - fix scripts/config to properly handle ':' in string type CONFIG options

 - fix unneeded rebuilds of DT schema check rule

 - git rid of ordering dependency between <linux/vermagic.h> and
   <linux/module.h> to fix build errors in some network drivers

 - clean up generated headers of host arch with 'make ARCH=um mrproper'

----------------------------------------------------------------
Jeremie Francois (on alpha) (1):
      scripts/config: allow colons in option strings for sed

Masahiro Yamada (4):
      kbuild: fix DT binding schema rule again to avoid needless rebuilds
      arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
      Documentation: kbuild: fix the section title format
      h8300: ignore vmlinux.lds

Vitor Massaru Iha (1):
      um: ensure `make ARCH=um mrproper` removes
arch/$(SUBARCH)/include/generated/

 Documentation/kbuild/makefiles.rst                |  3 +-
 arch/arc/include/asm/module.h                     |  5 --
 arch/arc/include/asm/vermagic.h                   |  8 +++
 arch/arm/include/asm/module.h                     | 24 ---------
 arch/arm/include/asm/vermagic.h                   | 31 ++++++++++++
 arch/arm64/include/asm/module.h                   |  2 -
 arch/arm64/include/asm/vermagic.h                 | 10 ++++
 arch/h8300/kernel/.gitignore                      |  2 +
 arch/hexagon/include/asm/{module.h => vermagic.h} |  8 +--
 arch/ia64/include/asm/module.h                    |  4 --
 arch/ia64/include/asm/vermagic.h                  | 15 ++++++
 arch/mips/include/asm/module.h                    | 61 -----------------------
 arch/mips/include/asm/vermagic.h                  | 66
+++++++++++++++++++++++++
 arch/nds32/include/asm/{module.h => vermagic.h}   |  8 ++-
 arch/powerpc/include/asm/module.h                 | 18 -------
 arch/powerpc/include/asm/vermagic.h               | 20 ++++++++
 arch/riscv/include/asm/module.h                   |  2 -
 arch/riscv/include/asm/vermagic.h                 |  9 ++++
 arch/sh/include/asm/module.h                      | 28 -----------
 arch/sh/include/asm/vermagic.h                    | 34 +++++++++++++
 arch/um/Makefile                                  |  1 +
 arch/x86/include/asm/module.h                     | 60 -----------------------
 arch/x86/include/asm/vermagic.h                   | 68
++++++++++++++++++++++++++
 arch/xtensa/include/asm/{module.h => vermagic.h}  | 15 +++---
 include/asm-generic/Kbuild                        |  1 +
 include/asm-generic/vermagic.h                    |  7 +++
 include/linux/vermagic.h                          |  8 +--
 scripts/Makefile.lib                              |  2 +-
 scripts/config                                    |  5 +-
 29 files changed, 297 insertions(+), 228 deletions(-)
 create mode 100644 arch/arc/include/asm/vermagic.h
 create mode 100644 arch/arm/include/asm/vermagic.h
 create mode 100644 arch/arm64/include/asm/vermagic.h
 create mode 100644 arch/h8300/kernel/.gitignore
 rename arch/hexagon/include/asm/{module.h => vermagic.h} (64%)
 create mode 100644 arch/ia64/include/asm/vermagic.h
 create mode 100644 arch/mips/include/asm/vermagic.h
 rename arch/nds32/include/asm/{module.h => vermagic.h} (52%)
 create mode 100644 arch/powerpc/include/asm/vermagic.h
 create mode 100644 arch/riscv/include/asm/vermagic.h
 create mode 100644 arch/sh/include/asm/vermagic.h
 create mode 100644 arch/x86/include/asm/vermagic.h
 rename arch/xtensa/include/asm/{module.h => vermagic.h} (57%)
 create mode 100644 include/asm-generic/vermagic.h


-- 
Best Regards
Masahiro Yamada

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

* Re: [GIT PULL] Kbuild fixes for v5.7-rc3
  2020-04-24 16:09 [GIT PULL] Kbuild fixes for v5.7-rc3 Masahiro Yamada
@ 2020-04-24 18:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-04-24 18:40 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Linus Torvalds, Linux Kbuild mailing list, Linux Kernel Mailing List

The pull request you sent on Sat, 25 Apr 2020 01:09:27 +0900:

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

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

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:[~2020-04-24 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 16:09 [GIT PULL] Kbuild fixes for v5.7-rc3 Masahiro Yamada
2020-04-24 18:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).