Hi Jens, Please consider pulling the following changes for md-next on top of your for-5.11/drivers branch. Summary: 1. Fix race condition in md_ioctl(), by Dae R. Jeong; 2. Initialize read_slot properly for raid10, by Kevin Vigor; 3. Code cleanup, by Pankaj Gupta; 4. md-cluster resync/reshape fix, by Zhao Heming. Thanks, Song The following changes since commit 4d063e646b4bfe8e74c0b4b78bf11c3a7b5d962a: s390/dasd: Process FCES path event notification (2020-11-16 08:14:38 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next for you to fetch changes up to bca5b0658020be90b6b504ca514fd80110204f71: md/cluster: fix deadlock when node is doing resync job (2020-11-30 10:12:35 -0800) ---------------------------------------------------------------- Dae R. Jeong (1): md: fix a warning caused by a race between concurrent md_ioctl()s Kevin Vigor (1): md/raid10: initialize r10_bio->read_slot before use. Pankaj Gupta (3): md: improve variable names in md_flush_request() md: add comments in md_flush_request() md: use current request time as base for ktime comparisons Zhao Heming (2): md/cluster: block reshape with remote resync job md/cluster: fix deadlock when node is doing resync job drivers/md/md-cluster.c | 67 ++++++++++++++++++++++++++++++++++++++----------------------------- drivers/md/md.c | 33 +++++++++++++++++++++++---------- drivers/md/md.h | 6 +++--- drivers/md/raid10.c | 3 ++- 4 files changed, 66 insertions(+), 43 deletions(-)