[PATCH 0/4] Fix improper uses of smp_mb__{before,after}_atomic()

From: Andrea Parri
Date: Mon May 20 2019 - 13:26:56 EST


Hi all, this is a respin of:

https://lkml.kernel.org/r/1556568902-12464-1-git-send-email-andrea.parri@xxxxxxxxxxxxxxxxxxxx

which includes the following main changes:

- add Reviewed-by: tags (Ming Lei)
- add inline comment (Zheng Yan)

(Applies to 5.2-rc1.) Remark/Disclaimer:

https://lkml.kernel.org/r/20190430164404.GA2874@andrea

Cheers Andrea

Cc: Rob Clark <robdclark@xxxxxxxxx>
Cc: Sean Paul <sean@xxxxxxxxxx>
Cc: David Airlie <airlied@xxxxxxxx>
Cc: Daniel Vetter <daniel@xxxxxxxx>
Cc: Jordan Crouse <jcrouse@xxxxxxxxxxxxxx>
Cc: Jens Axboe <axboe@xxxxxxxxx>
Cc: Omar Sandoval <osandov@xxxxxx>
Cc: Ming Lei <ming.lei@xxxxxxxxxx>
Cc: "Yan, Zheng" <zyan@xxxxxxxxxx>
Cc: Sage Weil <sage@xxxxxxxxxx>
Cc: Ilya Dryomov <idryomov@xxxxxxxxx>
Cc: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>

Andrea Parri (4):
drm/msm: Fix improper uses of smp_mb__{before,after}_atomic()
bio: fix improper use of smp_mb__before_atomic()
sbitmap: fix improper use of smp_mb__before_atomic()
ceph: fix improper use of smp_mb__before_atomic()

drivers/gpu/drm/msm/adreno/a5xx_preempt.c | 4 ++--
fs/ceph/super.h | 7 ++++++-
include/linux/bio.h | 2 +-
lib/sbitmap.c | 2 +-
4 files changed, 10 insertions(+), 5 deletions(-)

--
2.7.4