All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] coresight: updates for v6.2
@ 2022-11-28 15:17 Suzuki K Poulose
  2022-11-28 18:17 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Suzuki K Poulose @ 2022-11-28 15:17 UTC (permalink / raw)
  To: gregkh
  Cc: coresight, mike.leach, mathieu.poirier, james.clark, leo.yan,
	linux-arm-kernel, Suzuki K Poulose

Hi Greg,

Please find the coresight updates for Linux v6.2. Kindly consider pulling.

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 4ce71fdc8325936fd0d9ee819b8b18e1fc09bb2e:

  coresight: etm4x: fix repeated words in comments (2022-11-28 14:56:50 +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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] coresight: updates for v6.2
  2022-11-28 15:17 [GIT PULL] coresight: updates for v6.2 Suzuki K Poulose
@ 2022-11-28 18:17 ` Greg KH
  2022-11-28 18:29   ` Suzuki K Poulose
  2022-11-28 19:03   ` [GIT PULL v2] " Suzuki K Poulose
  0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2022-11-28 18:17 UTC (permalink / raw)
  To: Suzuki K Poulose
  Cc: coresight, mike.leach, mathieu.poirier, james.clark, leo.yan,
	linux-arm-kernel

On Mon, Nov 28, 2022 at 03:17:35PM +0000, Suzuki K Poulose wrote:
> Hi Greg,
> 
> Please find the coresight updates for Linux v6.2. Kindly consider pulling.
> 
> 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

I get the following error when trying to push this out:

Commit: bd7e9cef2137 ("coresight: cti: Fix null pointer error on CTI init before ETM")
	Fixes tag: Fixes: 23722fb46725 ("coresight: Fix possible deadlock with lock dependency")
	Has these problem(s):
		- empty lines surround the Fixes tag

Please fix up and resend.

thanks,

greg k-h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] coresight: updates for v6.2
  2022-11-28 18:17 ` Greg KH
@ 2022-11-28 18:29   ` Suzuki K Poulose
  2022-11-28 19:03   ` [GIT PULL v2] " Suzuki K Poulose
  1 sibling, 0 replies; 5+ messages in thread
From: Suzuki K Poulose @ 2022-11-28 18:29 UTC (permalink / raw)
  To: Greg KH
  Cc: coresight, mike.leach, mathieu.poirier, james.clark, leo.yan,
	linux-arm-kernel

Hi Greg

On 28/11/2022 18:17, Greg KH wrote:
> On Mon, Nov 28, 2022 at 03:17:35PM +0000, Suzuki K Poulose wrote:
>> Hi Greg,
>>
>> Please find the coresight updates for Linux v6.2. Kindly consider pulling.
>>
>> 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
> 
> I get the following error when trying to push this out:
> 
> Commit: bd7e9cef2137 ("coresight: cti: Fix null pointer error on CTI init before ETM")
> 	Fixes tag: Fixes: 23722fb46725 ("coresight: Fix possible deadlock with lock dependency")
> 	Has these problem(s):
> 		- empty lines surround the Fixes tag

Apologies. Will fix it. Is there a way to detect these issues at my end 
to avoid these issues ? I would be happy to improve the filtering at my
side to save your cycles.

Thanks
Suzuki


> 
> Please fix up and resend.
> 
> thanks,
> 
> greg k-h


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL v2] coresight: updates for v6.2
  2022-11-28 18:17 ` Greg KH
  2022-11-28 18:29   ` Suzuki K Poulose
@ 2022-11-28 19:03   ` Suzuki K Poulose
  2022-11-29 12:23     ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Suzuki K Poulose @ 2022-11-28 19:03 UTC (permalink / raw)
  To: gregkh
  Cc: coresight, mike.leach, mathieu.poirier, james.clark, leo.yan,
	linux-arm-kernel, Suzuki K Poulose

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL v2] coresight: updates for v6.2
  2022-11-28 19:03   ` [GIT PULL v2] " Suzuki K Poulose
@ 2022-11-29 12:23     ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2022-11-29 12:23 UTC (permalink / raw)
  To: Suzuki K Poulose
  Cc: coresight, mike.leach, mathieu.poirier, james.clark, leo.yan,
	linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-29 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 15:17 [GIT PULL] coresight: updates for v6.2 Suzuki K Poulose
2022-11-28 18:17 ` Greg KH
2022-11-28 18:29   ` Suzuki K Poulose
2022-11-28 19:03   ` [GIT PULL v2] " Suzuki K Poulose
2022-11-29 12:23     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.