Re: [RFC PATCH v2 00/12] rv: Add monitors to validate task switch
From: Nam Cao
Date: Tue May 27 2025 - 09:51:21 EST
On Wed, May 21, 2025 at 09:31:38AM +0200, Gabriele Monaco wrote:
> On Wed, 2025-05-21 at 09:15 +0200, Nam Cao wrote:
> > On Wed, May 14, 2025 at 10:43:02AM +0200, Gabriele Monaco wrote:
> > > I'm keeping this as RFC as I'm planning to make it ready after
> > > merging
> > > the LTL series [1]
> > >
> > > This series adds three monitors to the sched collection, extends
> > > and
> > > replaces previously existing monitors:
> >
> > What is your base? I cannot apply the series (maybe because I'm
> > illiterate
> > on git...)
>
> Mmh, it /was/ linux-next, I'm not sure if that gets rebased and breaks
> stuff, but it shouldn't.
Turned out it was because this series conflicts with ac01fa73f530
("tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp
suffix")
I resolved the conflict while applying, and all is good.
Nam