Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600776

Re: [2/2] coresight: Fix reference count for software sources

From Suzuki K Poulose <Suzuki.Poulose@arm.com>
Newsgroups linux.kernel
Subject Re: [2/2] coresight: Fix reference count for software sources
Date 2017-03-14 19:00 +0100
Message-ID <tkYTL-3Be-5@gated-at.bofh.it> (permalink)
References <tj8ky-76H-31@gated-at.bofh.it> <tkYK5-3xL-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 14/03/17 17:40, Mathieu Poirier wrote:
> On 14 March 2017 at 11:32, Mathieu Poirier <mathieu.poirier@linaro.org> wrote:
>> From: "Suzuki K. Poulose" <Suzuki.Poulose@arm.com>
>>
>> For software sources (i.e STM), there could be multiple agents
>> generating the trace data, unlike the ETMs. So we need to
>> properly do the accounting for the active number of users
>> to disable the device when the last user goes away. Right
>> now, the reference counting is broken for sources as we skip
>> the actions when we detect that the source is enabled.
>>
>> This patch fixes the problem by adding the refcounting for
>> software sources, even when they are enabled.
>>
>> Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
>> Reported-by: Robert Walker <robert.walker@arm.com>
>> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
>> ---
>>  drivers/hwtracing/coresight/coresight.c | 13 +++++++++++--
>>  1 file changed, 11 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/hwtracing/coresight/coresight.c b/drivers/hwtracing/coresight/coresight.c
>> index 34cd1ed..2da9e39 100644
>> --- a/drivers/hwtracing/coresight/coresight.c
>> +++ b/drivers/hwtracing/coresight/coresight.c
>> @@ -552,6 +552,7 @@ int coresight_enable(struct coresight_device *csdev)
>>         int cpu, ret = 0;
>>         struct coresight_device *sink;
>>         struct list_head *path;
>> +       enum coresight_dev_subtype_source subtype = csdev->subtype.source_subtype;
>
> Checkpatch.pl complains about a line over 80 characters.


Hmm, I think the name of the enum is unusually long. I could clean it up a little bit.
Also, it does look silly to split a simple variable assignment though.

What do you prefer ?

Suzuki

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [2/2] coresight: Fix reference count for software sources Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-03-14 18:50 +0100
  Re: [2/2] coresight: Fix reference count for software sources Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2017-03-14 19:00 +0100
    Re: [2/2] coresight: Fix reference count for software sources Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-03-14 20:40 +0100
  Re: [2/2] coresight: Fix reference count for software sources Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2017-03-14 19:10 +0100
    Re: [2/2] coresight: Fix reference count for software sources Chunyan Zhang <zhang.chunyan@linaro.org> - 2017-03-15 05:00 +0100
      Re: [2/2] coresight: Fix reference count for software sources Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2017-03-15 17:10 +0100
        Re: [2/2] coresight: Fix reference count for software sources Chunyan Zhang <zhang.chunyan@linaro.org> - 2017-03-16 13:20 +0100
          Re: [2/2] coresight: Fix reference count for software sources Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2017-03-17 11:50 +0100

csiph-web