Re: [PATCH v2] sched/psi: fix memory barrier without comment warnings
From: Pintu Agarwal
Date: Sat Oct 05 2024 - 10:40:33 EST
On Sat, 5 Oct 2024 at 18:59, Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> On Sat, 2024-10-05 at 18:46 +0530, Pintu Kumar 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>
> > Reviewed-by: Joe Perches <joe@xxxxxxxxxxx>
>
> Please do not add signatures not given to you.
>
Ohk sorry, will remove it and send again.
Thank you.