Hi Jens, Please consider pulling the following changes on top of your for-5.10/drivers branch. The main changes are: 1. Bug fixes in bitmap code, from Zhao Heming. 2. Fix a work queue check, from Guoqing Jiang. 3. Fix raid5 oops with reshape, from Song Liu. 4. Clean up unused code, from Jason Yan. Thanks, Song The following changes since commit b6bf0830a808498146903e0e1f407a1eba95019a: Merge tag 'nvme-5.10-2020-10-08' of git://git.infradead.org/nvme into for-5.10/drivers (2020-10-08 09:07:09 -0600) 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 b44c018cdf748b96b676ba09fdbc5b34fc443ada: md/raid5: fix oops during stripe resizing (2020-10-08 22:38:10 -0700) ---------------------------------------------------------------- Guoqing Jiang (1): md: fix the checking of wrong work queue Jason Yan (1): md/raid0: remove unused function is_io_in_chunk_boundary() Song Liu (1): md/raid5: fix oops during stripe resizing Zhao Heming (3): md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks md/bitmap: md_bitmap_get_counter returns wrong blocks md/bitmap: fix memory leak of temporary bitmap drivers/md/md-bitmap.c | 9 +++++---- drivers/md/md-cluster.c | 1 + drivers/md/md.c | 2 +- drivers/md/raid0.c | 17 ----------------- drivers/md/raid5.c | 4 ++-- 5 files changed, 9 insertions(+), 24 deletions(-)