Re: [PATCH v4 17/19] coresight: core: Add support for dedicated percpu sinks

2021-03-22 Thread Suzuki K Poulose
Hi Mike On 08/03/2021 17:26, Mike Leach wrote: Hi, On Thu, 25 Feb 2021 at 19:36, Suzuki K Poulose wrote: From: Anshuman Khandual Add support for dedicated sinks that are bound to individual CPUs. (e.g, TRBE). To allow quicker access to the sink for a given CPU bound source, keep a percpu

Re: [PATCH v4 17/19] coresight: core: Add support for dedicated percpu sinks

2021-03-17 Thread Mathieu Poirier
On Thu, Feb 25, 2021 at 07:35:41PM +, Suzuki K Poulose wrote: > From: Anshuman Khandual > > Add support for dedicated sinks that are bound to individual CPUs. (e.g, > TRBE). To allow quicker access to the sink for a given CPU bound source, > keep a percpu array of the sink devices. Also, add

Re: [PATCH v4 17/19] coresight: core: Add support for dedicated percpu sinks

2021-03-08 Thread Mike Leach
Hi, On Thu, 25 Feb 2021 at 19:36, Suzuki K Poulose wrote: > > From: Anshuman Khandual > > Add support for dedicated sinks that are bound to individual CPUs. (e.g, > TRBE). To allow quicker access to the sink for a given CPU bound source, > keep a percpu array of the sink devices. Also, add

Re: [PATCH v4 17/19] coresight: core: Add support for dedicated percpu sinks

2021-03-02 Thread Anshuman Khandual
On 3/1/21 7:24 PM, Suzuki K Poulose wrote: > On 2/26/21 6:34 AM, kernel test robot wrote: >> Hi Suzuki, >> >> Thank you for the patch! Yet something to improve: >> >> [auto build test ERROR on linus/master] >> [also build test ERROR on next-20210226] >> [cannot apply to kvmarm/next

Re: [PATCH v4 17/19] coresight: core: Add support for dedicated percpu sinks

2021-03-01 Thread Suzuki K Poulose
On 2/26/21 6:34 AM, kernel test robot wrote: Hi Suzuki, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on next-20210226] [cannot apply to kvmarm/next arm64/for-next/core tip/perf/core v5.11] [If your patch is applied to the

Re: [PATCH v4 17/19] coresight: core: Add support for dedicated percpu sinks

2021-02-25 Thread kernel test robot
Hi Suzuki, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on next-20210226] [cannot apply to kvmarm/next arm64/for-next/core tip/perf/core v5.11] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

[PATCH v4 17/19] coresight: core: Add support for dedicated percpu sinks

2021-02-25 Thread Suzuki K Poulose
From: Anshuman Khandual Add support for dedicated sinks that are bound to individual CPUs. (e.g, TRBE). To allow quicker access to the sink for a given CPU bound source, keep a percpu array of the sink devices. Also, add support for building a path to the CPU local sink from the ETM. This adds