aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ip.c
diff options
context:
space:
mode:
authorZheng Qixing <[email protected]>2025-08-16 00:25:34 +0000
committerYu Kuai <[email protected]>2025-08-16 00:52:33 +0000
commitb7ee30f0efd12f42735ae233071015389407966c (patch)
tree1715f7bf3b71f399106d118b2dcdd1170ef9a042 /drivers/gpu/drm/amd/amdgpu/amdgpu_ip.c
parentmd: add helper rdev_needs_recovery() (diff)
downloadkernel-b7ee30f0efd12f42735ae233071015389407966c.tar.gz
kernel-b7ee30f0efd12f42735ae233071015389407966c.zip
md: fix sync_action incorrect display during resync
During raid resync, if a disk becomes faulty, the operation is briefly interrupted. The MD_RECOVERY_RECOVER flag triggered by the disk failure causes sync_action to incorrectly show "recover" instead of "resync". The same issue affects reshape operations. Reproduction steps: mdadm -Cv /dev/md1 -l1 -n4 -e1.2 /dev/sd{a..d} // -> resync happened mdadm -f /dev/md1 /dev/sda // -> resync interrupted cat sync_action -> recover Add progress checks in md_sync_action() for resync/recover/reshape to ensure the interface correctly reports the actual operation type. Fixes: 4b10a3bc67c1 ("md: ensure resync is prioritized over recovery") Signed-off-by: Zheng Qixing <[email protected]> Link: https://lore.kernel.org/linux-raid/[email protected] Signed-off-by: Yu Kuai <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ip.c')
0 files changed, 0 insertions, 0 deletions