[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1519002843.git.jpoimboe@redhat.com>
Date: Sun, 18 Feb 2018 19:17:18 -0600
From: Josh Poimboeuf <jpoimboe@...hat.com>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org, Steven Rostedt <rostedt@...dmis.org>,
Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Peter Zijlstra <peterz@...radead.org>,
Jason Baron <jbaron@...mai.com>, Borislav Petkov <bp@...e.de>
Subject: [PATCH v3 0/3] jump_label: Robustify jump label patching
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
Powered by blists - more mailing lists