Re: [PATCH v5] sched/psi: fix memory barrier without comment warnings

From: Suren Baghdasaryan
Date: Fri Nov 29 2024 - 18:04:26 EST


On Wed, Nov 27, 2024 at 5:25 PM Pintu Agarwal <pintu.ping@xxxxxxxxx> wrote:
>
> Hi,
>
> On Wed, 23 Oct 2024 at 19:57, Pintu Agarwal <pintu.ping@xxxxxxxxx> wrote:
> >
> > Hi,
> >
> > On Tue, 15 Oct 2024 at 02:36, Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote:
> > >
> > > On Sun, Oct 6, 2024 at 1:29 AM Pintu Kumar <quic_pintu@xxxxxxxxxxx> wrote:
> > > >
> > > > These warnings were reported by checkpatch.
> > > > Fix them with minor changes.
> > > > No functional changes.
> > > >
> > > > WARNING: memory barrier without comment
> > > > + t = smp_load_acquire(trigger_ptr);
> > > >
> > > > WARNING: memory barrier without comment
> > > > + smp_store_release(&seq->private, new);
> > > >
> > > > Signed-off-by: Pintu Kumar <quic_pintu@xxxxxxxxxxx>
> > >
> > > Acked-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>
> > >
> >
> > Any further comment on this ?
>
> Just a follow up. Are we picking this or I need to push again ?

I'm guessing it just fell through the cracks. Peter, could you please
pick it into your tree?
Thanks,
Suren.

>
> Thanks,
> Pintu