Re: [PATCH v2 1/2] kprobes: Prohibit probing on CFI preamble symbol

From: Steven Rostedt
Date: Fri Jul 28 2023 - 18:55:44 EST


On Tue, 11 Jul 2023 10:50:47 +0900
"Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx> wrote:

> From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
>
> Do not allow to probe on "__cfi_" or "__pfx_" started symbol, because those
> are used for CFI and not executed. Probing it will break the CFI.
>
> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>

Reviewed-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

-- Steve

> ---
> Changes in v2:
> - Check "__pfx_" prefix functions too.
> - Make the check unconditional.
> ---
> kernel/kprobes.c | 14 +++++++++++++-
> 1 file changed, 13 insertions(+), 1 deletion(-)
>