All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix improper uses of smp_mb__{before,after}_atomic()
@ 2019-05-20 17:23 Andrea Parri
  2019-05-20 17:23 ` [PATCH 1/4] drm/msm: " Andrea Parri
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andrea Parri @ 2019-05-20 17:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrea Parri, Rob Clark, Sean Paul, David Airlie, Daniel Vetter,
	Jordan Crouse, Jens Axboe, Omar Sandoval, Ming Lei, Yan, Zheng,
	Sage Weil, Ilya Dryomov, Paul E. McKenney, Peter Zijlstra

Hi all, this is a respin of:

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

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@gmail.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Jordan Crouse <jcrouse@codeaurora.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Omar Sandoval <osandov@fb.com>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: "Yan, Zheng" <zyan@redhat.com>
Cc: Sage Weil <sage@redhat.com>
Cc: Ilya Dryomov <idryomov@gmail.com>
Cc: "Paul E. McKenney" <paulmck@linux.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-05-21  2:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 17:23 [PATCH 0/4] Fix improper uses of smp_mb__{before,after}_atomic() Andrea Parri
2019-05-20 17:23 ` [PATCH 1/4] drm/msm: " Andrea Parri
2019-05-20 21:07   ` Jordan Crouse
2019-05-20 21:07     ` [PATCH 1/4] drm/msm: Fix improper uses of smp_mb__{before, after}_atomic() Jordan Crouse
2019-05-20 17:23 ` [PATCH 2/4] bio: fix improper use of smp_mb__before_atomic() Andrea Parri
2019-05-20 17:23 ` [PATCH 3/4] sbitmap: " Andrea Parri
2019-05-20 17:23 ` [PATCH 4/4] ceph: " Andrea Parri
2019-05-21  2:18   ` Yan, Zheng
2019-05-20 19:35 ` [PATCH 0/4] Fix improper uses of smp_mb__{before,after}_atomic() Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.