Re: [PATCH 9/9] tracing: Switch to kvfree_rcu() API

From: Steven Rostedt
Date: Wed Nov 24 2021 - 10:00:29 EST


On Wed, 24 Nov 2021 12:03:08 +0100
"Uladzislau Rezki (Sony)" <urezki@xxxxxxxxx> wrote:

> Instead of invoking a synchronize_rcu() to free a pointer
> after a grace period we can directly make use of new API
> that does the same but in more efficient way.
>
> CC: Steven Rostedt <rostedt@xxxxxxxxxxx>
> Signed-off-by: Uladzislau Rezki (Sony) <urezki@xxxxxxxxx>
> ---

Replying to the correct patch this time.

Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

-- Steve