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

From: Pintu Agarwal
Date: Wed Nov 27 2024 - 20:26:00 EST


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 ?

Thanks,
Pintu