[GIT PULL] md-6.19-20251130
Yu Kuai <[email protected]>
| Newsgroups | gmane.linux.block,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
Hi, Jens Please consider pulling following changes on your for-6.19/block branch, this pull request contain: - fix null-ptr-dereference regression for dm-raid0 (Yu Kuai) - fix IO hang for raid5 when array is broken with IO inflight (Yu Kuai) - remove legacy 1s delay to speed up system shutdown (Tarun Sahu) Thanks, Kuai The following changes since commit 418de94e7593081c29066555bf9059f1f7dd9d79: sbitmap: fix all kernel-doc warnings (2025-11-28 09:21:18 -0700) are available in the Git repository at: [email protected]:pub/scm/linux/kernel/git/mdraid/linux.git tags/md-6.19-20251130 for you to fetch changes up to fdd0c6a649d24107bbadd249c87feab67b9037c5: md: remove legacy 1s delay in md_notify_reboot (2025-11-30 09:42:28 +0800) ---------------------------------------------------------------- Tarun Sahu (1): md: remove legacy 1s delay in md_notify_reboot Yu Kuai (3): md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raid md: warn about updating super block failure md/raid5: fix IO hang when array is broken with IO inflight drivers/md/md.c | 12 +----------- drivers/md/raid0.c | 9 ++++++++- drivers/md/raid5.c | 6 ++++-- 3 files changed, 13 insertions(+), 14 deletions(-)