public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] objtool,x86: Verify poke_int3_handler() is self contained
@ 2020-07-27 10:40 peterz
  2020-07-27 11:21 ` Ingo Molnar
  2020-07-27 20:56 ` Thomas Gleixner
  0 siblings, 2 replies; 6+ messages in thread
From: peterz @ 2020-07-27 10:40 UTC (permalink / raw)
  To: Josh Poimboeuf, Thomas Gleixner; +Cc: x86, linux-kernel, mbenes


Abuse the SMAP rules to ensure poke_int3_handler() doesn't call out to
anything.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
---
 tools/objtool/check.c |    8 ++++++++
 1 file changed, 8 insertions(+)

--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -551,6 +551,14 @@ static const char *uaccess_safe_builtin[
 	"__memcpy_mcsafe",
 	"mcsafe_handle_tail",
 	"ftrace_likely_update", /* CONFIG_TRACE_BRANCH_PROFILING */
+	/*
+	 * Abuse alert!
+	 *
+	 * poke_int3_handler() is not in fact related to uaccess at all, we
+	 * abuse the uaccess rules to ensure poke_int3_handler() is self
+	 * contained and doesn't CALL out to other code.
+	 */
+	"poke_int3_handler",
 	NULL
 };
 

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

end of thread, other threads:[~2020-07-28  8:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-27 10:40 [PATCH] objtool,x86: Verify poke_int3_handler() is self contained peterz
2020-07-27 11:21 ` Ingo Molnar
2020-07-27 12:50   ` peterz
2020-07-27 13:11     ` Ingo Molnar
2020-07-27 20:56 ` Thomas Gleixner
2020-07-28  8:34   ` peterz

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