Re: [PATCH] fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
From: Steven Rostedt
Date: Mon Oct 21 2024 - 23:36:10 EST
On Mon, 21 Oct 2024 14:58:10 +0900
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> wrote:
> > + if (!fgraph_initialized) {
> > + ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "fgraph_idle_init",
>
> Nit: Maybe it is better to call it as "tracing/fgraph:online" ?
Ah this already went upstream. But yeah, I can rename it for the merge
window.
-- Steve