Re: [PATCH v3 1/4] coresight: tmc-etr: Do not call smp_processor_id() from preemptible

From: Suzuki K Poulose
Date: Thu Jun 06 2019 - 09:03:59 EST




On 03/06/2019 20:29, Mathieu Poirier wrote:
On Thu, May 30, 2019 at 05:54:24PM +0100, Suzuki K Poulose wrote:
Instead of using smp_processor_id() to figure out the node,
use the numa_node_id() for the current CPU node to avoid
splats like :

I was in the process of applying this set when I noticed the changelogs are
still referring to numa_node_id(), which is not part of the solution anymore.
Please address in all 4 patches.


Sorry about the last minute messup. I will resend it.

Cheers
Suzuki