RE: [PATCH v3] seccomp: Improve performace by optimizing rmb()

2021-02-25 Thread Wanghongzhe (Hongzhe, EulerOS)
> > On Feb 24, 2021, at 12:03 AM, wanghongzhe > wrote: > > > > As Kees haved accepted the v2 patch at a381b70a1 which just replaced > > rmb() with smp_rmb(), this patch will base on that and just adjust the > > smp_rmb() to the correct position. > > > > As the original comment shown (and indeed i

Re: [PATCH v3] seccomp: Improve performace by optimizing rmb()

2021-02-24 Thread Andy Lutomirski
> On Feb 24, 2021, at 12:03 AM, wanghongzhe wrote: > > As Kees haved accepted the v2 patch at a381b70a1 which just > replaced rmb() with smp_rmb(), this patch will base on that and just adjust > the smp_rmb() to the correct position. > > As the original comment shown (and indeed it should be)