Merge branch 'dmraid-fix-6.9' into md-6.9
authorSong Liu <song@kernel.org>
Tue, 5 Mar 2024 20:53:55 +0000 (12:53 -0800)
committerSong Liu <song@kernel.org>
Tue, 5 Mar 2024 20:53:55 +0000 (12:53 -0800)
commit3a889fdce7e8927a7d81d11ca3d26608b3be1c31
tree411c73e060fc72e349f305d3f9f1d1219f7f7d31
parent3445139e3a594be77eff48bc17eff67cf983daed
parent95009ae904b1e9dca8db6f649f2d7c18a6e42c75
Merge branch 'dmraid-fix-6.9' into md-6.9

This is the second half of fixes for dmraid. The first half is available
at [1].

This set contains fixes:
 - reshape can start unexpected, cause data corruption, patch 1,5,6;
 - deadlocks that reshape concurrent with IO, patch 8;
 - a lockdep warning, patch 9;

For all the dmraid related tests in lvm2 suite, there is no new
regressions compared against 6.6 kernels (which is good baseline before
recent regressions).

[1] https://lore.kernel.org/all/CAPhsuW7u1UKHCDOBDhD7DzOVtkGemDz_QnJ4DUq_kSN-Q3G66Q@mail.gmail.com/

* dmraid-fix-6.9:
  dm-raid: fix lockdep waring in "pers->hot_add_disk"
  dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
  dm-raid: add a new helper prepare_suspend() in md_personality
  md/dm-raid: don't call md_reap_sync_thread() directly
  dm-raid: really frozen sync_thread during suspend
  md: add a new helper reshape_interrupted()
  md: export helper md_is_rdwr()
  md: export helpers to stop sync_thread
  md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
drivers/md/raid5.c