Re: [PATCH v5] sched/psi: fix memory barrier without comment warnings
From: Pintu Agarwal
Date: Tue Dec 10 2024 - 10:20:06 EST
On Sat, 30 Nov 2024 at 04:34, Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote:
>
> 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 for the update.
Regards,
Pintu