Re: [PATCH v2 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT.

From: Arnaldo Carvalho de Melo
Date: Thu Mar 14 2024 - 10:34:57 EST


On Thu, Mar 14, 2024 at 10:10:33AM +0100, Sebastian Andrzej Siewior wrote:
> On 2024-03-13 17:14:25 [-0300], Arnaldo Carvalho de Melo wrote:
> > > tldr; No dmesg activity, no kernel splats, most tests passed, nothing
> > > noticeable when running with/without the patch with Vince's regression
> > > tests. So:
> >
> > > Tested-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> > > Reported-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> >
> > Too quick, now I'm testing it on top of torvalds/master, no PREEMPT_RT.
>
> Just to be clear: You revert your Tested-by because now you test this on
> torvalds/master but not because you reported a regression which I
> missed.

You got it right. No regressions, the code is good, I just need to test
it a bit further, with torvalds/master, without PREEMPT_RT.

- Arnaldo