All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] objtool: Support implicit addend relocations
@ 2020-05-29 21:01 Matt Helsley
  2020-05-29 21:01 ` [PATCH 1/2] objtool: Rename rela to reloc Matt Helsley
  2020-05-29 21:01 ` [PATCH 2/2] objtool: Add support for relocations without addends Matt Helsley
  0 siblings, 2 replies; 8+ messages in thread
From: Matt Helsley @ 2020-05-29 21:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: Josh Poimboeuf, Peter Zijlstra, Steven Rostedt, Julien Thierry,
	Matt Helsley

Future tools that use objtool to process ELF object files may require
reading or even modifying relocations with implicit addends. This
series cleans up the naming of the relocation struct in objtool,
variable names, and function names to be consistent with a more
generic use rather than being specific to those applying explicit
addends.

Changes since RFC [1]:
* Dropped the second patch and rebased on tip objtool/core with
  patch[2] from Sami Tolvanen [Josh Poimboeuf]
* Remade the rename patch with a sed script and added script to
  the commit message to aid backports. [Josh]
* Removed function pointers from last patch. [Josh]
* Added relocation type parameter to elf_create_reloc_section()
  to match pattern with relocation section rebuilding.

[1] https://lore.kernel.org/lkml/cover.1590597288.git.mhelsley@vmware.com
[2] https://lore.kernel.org/lkml/20200421182501.149101-1-samitolvanen@google.com/


Matt Helsley (2):
  objtool: Rename rela to reloc
  objtool: Add support for relocations without addends

 tools/objtool/arch.h            |   2 +-
 tools/objtool/arch/x86/decode.c |   2 +-
 tools/objtool/check.c           | 190 +++++++++++------------
 tools/objtool/check.h           |   2 +-
 tools/objtool/elf.c             | 262 +++++++++++++++++++++++---------
 tools/objtool/elf.h             |  27 ++--
 tools/objtool/orc_gen.c         |  44 +++---
 tools/objtool/special.c         |  22 +--
 8 files changed, 333 insertions(+), 218 deletions(-)


base-commit: 0decf1f8de919782b152daf9c991967a2bac54f0
prerequisite-patch-id: 83ac956b6b4a769cafcdc4abaea4a3bcc3136d6d
-- 
2.20.1


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

end of thread, other threads:[~2020-06-02 16:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 21:01 [PATCH 0/2] objtool: Support implicit addend relocations Matt Helsley
2020-05-29 21:01 ` [PATCH 1/2] objtool: Rename rela to reloc Matt Helsley
2020-05-29 23:22   ` Josh Poimboeuf
2020-05-30  0:52     ` Matt Helsley
2020-06-01 15:09       ` Josh Poimboeuf
2020-05-29 21:01 ` [PATCH 2/2] objtool: Add support for relocations without addends Matt Helsley
2020-06-02  7:36   ` Julien Thierry
2020-06-02 16:12   ` Kamalesh Babulal

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.