Hi Greg
Please find a couple of fixes for v6.4 for the coresight self-hosted tracing subsystem.
Kindly pull.
Suzuki
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.4
for you to fetch changes up to 04ac7f98b92181179ea84439642493f3826d04a2:
coresight: perf: Release Coresight path when alloc trace id failed (2023-05-11 11:18:21 +0100)
---------------------------------------------------------------- coresight: Fixes for v6.4
Couple of fixes for coresight self-hosted tracing subsystem for v6.4. These include : - Fix signedness bug in tmc_etr_buf_insert_barrier_packet() - Fix memory leak with failing to release the path if trace-id allocation fails
Signed-off-by: Suzuki K Poulose suzuki.poulose@arm.com
---------------------------------------------------------------- Dan Carpenter (1): coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
Ruidong Tian (1): coresight: perf: Release Coresight path when alloc trace id failed
drivers/hwtracing/coresight/coresight-etm-perf.c | 1 + drivers/hwtracing/coresight/coresight-tmc-etr.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)