Re: [PATCH] ftrace: Fix use-after-free for dynamic ftrace_ops

From: Steven Rostedt
Date: Wed Nov 02 2022 - 19:59:50 EST


On Tue, 1 Nov 2022 23:07:16 +0900
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> wrote:

> But I'm not sure what commit this is fixed. Maybe commit a4c35ed24112
> ("ftrace: Fix synchronization location disabling and freeing ftrace_ops").
> Steve, can you add Fixed: ?

I would associate it to:

Fixes: edb096e00724f ("ftrace: Fix memleak when unregistering dynamic ops when tracing disabled")

-- Steve