Hi Linus, - nbd timeout fix (Hou) - Device size fix for loop LOOP_CONFIGURE (Martijn) - MD pull from Song with raid5 stripe size fix (Yufen) Please pull! The following changes since commit 2d62e6b038e729c3e4bfbfcfbd44800ef0883680: null_blk: fix passing of REQ_FUA flag in null_handle_rq (2020-08-21 17:14:28 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.9-2020-08-28 for you to fetch changes up to a433d7217feab712ff69ef5cc2a86f95ed1aca40: Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.9 (2020-08-28 07:52:02 -0600) ---------------------------------------------------------------- block-5.9-2020-08-28 ---------------------------------------------------------------- Hou Pu (1): nbd: restore default timeout when setting it to zero Jens Axboe (1): Merge branch 'md-fixes' of https://git.kernel.org/.../song/md into block-5.9 Martijn Coenen (1): loop: Set correct device size when using LOOP_CONFIGURE Yufen Yu (1): md/raid5: make sure stripe_size as power of two drivers/block/loop.c | 4 ++-- drivers/block/nbd.c | 2 ++ drivers/md/raid5.c | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) -- Jens Axboe