Hi Jens, Please consider pulling the following changes for md-next on top of your for-6.6/block branch. The major changes are: 1. raid6test build fixes, by WANG Xuerui; 2. Various non-urgent fixes. Thanks, Song The following changes since commit e24721e441a7c640e4e7b2b63c23c06d9a750880: ublk: fix 'warn: variable dereferenced before check 'req'' from Smatch (2023-08-11 08:13:23 -0600) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-next-20230814 for you to fetch changes up to 733fd910ffa5cdc26776c98cc4612b0ce3e2bbfd: md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid() (2023-08-13 11:03:26 -0700) ---------------------------------------------------------------- Li Lingfeng (1): md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread WANG Xuerui (5): raid6: remove the <linux/export.h> include from recov.c raid6: guard the tables.c include of <linux/export.h> with __KERNEL__ raid6: test: cosmetic cleanups for the test Makefile raid6: test: make sure all intermediate and artifact files are .gitignored raid6: test: only check for Altivec if building on powerpc hosts Yu Kuai (3): md/raid5-cache: fix a deadlock in r5l_exit_log() md/raid10: fix a 'conf->barrier' leakage in raid10_takeover() md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid() Zhang Shurong (1): md: raid1: fix potential OOB in raid1_remove_disk() drivers/md/md-cluster.c | 8 ++++---- drivers/md/md.c | 9 +++++---- drivers/md/md.h | 2 +- drivers/md/raid1.c | 8 ++++++-- drivers/md/raid10.c | 3 +-- drivers/md/raid5-cache.c | 14 ++++++++------ drivers/md/raid5.c | 2 +- lib/raid6/mktables.c | 2 ++ lib/raid6/recov.c | 1 - lib/raid6/test/.gitignore | 3 +++ lib/raid6/test/Makefile | 50 ++++++++++++++++++++++++++------------------------ 11 files changed, 57 insertions(+), 45 deletions(-) create mode 100644 lib/raid6/test/.gitignore