Re: [PATCH v2 RESEND 0/4] coresight: etm: Correct PID tracing for non-root namespace

From: Leo Yan
Date: Mon Feb 28 2022 - 01:17:50 EST


On Fri, Feb 25, 2022 at 01:52:27PM +0000, Suzuki Kuruppassery Poulose wrote:

[...]

> > This patch series has been rebased on the mainline kernel and applied
> > cleanly on latest commit dcb85f85fa6f ("gcc-plugins/stackleak: Use
> > noinstr in favor of notrace").
> >
> >
> > Leo Yan (4):
> > coresight: etm4x: Add lock for reading virtual context ID comparator
> > coresight: etm4x: Don't use virtual contextID for non-root PID
> > namespace
> > coresight: etm4x: Don't trace PID for non-root PID namespace
> > coresight: etm3x: Don't trace PID for non-root PID namespace
> >
> > .../coresight/coresight-etm3x-core.c | 4 +++
> > .../coresight/coresight-etm4x-core.c | 10 +++++--
> > .../coresight/coresight-etm4x-sysfs.c | 30 +++++++++++++++++++
> > 3 files changed, 42 insertions(+), 2 deletions(-)
> >
>
> I have queued the series to coresight/next.

Thanks, Suzuki!