linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] objtool: Relocation sanity check for alternatives
@ 2020-02-10 18:32 Josh Poimboeuf
  2020-02-10 18:32 ` [PATCH 1/3] objtool: Fail the kernel build on fatal errors Josh Poimboeuf
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Josh Poimboeuf @ 2020-02-10 18:32 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Borislav Petkov, Julien Thierry, Peter Zijlstra

Patches 1-2 are in preparation for patch 3.

Patch 3 adds sanity checking to prevent unsupported relocations in
alternatives.

Josh Poimboeuf (3):
  objtool: Fail the kernel build on fatal errors
  objtool: Add is_static_jump() helper
  objtool: Add relocation check for alternative sections

 tools/objtool/check.c | 48 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 39 insertions(+), 9 deletions(-)

Josh Poimboeuf (3):
  objtool: Fail the kernel build on fatal errors
  objtool: Add is_static_jump() helper
  objtool: Add relocation check for alternative sections

 tools/objtool/check.c | 48 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 39 insertions(+), 9 deletions(-)

-- 
2.21.1


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

end of thread, other threads:[~2020-02-20 19:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 18:32 [PATCH 0/3] objtool: Relocation sanity check for alternatives Josh Poimboeuf
2020-02-10 18:32 ` [PATCH 1/3] objtool: Fail the kernel build on fatal errors Josh Poimboeuf
2020-02-11  7:51   ` Julien Thierry
2020-02-11 12:47   ` [tip: core/objtool] " tip-bot2 for Josh Poimboeuf
2020-02-13 22:11     ` Josh Poimboeuf
2020-02-14  0:10       ` Thomas Gleixner
2020-02-14 17:57         ` Josh Poimboeuf
2020-02-19 22:43           ` Nick Desaulniers
2020-02-20  0:44             ` Philip Li
2020-02-20 19:09               ` Nick Desaulniers
2020-02-10 18:32 ` [PATCH 2/3] objtool: Add is_static_jump() helper Josh Poimboeuf
2020-02-11  7:52   ` Julien Thierry
2020-02-11 12:47   ` [tip: core/objtool] " tip-bot2 for Josh Poimboeuf
2020-02-10 18:32 ` [PATCH 3/3] objtool: Add relocation check for alternative sections Josh Poimboeuf
2020-02-11  1:51   ` Linus Torvalds
2020-02-11  8:47     ` Borislav Petkov
2020-02-11  8:16   ` Julien Thierry
2020-02-11 12:47   ` [tip: core/objtool] " tip-bot2 for Josh Poimboeuf

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).