Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md... for-5.20/drivers-post
authorJens Axboe <axboe@kernel.dk>
Mon, 1 Aug 2022 17:21:43 +0000 (11:21 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 1 Aug 2022 17:21:43 +0000 (11:21 -0600)
commitfb0c50f4fedf8b654c2bf33f8c03fa7469cbd4ea
treebc9c2f26a1ed339164209c6f21a79a201087b494
parentc9ca8dcc66a99d1123f0fdc2dc161436b93d194b
parentae0a80935d6a65764b0db00c8b03d3807b4110a6
Merge branch 'md-next' of https://git./linux/kernel/git/song/md into for-5.20/drivers-post

Pull MD fixes from Song:

"The major change is:

"1. Fix potential deadlock with raid5_quiesce and
    raid5_get_active_stripe, by Logan Gunthorpe."

* 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md:
  drivers:md:fix a potential use-after-free bug
  md/raid5: Ensure batch_last is released before sleeping for quiesce
  md/raid5: Move stripe_request_ctx up
  md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()
  md/raid5: Make is_inactive_blocked() helper
  md/raid5: Refactor raid5_get_active_stripe()