linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] objtool changes for v5.6
@ 2020-01-28  7:08 Ingo Molnar
  2020-01-28 19:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2020-01-28  7:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Josh Poimboeuf, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton

Linus,

Please pull the latest core-objtool-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-objtool-for-linus

   # HEAD: 22a7fa8848c5e881d87ef2f7f3c2ea77b286e6f9 x86/unwind/orc: Fix !CONFIG_MODULES build warning

The main changes are to move the ORC unwind table sorting from early init 
to build-time - this speeds up booting. No change in functionality 
intended.

 Thanks,

	Ingo

------------------>
Shile Zhang (8):
      scripts/sortextable: Rewrite error/success handling
      scripts/sortextable: Clean up the code to meet the kernel coding style better
      scripts/sortextable: Remove dead code
      scripts/sortextable: Refactor the do_func() function
      scripts/sorttable: Rename 'sortextable' to 'sorttable'
      scripts/sorttable: Implement build-time ORC unwind table sorting
      x86/unwind/orc: Remove boot-time ORC unwind tables sorting
      x86/unwind/orc: Fix !CONFIG_MODULES build warning


 arch/arc/Kconfig                       |   2 +-
 arch/arm/Kconfig                       |   2 +-
 arch/arm64/Kconfig                     |   2 +-
 arch/microblaze/Kconfig                |   2 +-
 arch/mips/Kconfig                      |   2 +-
 arch/parisc/Kconfig                    |   2 +-
 arch/powerpc/Kconfig                   |   2 +-
 arch/s390/Kconfig                      |   2 +-
 arch/x86/Kconfig                       |   2 +-
 arch/x86/kernel/unwind_orc.c           |  11 +-
 arch/xtensa/Kconfig                    |   2 +-
 init/Kconfig                           |   2 +-
 scripts/.gitignore                     |   2 +-
 scripts/Makefile                       |  13 +-
 scripts/link-vmlinux.sh                |  13 +-
 scripts/sortextable.h                  | 209 ------------------
 scripts/{sortextable.c => sorttable.c} | 305 ++++++++++++--------------
 scripts/sorttable.h                    | 380 +++++++++++++++++++++++++++++++++
 18 files changed, 559 insertions(+), 396 deletions(-)
 delete mode 100644 scripts/sortextable.h
 rename scripts/{sortextable.c => sorttable.c} (67%)
 create mode 100644 scripts/sorttable.h

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

* Re: [GIT PULL] objtool changes for v5.6
  2020-01-28  7:08 [GIT PULL] objtool changes for v5.6 Ingo Molnar
@ 2020-01-28 19:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-01-28 19:10 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Josh Poimboeuf, Thomas Gleixner,
	Borislav Petkov, Peter Zijlstra, Andrew Morton

The pull request you sent on Tue, 28 Jan 2020 08:08:44 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-objtool-for-linus

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

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-01-28 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28  7:08 [GIT PULL] objtool changes for v5.6 Ingo Molnar
2020-01-28 19:10 ` 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).