Message ID | 20231116170119.1786378-1-suzuki.poulose@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] coresight: Fixes for v6.7-rc1 | expand |
Hi Greg On 16/11/2023 17:01, Suzuki K Poulose wrote: > Hi Greg > > Please find fixes for hwtracing/coresight subsystem, targetting Linux v6.7. > > Kindly pull > > Suzuki > > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-for-v6.7-rc1 > > for you to fetch changes up to 862c135bde8bc185e8aae2110374175e6a1b6ed5: > > coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base (2023-11-16 10:00:14 +0000) > > ---------------------------------------------------------------- > coresight: Fixes for v6.7-rc1 > > Here are a few fixes for the hwtracing subsystem targetting v6.7. > Includes: > - Ultrasoc-SMB driver fixes > - HiSilicon PTT driver fixes > - Corsight driver fixes > > Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Gentle ping. Kind regards Suzuki > > ---------------------------------------------------------------- > James Clark (1): > coresight: Fix crash when Perf and sysfs modes are used concurrently > > Junhao He (4): > hwtracing: hisi_ptt: Add dummy callback pmu::read() > coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb > coresight: ultrasoc-smb: Config SMB buffer before register sink > coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base > > Uwe Kleine-König (1): > coresight: etm4x: Remove bogous __exit annotation for some functions > > Vegard Nossum (1): > Documentation: coresight: fix `make refcheckdocs` warning > > Yicong Yang (2): > hwtracing: hisi_ptt: Handle the interrupt in hardirq context > hwtracing: hisi_ptt: Don't try to attach a task > > Documentation/trace/coresight/coresight.rst | 2 +- > drivers/hwtracing/coresight/coresight-etm-perf.c | 4 +- > drivers/hwtracing/coresight/coresight-etm4x-core.c | 6 +- > drivers/hwtracing/coresight/ultrasoc-smb.c | 64 +++++++++------------- > drivers/hwtracing/coresight/ultrasoc-smb.h | 6 +- > drivers/hwtracing/ptt/hisi_ptt.c | 14 ++++- > 6 files changed, 46 insertions(+), 50 deletions(-)
On Thu, Nov 16, 2023 at 05:01:19PM +0000, Suzuki K Poulose wrote: > Hi Greg > > Please find fixes for hwtracing/coresight subsystem, targetting Linux v6.7. Sorry for the delay, now pulled and pushed out. greg k-h
On 06/12/2023 03:14, Greg KH wrote: > On Thu, Nov 16, 2023 at 05:01:19PM +0000, Suzuki K Poulose wrote: >> Hi Greg >> >> Please find fixes for hwtracing/coresight subsystem, targetting Linux v6.7. > > Sorry for the delay, now pulled and pushed out. Thank you, Greg! Suzuki
Hi Greg Please find fixes for hwtracing/coresight subsystem, targetting Linux v6.7. Kindly pull Suzuki The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-for-v6.7-rc1 for you to fetch changes up to 862c135bde8bc185e8aae2110374175e6a1b6ed5: coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base (2023-11-16 10:00:14 +0000) ---------------------------------------------------------------- coresight: Fixes for v6.7-rc1 Here are a few fixes for the hwtracing subsystem targetting v6.7. Includes: - Ultrasoc-SMB driver fixes - HiSilicon PTT driver fixes - Corsight driver fixes Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> ---------------------------------------------------------------- James Clark (1): coresight: Fix crash when Perf and sysfs modes are used concurrently Junhao He (4): hwtracing: hisi_ptt: Add dummy callback pmu::read() coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb coresight: ultrasoc-smb: Config SMB buffer before register sink coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base Uwe Kleine-König (1): coresight: etm4x: Remove bogous __exit annotation for some functions Vegard Nossum (1): Documentation: coresight: fix `make refcheckdocs` warning Yicong Yang (2): hwtracing: hisi_ptt: Handle the interrupt in hardirq context hwtracing: hisi_ptt: Don't try to attach a task Documentation/trace/coresight/coresight.rst | 2 +- drivers/hwtracing/coresight/coresight-etm-perf.c | 4 +- drivers/hwtracing/coresight/coresight-etm4x-core.c | 6 +- drivers/hwtracing/coresight/ultrasoc-smb.c | 64 +++++++++------------- drivers/hwtracing/coresight/ultrasoc-smb.h | 6 +- drivers/hwtracing/ptt/hisi_ptt.c | 14 ++++- 6 files changed, 46 insertions(+), 50 deletions(-)