mbox series

[v2,0/3] coresight: Patches for v5.12 (part 2)

Message ID 20210211172038.2483517-1-mathieu.poirier@linaro.org (mailing list archive)
Headers show
Series coresight: Patches for v5.12 (part 2) | expand

Message

Mathieu Poirier Feb. 11, 2021, 5:20 p.m. UTC
Good morning,

My previous submission had the wrong baseline and as such was missing a patch.
This set applies properly on [1].

Thanks for the patience,
Mathieu

[1]. 48139bad913d ACRN: update MAINTAINERS: mailing list is subscribers-only

Leo Yan (2):
  coresight: etm-perf: Clarify comment on perf options
  Documentation: coresight: Add PID tracing description

Suzuki K Poulose (1):
  coresight: etm-perf: Support PID tracing for kernel at EL2

 Documentation/trace/coresight/coresight.rst   | 32 +++++++++++++++++++
 .../hwtracing/coresight/coresight-etm-perf.c  | 32 +++++++++++++++++--
 .../coresight/coresight-etm4x-core.c          | 13 ++++++++
 include/linux/coresight-pmu.h                 | 20 +++++++++---
 4 files changed, 90 insertions(+), 7 deletions(-)

Comments

Greg Kroah-Hartman Feb. 11, 2021, 5:32 p.m. UTC | #1
On Thu, Feb 11, 2021 at 10:20:35AM -0700, Mathieu Poirier wrote:
> Good morning,
> 
> My previous submission had the wrong baseline and as such was missing a patch.
> This set applies properly on [1].

Much better, thanks, now queued up.

greg k-h