* [GIT PULL] coresight: Updates for Linux v6.12
@ 2024-08-27 19:26 Suzuki K Poulose
2024-09-03 10:07 ` Greg KH
2024-09-03 10:36 ` Suzuki K Poulose
0 siblings, 2 replies; 6+ messages in thread
From: Suzuki K Poulose @ 2024-08-27 19:26 UTC (permalink / raw)
To: gregkh
Cc: coresight, james.clark, mike.leach, linux-arm-kernel,
Suzuki K Poulose
Greg,
Please find the updates for CoreSight/hwtracing subsystem for v6.12.
Kindly pull
Suzuki
The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.12
for you to fetch changes up to 988d40a4d4e7d671305bea501562a5d1a1d479fa:
coresight: Make trace ID map spinlock local to the map (2024-08-20 15:02:38 +0100)
----------------------------------------------------------------
coresight: updates for Linux v6.12
CoreSight/hwtracing subsystem updates targeting Linux v6.12:
- Miscellaneous fixes and cleanups
- TraceID allocation per sink, allowing system with > 110 cores for
perf tracing.
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
----------------------------------------------------------------
James Clark (9):
coresight: Remove unused ETM Perf stubs
coresight: Clarify comments around the PID of the sink owner
coresight: Move struct coresight_trace_id_map to common header
coresight: Expose map arguments in trace ID API
coresight: Make CPU id map a property of a trace ID map
coresight: Use per-sink trace ID maps for Perf sessions
coresight: Remove pending trace ID release mechanism
coresight: Emit sink ID in the HW_ID packets
coresight: Make trace ID map spinlock local to the map
Javier Carrasco (1):
coresight: cti: use device_* to iterate over device child nodes
Jie Gan (2):
Coresight: Set correct cs_mode for TPDM to fix disable issue
Coresight: Set correct cs_mode for dummy source to fix disable issue
Suzuki K Poulose (1):
coresight: tmc: sg: Do not leak sg_table
drivers/hwtracing/coresight/coresight-core.c | 37 ++++--
.../hwtracing/coresight/coresight-cti-platform.c | 10 +-
drivers/hwtracing/coresight/coresight-dummy.c | 7 +-
drivers/hwtracing/coresight/coresight-etm-perf.c | 43 ++++---
drivers/hwtracing/coresight/coresight-etm-perf.h | 18 ---
drivers/hwtracing/coresight/coresight-etm3x-core.c | 9 +-
drivers/hwtracing/coresight/coresight-etm4x-core.c | 9 +-
drivers/hwtracing/coresight/coresight-priv.h | 1 +
drivers/hwtracing/coresight/coresight-stm.c | 3 +-
drivers/hwtracing/coresight/coresight-sysfs.c | 3 +-
drivers/hwtracing/coresight/coresight-tmc-etr.c | 7 +-
drivers/hwtracing/coresight/coresight-tmc.h | 5 +-
drivers/hwtracing/coresight/coresight-tpdm.c | 9 +-
drivers/hwtracing/coresight/coresight-trace-id.c | 138 +++++++++------------
drivers/hwtracing/coresight/coresight-trace-id.h | 70 +++++------
include/linux/coresight-pmu.h | 17 ++-
include/linux/coresight.h | 21 +++-
17 files changed, 219 insertions(+), 188 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] coresight: Updates for Linux v6.12
2024-08-27 19:26 [GIT PULL] coresight: Updates for Linux v6.12 Suzuki K Poulose
@ 2024-09-03 10:07 ` Greg KH
2024-09-03 10:46 ` Suzuki K Poulose
2024-09-03 10:36 ` Suzuki K Poulose
1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2024-09-03 10:07 UTC (permalink / raw)
To: Suzuki K Poulose; +Cc: coresight, james.clark, mike.leach, linux-arm-kernel
On Tue, Aug 27, 2024 at 08:26:44PM +0100, Suzuki K Poulose wrote:
>
> Greg,
>
> Please find the updates for CoreSight/hwtracing subsystem for v6.12.
>
> Kindly pull
>
> Suzuki
>
>
>
> The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
>
> Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.12
>
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] coresight: Updates for Linux v6.12
2024-08-27 19:26 [GIT PULL] coresight: Updates for Linux v6.12 Suzuki K Poulose
2024-09-03 10:07 ` Greg KH
@ 2024-09-03 10:36 ` Suzuki K Poulose
2024-09-03 10:41 ` Greg KH
1 sibling, 1 reply; 6+ messages in thread
From: Suzuki K Poulose @ 2024-09-03 10:36 UTC (permalink / raw)
To: gregkh; +Cc: coresight, james.clark, mike.leach, linux-arm-kernel
Hi Greg,
On 27/08/2024 20:26, Suzuki K Poulose wrote:
>
> Greg,
>
> Please find the updates for CoreSight/hwtracing subsystem for v6.12.
Gentle ping, in case this was missed out.
Suzuki
>
> Kindly pull
>
> Suzuki
>
>
>
> The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
>
> Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.12
>
> for you to fetch changes up to 988d40a4d4e7d671305bea501562a5d1a1d479fa:
>
> coresight: Make trace ID map spinlock local to the map (2024-08-20 15:02:38 +0100)
>
> ----------------------------------------------------------------
> coresight: updates for Linux v6.12
>
> CoreSight/hwtracing subsystem updates targeting Linux v6.12:
> - Miscellaneous fixes and cleanups
> - TraceID allocation per sink, allowing system with > 110 cores for
> perf tracing.
>
> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
>
> ----------------------------------------------------------------
> James Clark (9):
> coresight: Remove unused ETM Perf stubs
> coresight: Clarify comments around the PID of the sink owner
> coresight: Move struct coresight_trace_id_map to common header
> coresight: Expose map arguments in trace ID API
> coresight: Make CPU id map a property of a trace ID map
> coresight: Use per-sink trace ID maps for Perf sessions
> coresight: Remove pending trace ID release mechanism
> coresight: Emit sink ID in the HW_ID packets
> coresight: Make trace ID map spinlock local to the map
>
> Javier Carrasco (1):
> coresight: cti: use device_* to iterate over device child nodes
>
> Jie Gan (2):
> Coresight: Set correct cs_mode for TPDM to fix disable issue
> Coresight: Set correct cs_mode for dummy source to fix disable issue
>
> Suzuki K Poulose (1):
> coresight: tmc: sg: Do not leak sg_table
>
> drivers/hwtracing/coresight/coresight-core.c | 37 ++++--
> .../hwtracing/coresight/coresight-cti-platform.c | 10 +-
> drivers/hwtracing/coresight/coresight-dummy.c | 7 +-
> drivers/hwtracing/coresight/coresight-etm-perf.c | 43 ++++---
> drivers/hwtracing/coresight/coresight-etm-perf.h | 18 ---
> drivers/hwtracing/coresight/coresight-etm3x-core.c | 9 +-
> drivers/hwtracing/coresight/coresight-etm4x-core.c | 9 +-
> drivers/hwtracing/coresight/coresight-priv.h | 1 +
> drivers/hwtracing/coresight/coresight-stm.c | 3 +-
> drivers/hwtracing/coresight/coresight-sysfs.c | 3 +-
> drivers/hwtracing/coresight/coresight-tmc-etr.c | 7 +-
> drivers/hwtracing/coresight/coresight-tmc.h | 5 +-
> drivers/hwtracing/coresight/coresight-tpdm.c | 9 +-
> drivers/hwtracing/coresight/coresight-trace-id.c | 138 +++++++++------------
> drivers/hwtracing/coresight/coresight-trace-id.h | 70 +++++------
> include/linux/coresight-pmu.h | 17 ++-
> include/linux/coresight.h | 21 +++-
> 17 files changed, 219 insertions(+), 188 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] coresight: Updates for Linux v6.12
2024-09-03 10:36 ` Suzuki K Poulose
@ 2024-09-03 10:41 ` Greg KH
2024-09-03 11:17 ` Suzuki K Poulose
0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2024-09-03 10:41 UTC (permalink / raw)
To: Suzuki K Poulose; +Cc: coresight, james.clark, mike.leach, linux-arm-kernel
On Tue, Sep 03, 2024 at 11:36:03AM +0100, Suzuki K Poulose wrote:
> Hi Greg,
>
> On 27/08/2024 20:26, Suzuki K Poulose wrote:
> >
> > Greg,
> >
> > Please find the updates for CoreSight/hwtracing subsystem for v6.12.
>
> Gentle ping, in case this was missed out.
I just pulled this, right?
thanks,
greg "drowning in patches" k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] coresight: Updates for Linux v6.12
2024-09-03 10:07 ` Greg KH
@ 2024-09-03 10:46 ` Suzuki K Poulose
0 siblings, 0 replies; 6+ messages in thread
From: Suzuki K Poulose @ 2024-09-03 10:46 UTC (permalink / raw)
To: Greg KH; +Cc: coresight, james.clark, mike.leach, linux-arm-kernel
On 03/09/2024 11:07, Greg KH wrote:
> On Tue, Aug 27, 2024 at 08:26:44PM +0100, Suzuki K Poulose wrote:
>>
>> Greg,
>>
>> Please find the updates for CoreSight/hwtracing subsystem for v6.12.
>>
>> Kindly pull
>>
>> Suzuki
>>
>>
>>
>> The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
>>
>> Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
>>
>> are available in the Git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.12
>>
>
> Pulled and pushed out, thanks.
>
Thanks Greg !
Suzuki
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] coresight: Updates for Linux v6.12
2024-09-03 10:41 ` Greg KH
@ 2024-09-03 11:17 ` Suzuki K Poulose
0 siblings, 0 replies; 6+ messages in thread
From: Suzuki K Poulose @ 2024-09-03 11:17 UTC (permalink / raw)
To: Greg KH; +Cc: coresight, james.clark, mike.leach, linux-arm-kernel
On 03/09/2024 11:41, Greg KH wrote:
> On Tue, Sep 03, 2024 at 11:36:03AM +0100, Suzuki K Poulose wrote:
>> Hi Greg,
>>
>> On 27/08/2024 20:26, Suzuki K Poulose wrote:
>>>
>>> Greg,
>>>
>>> Please find the updates for CoreSight/hwtracing subsystem for v6.12.
>>
>> Gentle ping, in case this was missed out.
>
> I just pulled this, right?
Indeed you did, thanks !
Suzuki "beaten by Greg" ;-)
>
> thanks,
>
> greg "drowning in patches" k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-03 11:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 19:26 [GIT PULL] coresight: Updates for Linux v6.12 Suzuki K Poulose
2024-09-03 10:07 ` Greg KH
2024-09-03 10:46 ` Suzuki K Poulose
2024-09-03 10:36 ` Suzuki K Poulose
2024-09-03 10:41 ` Greg KH
2024-09-03 11:17 ` 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