mbox series

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

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

Message

Mathieu Poirier Feb. 10, 2021, 4:36 p.m. UTC
Hi Greg,

Please see if you can add these 2 patches to your 5.12 tally.  No worries
if you think it is too close to the merge window, I'll simply queue them
for the next one.

Thanks,
Mathieu

Leo Yan (1):
  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  | 27 +++++++++++++++-
 .../coresight/coresight-etm4x-core.c          | 13 ++++++++
 include/linux/coresight-pmu.h                 |  3 ++
 4 files changed, 74 insertions(+), 1 deletion(-)

Comments

Greg KH Feb. 10, 2021, 5:10 p.m. UTC | #1
On Wed, Feb 10, 2021 at 09:36:08AM -0700, Mathieu Poirier wrote:
> Hi Greg,
> 
> Please see if you can add these 2 patches to your 5.12 tally.  No worries
> if you think it is too close to the merge window, I'll simply queue them
> for the next one.
> 
> Thanks,
> Mathieu
> 
> Leo Yan (1):
>   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  | 27 +++++++++++++++-
>  .../coresight/coresight-etm4x-core.c          | 13 ++++++++
>  include/linux/coresight-pmu.h                 |  3 ++
>  4 files changed, 74 insertions(+), 1 deletion(-)

This does not apply to my char-misc-next branch (the second patch does
not apply, I'll take the first one.)  Can you fix it up and resend?

thanks,

greg k-h
Greg KH Feb. 10, 2021, 5:11 p.m. UTC | #2
On Wed, Feb 10, 2021 at 06:10:34PM +0100, Greg KH wrote:
> On Wed, Feb 10, 2021 at 09:36:08AM -0700, Mathieu Poirier wrote:
> > Hi Greg,
> > 
> > Please see if you can add these 2 patches to your 5.12 tally.  No worries
> > if you think it is too close to the merge window, I'll simply queue them
> > for the next one.
> > 
> > Thanks,
> > Mathieu
> > 
> > Leo Yan (1):
> >   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  | 27 +++++++++++++++-
> >  .../coresight/coresight-etm4x-core.c          | 13 ++++++++
> >  include/linux/coresight-pmu.h                 |  3 ++
> >  4 files changed, 74 insertions(+), 1 deletion(-)
> 
> This does not apply to my char-misc-next branch (the second patch does
> not apply, I'll take the first one.)  Can you fix it up and resend?

Oops, I mean the first one doesn't apply, so I'm not going to take
either.

thanks,

greg k-