public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] coresight: Fixes for v6.3
@ 2023-03-21 13:38 Suzuki K Poulose
  2023-03-21 16:21 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Suzuki K Poulose @ 2023-03-21 13:38 UTC (permalink / raw)
  To: gregkh
  Cc: linux-arm-kernel, coresight, mike.leach, james.clark,
	anshuman.khandual, leo.yan, scclevenger, Suzuki K Poulose

Greg,

Please find a couple of fixes for coresight self-hosted tracing for v6.3. Kindly
consider pulling.

Suzuki


The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.3

for you to fetch changes up to 735e7b30a53a1679c050cddb73f5e5316105d2e3:

  coresight: etm4x: Do not access TRCIDR1 for identification (2023-03-21 12:31:02 +0000)

----------------------------------------------------------------
coresight: Fixes for v6.3

Fixes for coresight subsystem includes:
 - Fix etm4_enable_hw to program all the address comparator pairs (instead of
   half of them)
 - Do not access TRCIDR1 register without OSLK cleared in etm4_probe for mmio
   access.

Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>

----------------------------------------------------------------
Steve Clevenger (1):
      coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug

Suzuki K Poulose (1):
      coresight: etm4x: Do not access TRCIDR1 for identification

 drivers/hwtracing/coresight/coresight-etm4x-core.c | 24 +++++++++-------------
 drivers/hwtracing/coresight/coresight-etm4x.h      | 20 ++++++------------
 2 files changed, 16 insertions(+), 28 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] coresight: Fixes for v6.3
  2023-03-21 13:38 [GIT PULL] coresight: Fixes for v6.3 Suzuki K Poulose
@ 2023-03-21 16:21 ` Greg KH
  2023-04-05 10:16   ` Suzuki K Poulose
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2023-03-21 16:21 UTC (permalink / raw)
  To: Suzuki K Poulose
  Cc: linux-arm-kernel, coresight, mike.leach, james.clark,
	anshuman.khandual, leo.yan, scclevenger

On Tue, Mar 21, 2023 at 01:38:52PM +0000, Suzuki K Poulose wrote:
> Greg,
> 
> Please find a couple of fixes for coresight self-hosted tracing for v6.3. Kindly
> consider pulling.
> 
> Suzuki
> 
> 
> The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
> 
>   Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.3

Pulled and pushed out, thanks.

greg k-h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] coresight: Fixes for v6.3
  2023-03-21 16:21 ` Greg KH
@ 2023-04-05 10:16   ` Suzuki K Poulose
  2023-04-05 10:31     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Suzuki K Poulose @ 2023-04-05 10:16 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-arm-kernel, coresight, mike.leach, james.clark,
	anshuman.khandual, leo.yan, scclevenger

Hi Greg,

On 21/03/2023 16:21, Greg KH wrote:
> On Tue, Mar 21, 2023 at 01:38:52PM +0000, Suzuki K Poulose wrote:
>> Greg,
>>
>> Please find a couple of fixes for coresight self-hosted tracing for v6.3. Kindly
>> consider pulling.
>>
>> Suzuki
>>
>>
>> The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
>>
>>    Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
>>
>> are available in the Git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.3

> 
> Pulled and pushed out, thanks.

Just wondering, why this hasn't shown up on linus' tree yet ? Do you 
plan to send it for rc6 ?

Suzuki



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] coresight: Fixes for v6.3
  2023-04-05 10:16   ` Suzuki K Poulose
@ 2023-04-05 10:31     ` Greg KH
  2023-04-05 10:32       ` Suzuki K Poulose
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2023-04-05 10:31 UTC (permalink / raw)
  To: Suzuki K Poulose
  Cc: linux-arm-kernel, coresight, mike.leach, james.clark,
	anshuman.khandual, leo.yan, scclevenger

On Wed, Apr 05, 2023 at 11:16:17AM +0100, Suzuki K Poulose wrote:
> Hi Greg,
> 
> On 21/03/2023 16:21, Greg KH wrote:
> > On Tue, Mar 21, 2023 at 01:38:52PM +0000, Suzuki K Poulose wrote:
> > > Greg,
> > > 
> > > Please find a couple of fixes for coresight self-hosted tracing for v6.3. Kindly
> > > consider pulling.
> > > 
> > > Suzuki
> > > 
> > > 
> > > The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
> > > 
> > >    Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >    git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.3
> 
> > 
> > Pulled and pushed out, thanks.
> 
> Just wondering, why this hasn't shown up on linus' tree yet ? Do you plan to
> send it for rc6 ?

Yes.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] coresight: Fixes for v6.3
  2023-04-05 10:31     ` Greg KH
@ 2023-04-05 10:32       ` Suzuki K Poulose
  0 siblings, 0 replies; 5+ messages in thread
From: Suzuki K Poulose @ 2023-04-05 10:32 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-arm-kernel, coresight, mike.leach, james.clark,
	anshuman.khandual, leo.yan, scclevenger

On 05/04/2023 11:31, Greg KH wrote:
> On Wed, Apr 05, 2023 at 11:16:17AM +0100, Suzuki K Poulose wrote:
>> Hi Greg,
>>
>> On 21/03/2023 16:21, Greg KH wrote:
>>> On Tue, Mar 21, 2023 at 01:38:52PM +0000, Suzuki K Poulose wrote:
>>>> Greg,
>>>>
>>>> Please find a couple of fixes for coresight self-hosted tracing for v6.3. Kindly
>>>> consider pulling.
>>>>
>>>> Suzuki
>>>>
>>>>
>>>> The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
>>>>
>>>>     Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
>>>>
>>>> are available in the Git repository at:
>>>>
>>>>     git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.3
>>
>>>
>>> Pulled and pushed out, thanks.
>>
>> Just wondering, why this hasn't shown up on linus' tree yet ? Do you plan to
>> send it for rc6 ?
> 
> Yes.


Thanks! I will wait for that, before I queue the patches for the next cycle.

Suzuki


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-05 10:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 13:38 [GIT PULL] coresight: Fixes for v6.3 Suzuki K Poulose
2023-03-21 16:21 ` Greg KH
2023-04-05 10:16   ` Suzuki K Poulose
2023-04-05 10:31     ` Greg KH
2023-04-05 10:32       ` Suzuki K Poulose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox