Skip to content

Commit

Permalink
linux-5.10.21: Replace md sync patch
Browse files Browse the repository at this point in the history
When a mdraid recovery/check is paused by writing "idle" to sync_action,
sometimes the system deadlocks [1].

The latest fix proposed by the maintainer is not valid [2].

Use the fix we proposed ourself [3] until upstream comes up with
something better.

[1]: https://lore.kernel.org/linux-raid/5ed54ffc-ce82-bf66-4eff-390cb23bc1ac@molgen.mpg.de/T/#m28b00fdf4749f55c83282b20485c554ec199a108
[2]: https://lore.kernel.org/linux-raid/7fdb9726-4b1f-e04c-2451-f47139ddc05b@cloud.ionos.com/T/#m78c755f6b43a9c06d2c85b9d4e49c19657ddb155
[3]: https://lore.kernel.org/linux-raid/5ed54ffc-ce82-bf66-4eff-390cb23bc1ac@molgen.mpg.de/T/#m8a1d4c25781b8c3032ef38e3ffec425714515a16
  • Loading branch information
donald committed Mar 9, 2021
1 parent a36034e commit 7a7948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-5.10.21-373.bee
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

PATCHURL+=(/src/mariux/patches/linux-5.10-v3-nfsd-Add-trace-events-for-all-v4-operations.patch)
PATCHURL+=(/src/mariux/patches/linux-5.10-kernel-rcu-Print-out-more-information-when-NMI-stall.patch)
PATCHURL+=(/src/mariux/patches/0001-md-don-t-unregister-sync_thread-with-reconfig_mutex-.patch)
PATCHURL+=(/src/mariux/patches/linux-md-Avoid-sync_action-sync-idle-transition-deadlock.patch)

#CONFIG=

Expand Down

0 comments on commit 7a7948f

Please sign in to comment.