mbox series

[GIT,PULL] coresight: Updates for v6.4

Message ID 20230418165644.114745-1-suzuki.poulose@arm.com
State New
Headers show
Series [GIT,PULL] coresight: Updates for v6.4 | expand

Pull-request

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

Message

Suzuki K Poulose April 18, 2023, 4:56 p.m. UTC
Hi Greg,

Please find the updates for coresight self hosted tracing targeting v6.4
Kindly pull.

Suzuki

The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:

  Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 18996a113f2567aef3057e300e3193ce2df1684c:

  coresight: etm_pmu: Set the module field (2023-04-14 12:14:09 +0100)

----------------------------------------------------------------
coresight: Updates for v6.4

This is a relatively smaller update for CoreSight tracing subsystem targeting
v6.4, with the following changes:

  - Removing Mathieu Poirier as MAINTAINER for the subsystem, with updates to
    CREDITS for his contributions.
  - Fix CoreSight ETM PMU to set the module field

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

----------------------------------------------------------------
Suzuki K Poulose (2):
      MAINTAINERS: Remove Mathieu Poirier as coresight maintainer
      coresight: etm_pmu: Set the module field

 CREDITS                                          | 5 +++++
 MAINTAINERS                                      | 1 -
 drivers/hwtracing/coresight/coresight-etm-perf.c | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

Comments

Greg Kroah-Hartman April 19, 2023, 1:09 p.m. UTC | #1
On Tue, Apr 18, 2023 at 05:56:44PM +0100, Suzuki K Poulose wrote:
> Hi Greg,
> 
> Please find the updates for coresight self hosted tracing targeting v6.4
> Kindly pull.
> 
> Suzuki
> 
> The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:
> 
>   Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.4

Pulled and pushed out, thanks.

greg k-h