Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734614

[PATCH v2 0/8] x86/asm: Add unwind hint annotations to head code

From Josh Poimboeuf <jpoimboe@redhat.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/8] x86/asm: Add unwind hint annotations to head code
Date 2017-09-19 04:50 +0200
Message-ID <urgLL-6I2-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


v2:
- Add missing include in xen patch 7/8

Add some annotations to allow objtool to understand the head code.
Among other things, this allows the ORC unwinder to completely unwind an
idle task.

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      | 11 ++++++++---
 tools/objtool/check.c        |  7 +++++--
 5 files changed, 30 insertions(+), 19 deletions(-)

-- 
2.13.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/8] x86/asm: Add unwind hint annotations to head code Josh Poimboeuf <jpoimboe@redhat.com> - 2017-09-19 04:50 +0200
  [PATCH v2 8/8] x86/head: Add unwind hint annotations Josh Poimboeuf <jpoimboe@redhat.com> - 2017-09-19 04:50 +0200
  [PATCH v2 2/8] x86/head: Remove confusing comment Josh Poimboeuf <jpoimboe@redhat.com> - 2017-09-19 04:50 +0200
  [PATCH v2 3/8] x86/head: Remove unused 'bad_address' code Josh Poimboeuf <jpoimboe@redhat.com> - 2017-09-19 04:50 +0200

csiph-web