mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/8] x86/asm: Add unwind hint annotations to head code
@ 2017-08-31 20:23 Josh Poimboeuf
  2017-08-31 20:23 ` [PATCH 1/8] objtool: Don't report end of section error after an empty unwind hint Josh Poimboeuf
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Josh Poimboeuf @ 2017-08-31 20:23 UTC (permalink / raw)
  To: x86; +Cc: Jiri Slaby, linux-kernel, Andy Lutomirski

Add some annotations to allow objtool to understand the head code.

Also do a few cleanups while I'm there.

Josh Poimboeuf (8):
  objtool: Don't report end of section error after an empty unwind hint
  x86/head: Remove confusing comment
  x86/head: Remove unused 'bad_address' code
  x86/head: Fix head ELF function annotations
  x86/boot: Annotate verify_cpu() as a callable function
  x86/xen: Fix xen head ELF annotations
  x86/xen: Add unwind hint annotations
  x86/head: Add unwind hint annotations

 arch/x86/kernel/Makefile     |  1 -
 arch/x86/kernel/head_64.S    | 27 +++++++++++++++------------
 arch/x86/kernel/verify_cpu.S |  3 ++-
 arch/x86/xen/xen-head.S      | 10 +++++++---
 tools/objtool/check.c        |  7 +++++--
 5 files changed, 29 insertions(+), 19 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2017-09-12 15:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-31 20:23 [PATCH 0/8] x86/asm: Add unwind hint annotations to head code Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 1/8] objtool: Don't report end of section error after an empty unwind hint Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 2/8] x86/head: Remove confusing comment Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 3/8] x86/head: Remove unused 'bad_address' code Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 4/8] x86/head: Fix head ELF function annotations Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 5/8] x86/boot: Annotate verify_cpu() as a callable function Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 6/8] x86/xen: Fix xen head ELF annotations Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 7/8] x86/xen: Add unwind hint annotations Josh Poimboeuf
2017-09-12 12:56   ` Jiri Slaby
2017-09-12 15:39     ` Josh Poimboeuf
2017-08-31 20:23 ` [PATCH 8/8] x86/head: " Josh Poimboeuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome