2022-10-20 22:14:48

by Suzuki K Poulose

[permalink] [raw]
Subject: [GIT PULL v2] coresight: Fixes for v6.1

Hi Greg,

Please find a couple of fixes for coresight subsystem. I have addressed
your comments from the previous post :
- Removed 2 patches that were not really critical for v6.1
- Fixes tag is added
- Fixed git repo URL.

Please pull.

Thanks
Suzuki

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 665c157e0204176023860b51a46528ba0ba62c33:

coresight: cti: Fix hang in cti_disable_hw() (2022-10-20 22:34:23 +0100)

----------------------------------------------------------------
coresight: Fixes for v6.1

Fixes for coresight drivers for v6.1

- Fix possible deadlock CTI mutexes (LOCKDEP)
- Fix hang in CTI with runtime power management

Signed-off-by: Suzuki K Poulose <[email protected]>

----------------------------------------------------------------
James Clark (1):
coresight: cti: Fix hang in cti_disable_hw()

Sudeep Holla (1):
coresight: Fix possible deadlock with lock dependency

drivers/hwtracing/coresight/coresight-core.c | 7 ++++---
drivers/hwtracing/coresight/coresight-cti-core.c | 8 +++-----
2 files changed, 7 insertions(+), 8 deletions(-)


2022-10-22 11:25:49

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL v2] coresight: Fixes for v6.1

On Thu, Oct 20, 2022 at 10:48:32PM +0100, Suzuki K Poulose wrote:
> Hi Greg,
>
> Please find a couple of fixes for coresight subsystem. I have addressed
> your comments from the previous post :
> - Removed 2 patches that were not really critical for v6.1
> - Fixes tag is added
> - Fixed git repo URL.
>
> Please pull.
>
> Thanks
> Suzuki
>
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>
> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.1-1

Much better, thanks.

Now pulled and pushed out.

greg k-h