Re: [PATCH 36/38] tracing: Replace deprecated CPU-hotplug functions.

From: Daniel Bristot de Oliveira
Date: Tue Aug 03 2021 - 11:18:23 EST


On 8/3/21 4:16 PM, Sebastian Andrzej Siewior wrote:
> The functions get_online_cpus() and put_online_cpus() have been
> deprecated during the CPU hotplug rework. They map directly to
> cpus_read_lock() and cpus_read_unlock().
>
> Replace deprecated CPU-hotplug functions with the official version.
> The behavior remains unchanged.
>
> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

osnoise/timerlat/hwlat tested and it looks good to me.

Acked-by: Daniel Bristot de Oliveira <bristot@xxxxxxxxxx>

Thanks
-- Daniel