All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove dependency of check subcmd upon orc
@ 2020-06-04 16:39 Julien Thierry
  2020-06-04 16:39 ` [PATCH 1/4] objtool: Move object file loading out of check Julien Thierry
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Julien Thierry @ 2020-06-04 16:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: jpoimboe, peterz, mhelsley, Julien Thierry

Hi,

Matt Helsley's change[1] provided a base framework to opt-in/out
objtool subcommands at compile time. This makes it easier for
architectures to port objtool, one subcommand at a time.

Orc generation relies on the check operation implementation. However,
the way this is done causes the check implementation to depend on the
implementation of orc generation functions to call if orc generation is
requested. This means that in order to implement check subcmd, orc
subcmd also need to be implemented.

These patches aim at removing that dependency, having orc subcmd
being built on top of the check subcmd.

[1] https://www.spinics.net/lists/kernel/msg3510844.html

Cheers,

Julien Thierry (4):
  objtool: Move object file loading out of check
  objtool: Move orc outside of check
  objtool: orc: Skip setting orc_entry for non-text sections
  objtool: orc_gen: Move orc_entry out of instruction structure

 tools/objtool/builtin-check.c |  7 ++-
 tools/objtool/builtin-orc.c   | 24 +++++++++-
 tools/objtool/check.c         | 45 ++++--------------
 tools/objtool/check.h         |  1 -
 tools/objtool/objtool.c       | 30 ++++++++++++
 tools/objtool/objtool.h       |  5 +-
 tools/objtool/orc_gen.c       | 86 ++++++++++++++++++++---------------
 tools/objtool/weak.c          |  4 +-
 8 files changed, 122 insertions(+), 80 deletions(-)

--
2.21.1


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

end of thread, other threads:[~2020-06-05 11:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 16:39 [PATCH 0/4] Remove dependency of check subcmd upon orc Julien Thierry
2020-06-04 16:39 ` [PATCH 1/4] objtool: Move object file loading out of check Julien Thierry
2020-06-04 16:39 ` [PATCH 2/4] objtool: Move orc outside " Julien Thierry
2020-06-04 16:39 ` [PATCH 3/4] objtool: orc: Skip setting orc_entry for non-text sections Julien Thierry
2020-06-04 16:39 ` [PATCH 4/4] objtool: orc_gen: Move orc_entry out of instruction structure Julien Thierry
2020-06-05  9:17   ` Miroslav Benes
2020-06-05 11:39     ` Julien Thierry

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.