All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] jump_label: Robustify jump label patching
@ 2018-02-19  1:17 Josh Poimboeuf
  2018-02-19  1:17 ` [PATCH v3 1/3] jump_label: Explicitly disable jump labels in __init code Josh Poimboeuf
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Josh Poimboeuf @ 2018-02-19  1:17 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, Steven Rostedt, Ingo Molnar, Thomas Gleixner,
	Linus Torvalds, Peter Zijlstra, Jason Baron, Borislav Petkov

v3:
- Make init_kernel_text() global
- Use braces in multi-line 'for' statements

v2:
- Refine the warning so that it doesn't warn about __init entries
- (Do so by explicitly disabling __init entries)
- Drop v1 patches which removed __init tracepoints

Josh Poimboeuf (3):
  jump_label: Explicitly disable jump labels in __init code
  jump_label: Warn on failed jump_label patch
  extable: Make init_kernel_text() global

 arch/x86/kernel/unwind_orc.c |  3 +--
 include/linux/jump_label.h   |  3 +++
 include/linux/kernel.h       |  1 +
 init/main.c                  |  2 ++
 kernel/extable.c             |  2 +-
 kernel/jump_label.c          | 27 ++++++++++++++++++++++-----
 6 files changed, 30 insertions(+), 8 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-02-19 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19  1:17 [PATCH v3 0/3] jump_label: Robustify jump label patching Josh Poimboeuf
2018-02-19  1:17 ` [PATCH v3 1/3] jump_label: Explicitly disable jump labels in __init code Josh Poimboeuf
2018-02-19 12:57   ` Josh Poimboeuf
2018-02-19  1:17 ` [PATCH v3 2/3] jump_label: Warn on failed jump_label patch Josh Poimboeuf
2018-02-19  1:17 ` [PATCH v3 3/3] extable: Make init_kernel_text() global Josh Poimboeuf

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.