mbox series

[GIT,PULL,v2] coresight: updates for v6.2

Message ID 20221128190342.2418027-1-suzuki.poulose@arm.com
State New
Headers show
Series [GIT,PULL,v2] coresight: updates for v6.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.2

Message

Suzuki K Poulose Nov. 28, 2022, 7:03 p.m. UTC
Hi Greg,

Please find the updated pull request with coresight updates to v6.2.
Kindly consider pulling.

Changes:
 - Fix empty lines around "Fixes" tag in the CTI Fix.

Thanks
Suzuki



The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

  Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.2

for you to fetch changes up to c767c34740132ffc478226864a7461493cdc2413:

  coresight: etm4x: fix repeated words in comments (2022-11-28 18:29:53 +0000)

----------------------------------------------------------------
coresight: Update for v6.2

CoreSight updatesfor v6.2 includes :

 - Support for ETMv4 probing on hotplugged CPUs
 - Fix TRBE driver for cpuhp state refcounting
 - Fix CTI driver NULL pointer dereferencing
 - Fix comment for repeated word

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

----------------------------------------------------------------
Jilin Yuan (1):
      coresight: etm4x: fix repeated words in comments

Mike Leach (1):
      coresight: cti: Fix null pointer error on CTI init before ETM

Tamas Zsoldos (1):
      coresight: etm4x: add CPU hotplug support for probing

Yang Shen (1):
      coresight: trbe: remove cpuhp instance node before remove cpuhp state

 drivers/hwtracing/coresight/coresight-cti-core.c   |   2 +-
 drivers/hwtracing/coresight/coresight-etm4x-core.c | 155 +++++++++++++++------
 drivers/hwtracing/coresight/coresight-trbe.c       |   1 +
 3 files changed, 116 insertions(+), 42 deletions(-)

Comments

Greg Kroah-Hartman Nov. 29, 2022, 12:23 p.m. UTC | #1
On Mon, Nov 28, 2022 at 07:03:42PM +0000, Suzuki K Poulose wrote:
> Hi Greg,
> 
> Please find the updated pull request with coresight updates to v6.2.
> Kindly consider pulling.
> 
> Changes:
>  - Fix empty lines around "Fixes" tag in the CTI Fix.
> 
> Thanks
> Suzuki
> 
> 
> 
> The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:
> 
>   Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.2

Pulled and pushed out, thanks.

greg k-h